2023-03-21 09:28:18 +01:00
packaging_format = 2
id = "uptime-kuma"
name = "Uptime Kuma"
2023-03-21 09:41:07 +01:00
description . en = "Monitoring tool like Uptime-Robot"
description . fr = "Outil de surveillance similaire à Uptime-Robot"
2023-03-21 09:28:18 +01:00
2023-03-21 09:44:04 +01:00
version = "1.21.0~ynh1"
2023-03-21 09:28:18 +01:00
maintainers = [ "Hadrien" ]
[ upstream ]
license = "MIT"
website = "https://uptime.kuma.pet/"
demo = "https://demo.uptime.kuma.pet"
userdoc = "https://github.com/louislam/uptime-kuma/wiki"
code = "https://github.com/louislam/uptime-kuma"
[ integration ]
2023-05-22 08:54:49 +02:00
yunohost = ">= 11.1.19"
2023-03-21 09:41:07 +01:00
architectures = [ "amd64" ]
2023-03-21 09:28:18 +01:00
multi_instance = true
2023-03-21 09:41:07 +01:00
ldap = false
sso = false
disk = "50M"
ram . build = "50M"
ram . runtime = "50M"
2023-03-21 09:28:18 +01:00
[ install ]
[ install . domain ]
type = "domain"
full_domain = true
[ install . init_main_permission ]
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."
help . 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."
type = "group"
default = "visitors"
[ resources ]
[ resources . sources ]
[ resources . sources . dist ]
2023-03-21 09:44:04 +01:00
url = "https://github.com/louislam/uptime-kuma/releases/download/1.21.0/dist.tar.gz"
sha256 = "7c9e7ee40615bfb8ae6f633ac766b94bbccf86c1a5c284a82d00b4a1da303e07"
2023-03-21 09:28:18 +01:00
[ resources . sources . main ]
2023-03-21 09:44:04 +01:00
url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.21.0.tar.gz"
sha256 = "f913a9ed65c77031944127689a7db7a19556ce5f4a0e7f8d4d3271fcc84aa6b1"
2023-03-21 09:28:18 +01:00
2023-03-21 09:41:07 +01:00
[ resources . ports ]
2023-03-21 09:28:18 +01:00
[ resources . system_user ]
[ resources . install_dir ]
[ resources . permissions ]
main . url = "/"
2023-03-21 09:41:07 +01:00
api . url = "/api"
api . allowed = "visitors"
api . show_tile = false
api . protected = true