mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
64 lines
1.9 KiB
TOML
64 lines
1.9 KiB
TOML
packaging_format = 2
|
|
|
|
id = "uptime-kuma"
|
|
name = "Uptime Kuma"
|
|
description.en = "Monitoring tool like Uptime-Robot"
|
|
description.fr = "Outil de surveillance similaire à Uptime-Robot"
|
|
|
|
version = "1.23.9~ynh1"
|
|
|
|
maintainers = ["ketsapiwiq", "eric_G"]
|
|
|
|
[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]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "900M"
|
|
ram.runtime = "50M"
|
|
|
|
[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]
|
|
url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.9/dist.tar.gz"
|
|
sha256 = "8f82ead8a4daf0947fa3d097eb1d096af5b9454ca264bf363d7731f64e5a1f13"
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "dist.tar.gz"
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.9.tar.gz"
|
|
sha256 = "8d0ceb68a07a2249a1ccde266e8c8396ef71fac7d9fad101d58a47161b7e7765"
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "tarball"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
api.url = "/api"
|
|
api.allowed = "visitors"
|
|
api.show_tile = false
|
|
api.protected = true
|