2023-02-24 14:01:24 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "ntfy"
|
|
|
|
name = "ntfy"
|
|
|
|
description.en = "Open Source Push Notification Server"
|
|
|
|
description.fr = "Serveur open source de notification"
|
|
|
|
|
2024-04-06 14:06:55 +02:00
|
|
|
version = "2.10.0~ynh1"
|
2023-02-24 14:01:24 +01:00
|
|
|
|
|
|
|
maintainers = ["Alexander Wühr"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-2.0-only"
|
|
|
|
website = "https://ntfy.sh/"
|
|
|
|
demo = "https://ntfy.sh/app"
|
|
|
|
admindoc = "https://docs.ntfy.sh/"
|
|
|
|
userdoc = "https://docs.ntfy.sh/"
|
|
|
|
code = "https://github.com/binwiederhier/ntfy"
|
|
|
|
fund = "https://liberapay.com/ntfy"
|
|
|
|
|
|
|
|
[integration]
|
2023-08-25 22:32:20 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-02-24 14:01:24 +01:00
|
|
|
architectures = ["amd64", "arm64", "armhf"]
|
|
|
|
multi_instance = true
|
2023-11-23 19:25:17 +01:00
|
|
|
|
2023-02-24 14:01:24 +01:00
|
|
|
ldap = false
|
2023-11-23 19:25:17 +01:00
|
|
|
|
2023-02-24 14:01:24 +01:00
|
|
|
sso = false
|
2023-11-23 19:25:17 +01:00
|
|
|
|
2023-02-24 14:01:24 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
2024-01-16 19:34:55 +01:00
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
2023-02-24 14:01:24 +01:00
|
|
|
|
2024-01-16 19:34:55 +01:00
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
2023-02-24 14:01:24 +01:00
|
|
|
|
2024-01-16 19:34:55 +01:00
|
|
|
[install.password]
|
|
|
|
type = "password"
|
2023-02-24 14:01:24 +01:00
|
|
|
|
|
|
|
[resources]
|
2024-01-16 19:34:55 +01:00
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-09-04 22:31:24 +02:00
|
|
|
|
2024-01-16 19:34:55 +01:00
|
|
|
autoupdate.asset.amd64 = '.*_linux_amd64\.tar\.gz'
|
|
|
|
autoupdate.asset.arm64 = '.*_linux_arm64\.tar\.gz'
|
|
|
|
autoupdate.asset.armhf = '.*_linux_armv7\.tar\.gz'
|
2023-09-04 22:31:24 +02:00
|
|
|
|
2024-04-06 14:06:55 +02:00
|
|
|
amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_amd64.tar.gz"
|
|
|
|
amd64.sha256 = "e1457da40e879b6945036ba4bd5193cd78ab8f59d23588fbc1382bdb19f2d8e1"
|
2023-09-04 22:31:24 +02:00
|
|
|
|
2024-04-06 14:06:55 +02:00
|
|
|
arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_arm64.tar.gz"
|
|
|
|
arm64.sha256 = "44628c3df627c60ff607ee5881b5fa8d1ad3013b487d9f9004270c38ea7835fc"
|
2023-09-04 22:31:24 +02:00
|
|
|
|
2024-04-06 14:06:55 +02:00
|
|
|
armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.10.0/ntfy_2.10.0_linux_armv7.tar.gz"
|
|
|
|
armhf.sha256 = "00fa98e9b45ffb3383f9466e5b60b732092a7f0bcdfc420dad615b36732d2b1a"
|
2023-09-04 22:31:24 +02:00
|
|
|
|
2024-01-16 19:34:55 +01:00
|
|
|
[resources.system_user]
|
2023-02-24 14:01:24 +01:00
|
|
|
|
2024-01-16 19:34:55 +01:00
|
|
|
[resources.install_dir]
|
2023-02-24 14:01:24 +01:00
|
|
|
|
2024-01-16 19:34:55 +01:00
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
main.auth_header = false
|
|
|
|
main.protected = true
|
|
|
|
main.allowed = "visitors"
|
2023-02-24 14:01:24 +01:00
|
|
|
|
2024-01-16 19:34:55 +01:00
|
|
|
[resources.ports]
|
|
|
|
main.default = 8080
|