1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scovie_ynh.git synced 2024-09-03 20:16:29 +02:00
scovie_ynh/manifest.json
Éric Gaspar 4c83c7d3b6 Fix linter
2023-05-31 18:38:14 +02:00

55 lines
1.2 KiB
JSON

{
"name": "Scovie",
"id": "scovie",
"packaging_format": 1,
"description": {
"en": "Digital signage system for high schools",
"fr": "Affichage dynamique open-source pour les lycées"
},
"version": "0.0.5~ynh1",
"url": "https://github.com/eldertek/scovie",
"upstream": {
"license": "GPL-3.0",
"code": "https://github.com/eldertek/scovie"
},
"license": "GPL-3.0",
"maintainer": {
"name": "André Théo LAURET",
"email": "andrelauret@eclipse-technology.eu"
},
"previous_maintainers": [],
"requirements": {
"yunohost": ">=11"
},
"multi_instance": true,
"services": [
"nginx", "postgresql", "redis"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/scovie",
"default": "/scovie"
},
{
"name": "admin",
"type": "user"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "Any YunoHost user and anonymous people from the web will be able to access the application",
"fr": "Tout utilisateur YunoHost et les personnes anonymes pourront accéder à l'application"
},
"default": true
}
]
}
}