1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/traggo_ynh.git synced 2024-09-04 01:15:55 +02:00
traggo_ynh/manifest.json
Éric Gaspar 246d787c41 0.3.0
2023-02-11 15:08:11 +01:00

50 lines
1.1 KiB
JSON

{
"name": "Traggo",
"id": "traggo",
"packaging_format": 1,
"description": {
"en": "Self-hosted tag-based time tracking",
"fr": "Outil de suivi du temps auto-hébergé"
},
"version": "0.3.0~ynh1",
"url": "https://traggo.net",
"upstream": {
"license": "GPL-3.0",
"website": "https://traggo.net",
"admindoc": "https://traggo.net/config/",
"code": "https://github.com/traggo/server"
},
"license": "GPL-3.0",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password"
}
]
}
}