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-12-31 05:18:15 +01:00
version = "1.23.11~ynh1"
2023-03-21 09:28:18 +01:00
2023-08-05 15:18:26 +02:00
maintainers = [ "ketsapiwiq" , "eric_G" ]
2023-03-21 09:28:18 +01:00
[ 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-08-05 15:18:45 +02:00
yunohost = ">= 11.2"
2023-07-10 15:58:48 +02:00
architectures = "all"
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"
2023-09-21 08:24:27 +02:00
ram . build = "900M"
2023-03-21 09:41:07 +01:00
ram . runtime = "50M"
2023-03-21 09:28:18 +01:00
[ install ]
[ install . domain ]
type = "domain"
[ 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-12-31 05:18:15 +01:00
url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.11/dist.tar.gz"
sha256 = "6e98ef8b7f62565ebff8cb48c3a23012b9d8044819d4f8980f99bc37bf2a468d"
2023-05-21 22:56:21 +02:00
autoupdate . strategy = "latest_github_release"
autoupdate . asset = "dist.tar.gz"
2023-03-21 09:28:18 +01:00
[ resources . sources . main ]
2023-12-31 05:18:15 +01:00
url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.11.tar.gz"
sha256 = "7ae1f6ab320cb22436972554fce95779e16382c00adebbc5c9be33f3298593c4"
2023-05-21 22:56:21 +02:00
autoupdate . strategy = "latest_github_release"
autoupdate . asset = "tarball"
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