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

51 lines
1.1 KiB
JSON
Raw Normal View History

2022-07-29 08:00:45 +02:00
{
"name": "Traggo",
"id": "traggo",
"packaging_format": 1,
"description": {
"en": "Self-hosted tag-based time tracking",
2022-07-29 10:10:24 +02:00
"fr": "Outil de suivi du temps auto-hébergé"
2022-07-29 08:00:45 +02:00
},
2023-02-11 15:08:11 +01:00
"version": "0.3.0~ynh1",
2022-07-29 08:00:45 +02:00
"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": {
2023-02-11 15:08:11 +01:00
"name": "eric_G",
2022-07-29 08:12:50 +02:00
"email": ""
2022-07-29 08:00:45 +02:00
},
"requirements": {
2023-01-18 13:18:53 +01:00
"yunohost": ">= 11.0.9"
2022-07-29 08:00:45 +02:00
},
"multi_instance": true,
"services": [
2022-07-29 08:12:50 +02:00
"nginx"
2022-07-29 08:00:45 +02:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
2022-07-29 08:33:03 +02:00
"type": "password"
2022-07-29 08:00:45 +02:00
}
]
}
}