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
2023-05-27 14:10:24 +04:00

56 lines
1.3 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": "Scovie",
"id": "scovie_ynh",
"packaging_format": 1,
"description": {
"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."
},
"version": "0.0.5",
"url": "https://github.com/YunoHost-Apps/scovie_ynh",
"upstream": {
"license": "GPL-3.0",
"website": "https://github.com/eldertek/scovie",
"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
}
]
}
}