1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/digitranscode_ynh.git synced 2024-09-03 18:25:59 +02:00
digitranscode_ynh/manifest.json
2022-11-02 22:55:12 +01:00

56 lines
2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Digitranscode",
"id": "digitranscode",
"packaging_format": 1,
"description": {
"en": "an online app that can convert audio files (.mp3, .wav, .m4a, .ogg, .flac, .aac, .wma) and video files (.wmv, .avi, .webm, .mkv, .ogm, .mp4, .m4v, .mov, .flv) into different formats.",
"fr": "Une application en ligne qui permet de convertir des fichiers audio (.mp3, .wav, .m4a, .ogg, .flac, .aac, .wma) et des vidéos (.wmv, .avi, .webm, .mkv, .ogm, .mp4, .m4v, .mov, .flv) en différents formats."
},
"version": "0.1.2~ynh1",
"url": "https://ladigitale.dev/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://ladigitale.dev/",
"demo": "https://ladigitale.dev/digitranscode/",
"admindoc": "https://codeberg.org/ladigitale/digitranscode/src/branch/main/README.md",
"userdoc": "https://ladigitale.dev/blog/digitranscode-pour-convertir-des-fichiers-audio-et-des-videos",
"code": "https://codeberg.org/ladigitale/digitranscode"
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "Pierre-Amiel Giraud",
"email": "xxxxx"
},
"requirements": {
"yunohost": ">= 11.0"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/digitranscode"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "If public, any visitor can convert audio or video files using your server.",
"fr": "Si lapplication est publique, nimporte quel visiteur pourra utiliser votre serveur pour convertir des fichiers audio et vidéos."
},
"default": true
}
]
}
}