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-08-18 09:20:44 +02:00
|
|
|
version = "2.7.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
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
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]
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
main.auth_header = false
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
main.default = 8080
|