2021-11-01 18:18:52 +01:00
{
2021-11-01 18:21:39 +01:00
"name" : "Uptime Kuma" ,
"id" : "uptime-kuma" ,
2021-11-01 18:18:52 +01:00
"packaging_format" : 1 ,
"description" : {
2021-11-09 08:00:11 +01:00
"en" : "Self-hosted monitoring tool like Uptime-Robot" ,
"fr" : "Outil de surveillance auto-hébergé similaire à Uptime-Robot"
2021-11-01 18:18:52 +01:00
} ,
2023-02-27 07:23:49 +01:00
"version" : "1.20.2~ynh1" ,
2021-11-01 18:47:29 +01:00
"url" : "https://github.com/louislam/uptime-kuma/" ,
2021-11-01 18:18:52 +01:00
"upstream" : {
2021-11-02 06:31:10 +01:00
"license" : "MIT" ,
2021-11-01 22:32:13 +01:00
"website" : "https://uptime.kuma.pet/" ,
2021-11-01 18:47:29 +01:00
"demo" : "https://demo.uptime.kuma.pet" ,
"admindoc" : "https://github.com/louislam/uptime-kuma/wiki" ,
"userdoc" : "https://github.com/louislam/uptime-kuma/wiki" ,
2022-04-03 17:02:46 +02:00
"code" : "https://github.com/louislam/uptime-kuma"
2021-11-01 18:18:52 +01:00
} ,
2022-10-04 13:28:23 +02:00
"license" : "MIT" ,
2021-11-01 18:18:52 +01:00
"maintainer" : {
2021-11-01 20:54:45 +01:00
"name" : "Hadrien" ,
"email" : "ketsapiwiq@protonmail.com"
2021-11-01 18:18:52 +01:00
} ,
"requirements" : {
2021-11-09 08:00:11 +01:00
"yunohost" : ">= 4.2.3"
2021-11-01 18:18:52 +01:00
} ,
"multi_instance" : true ,
"services" : [
2021-11-01 18:21:39 +01:00
"nginx"
2021-11-01 18:18:52 +01:00
] ,
"arguments" : {
2021-11-01 18:21:39 +01:00
"install" : [
2021-11-01 18:18:52 +01:00
{
"name" : "domain" ,
2021-11-01 23:52:44 +01:00
"type" : "domain" ,
"help" : {
2021-11-02 00:23:42 +01:00
"en" : "This app requires a whole subdomain" ,
2021-11-01 23:56:16 +01:00
"fr" : "Cette app a besoin de tout un sous-domaine à elle toute seule."
2021-11-01 23:52:44 +01:00
}
2021-11-01 18:18:52 +01:00
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
2021-11-03 08:22:44 +01:00
"default" : true ,
"help" : {
"en" : "This app has a status page meant to be public and a login-protected admin interface. It should be safe to expose publicly." ,
"fr" : "Cette app a une page destinée à être publique et une interface d'admin protégée par mot de passe. Elle peut être exposée publiquement sans problème."
}
2021-11-01 18:18:52 +01:00
}
]
}
2022-02-17 03:23:50 +01:00
}