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

57 lines
1.3 KiB
JSON
Raw Normal View History

2023-05-26 19:09:08 +02:00
{
"name": "Scovie",
"id": "scovie_ynh",
"packaging_format": 1,
"description": {
2023-05-26 23:59:12 +02:00
"en": "Scovie is an open-source digital signage system for high schools.",
"fr": "Scovie est un système daffichage dynamique open-source pour les lycées."
2023-05-26 19:09:08 +02:00
},
2023-05-27 12:09:12 +02:00
"version": "0.0.5",
2023-05-27 12:10:24 +02:00
"url": "https://github.com/YunoHost-Apps/scovie_ynh",
2023-05-26 19:09:08 +02:00
"upstream": {
2023-05-27 10:27:18 +02:00
"license": "GPL-3.0",
2023-05-26 19:09:08 +02:00
"website": "https://github.com/eldertek/scovie",
2023-05-27 12:10:24 +02:00
"code": "https://github.com/eldertek/scovie"
2023-05-26 19:09:08 +02:00
},
"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
}
]
}
}