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

57 lines
1.8 KiB
JSON
Raw Normal View History

2022-02-16 10:25:34 +01:00
{
2022-11-02 22:55:12 +01:00
"name": "Digitranscode",
"id": "digitranscode",
2022-02-16 10:25:34 +01:00
"packaging_format": 1,
"description": {
2022-11-04 10:36:14 +01:00
"en": "an online app that can convert audio files and video files into different formats.",
"fr": "Une application en ligne qui permet de convertir des fichiers audio et des vidéos en différents formats."
2022-02-16 10:25:34 +01:00
},
2022-11-02 22:55:12 +01:00
"version": "0.1.2~ynh1",
2022-02-16 10:25:34 +01:00
"url": "https://ladigitale.dev/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://ladigitale.dev/",
2022-11-02 22:55:12 +01:00
"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"
2022-02-16 10:25:34 +01:00
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "Pierre-Amiel Giraud",
"email": "xxxxx"
},
"requirements": {
2022-11-02 22:55:12 +01:00
"yunohost": ">= 11.0"
2022-02-16 10:25:34 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
2022-03-13 22:13:38 +01:00
"type": "domain"
2022-02-16 10:25:34 +01:00
},
{
"name": "path",
"type": "path",
"example": "/example",
2022-11-02 22:55:12 +01:00
"default": "/digitranscode"
2022-02-16 10:25:34 +01:00
},
{
"name": "is_public",
"type": "boolean",
"help": {
2022-11-02 22:55:12 +01:00
"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."
2022-03-13 01:18:50 +01:00
},
2022-02-16 10:25:34 +01:00
"default": true
2022-03-13 22:15:01 +01:00
}
2022-02-16 10:25:34 +01:00
]
}
}