1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/listmonk_ynh.git synced 2024-09-03 19:36:15 +02:00
listmonk_ynh/manifest.toml
2024-02-04 21:32:51 +01:00

81 lines
2.2 KiB
TOML

packaging_format = 2
id = "listmonk"
name = "Listmonk"
description.en = "Newsletter and mailing list manager"
description.fr = "Manager de newsletter et mailing list"
version = "3.0.0~ynh1"
maintainers = ["Navan Chauhan"]
[upstream]
license = "AGPL-3.0-only"
website = "https://listmonk.app/"
demo = "https://demo.listmonk.app/"
admindoc = "https://listmonk.app/docs/"
code = "https://github.com/knadh/listmonk"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "armhf", "arm64"]
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_linux_amd64.tar.gz"
amd64.sha256 = "29c4965146231d40fb9bd2eecb469534a669262c025538788a56d5d365392cf4"
armhf.url = "https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_linux_armv7.tar.gz"
armhf.sha256 = "8f405404901f1283b2ebddf1118f884c72883e981b3b70c2266c1cc523e48794"
arm64.url = "https://github.com/knadh/listmonk/releases/download/v3.0.0/listmonk_3.0.0_linux_arm64.tar.gz"
arm64.sha256 = "c60a03a1ae74ad96e67eacb205d9b8c3f7dcebff164daa0a1da93e99c361b214"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = ".*_linux_amd64.tar.gz"
autoupdate.asset.armhf = ".*_linux_armv7.tar.gz"
autoupdate.asset.arm64 = ".*_linux_arm64.tar.gz"
[resources.system_user]
allow_email = true
[resources.ports]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.auth_header = false
admin.url = "/admin"
admin.show_tile = false
admin.auth_header = false
admin.allowed = "admins"
# internal API, should not be allowed to visitors
api.url = "/api"
api.show_tile = false
api.auth_header = false
api.allowed = "admins"
[resources.apt]
packages = "postgresql"
[resources.database]
type = "postgresql"