mirror of
https://github.com/YunoHost-Apps/ntfy_ynh.git
synced 2024-09-03 19:46:27 +02:00
73 lines
1.8 KiB
TOML
73 lines
1.8 KiB
TOML
packaging_format = 2
|
|
|
|
id = "ntfy"
|
|
name = "ntfy"
|
|
description.en = "Open Source Push Notification Server"
|
|
description.fr = "Serveur open source de notification"
|
|
|
|
version = "2.11.0~ynh1"
|
|
|
|
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]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["amd64", "arm64", "armhf"]
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
|
|
[resources]
|
|
[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'
|
|
|
|
amd64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_amd64.tar.gz"
|
|
amd64.sha256 = "61722868e2ace31f736e2b9be8ada1b42d0c2e62d0e785252fdaf482b0a677ed"
|
|
|
|
arm64.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_arm64.tar.gz"
|
|
arm64.sha256 = "02f742c5dd00906a28ebed3d1cb1e1aeb551ebe7789271ee3d28ae2dcc876e4c"
|
|
|
|
armhf.url = "https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_linux_armv7.tar.gz"
|
|
armhf.sha256 = "b2b9b95aa896b71f36bd46f31fae277d8d94171f4209659017f026210c45e722"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.auth_header = false
|
|
main.protected = true
|
|
main.allowed = "visitors"
|
|
|
|
[resources.ports]
|
|
main.default = 8080
|