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"
|
|
|
|
|
2023-11-20 05:17:08 +01:00
|
|
|
version = "2.8.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]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
2023-08-25 22:32:20 +02:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-02-24 14:01:24 +01:00
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
2023-09-04 22:31:24 +02:00
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
|
|
|
|
autoupdate.asset.amd64 = '.*_linux_amd64\.tar\.gz'
|
|
|
|
autoupdate.asset.arm64 = '.*_linux_arm64\.tar\.gz'
|
|
|
|
autoupdate.asset.armhf = '.*_linux_armv7\.tar\.gz'
|
|
|
|
|
2023-11-20 05:17:08 +01:00
|
|
|
amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_amd64.tar.gz"
|
|
|
|
amd64.sha256 = "7158312a9f6e49daf94355e63a8fa73e04f3c2d5defc2bba0cbf3e35fdf7bf9a"
|
2023-09-04 22:31:24 +02:00
|
|
|
|
2023-11-20 05:17:08 +01:00
|
|
|
arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_arm64.tar.gz"
|
|
|
|
arm64.sha256 = "918d0a81355288ef60e8ef0d0587630f069c5c75909a12d6abbdb2e1628dbc52"
|
2023-09-04 22:31:24 +02:00
|
|
|
|
2023-11-20 05:17:08 +01:00
|
|
|
armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.8.0/ntfy_2.8.0_linux_armv7.tar.gz"
|
|
|
|
armhf.sha256 ="bf63f969b64889158bb0daa2f55f2e3356516a0c4ff2f57d0392a0c7df0abefc"
|
2023-09-04 22:31:24 +02:00
|
|
|
|
2023-02-24 14:01:24 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
main.auth_header = false
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
main.default = 8080
|