mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
81 lines
2.2 KiB
TOML
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 = "2.5.1~ynh3"
|
|
|
|
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/v2.5.1/listmonk_2.5.1_linux_amd64.tar.gz"
|
|
amd64.sha256 = "552bb7cb47d7b55be7b48a4ccc19d69b96491065433dafd8cc6a0f39869e4113"
|
|
armhf.url = "https://github.com/knadh/listmonk/releases/download/v2.5.1/listmonk_2.5.1_linux_armv7.tar.gz"
|
|
armhf.sha256 = "7e7e96d64cd2af96711d8d3db717cfdb5c4b8c9ac3fb78b43a4704a8e5625c99"
|
|
arm64.url = "https://github.com/knadh/listmonk/releases/download/v2.5.1/listmonk_2.5.1_linux_arm64.tar.gz"
|
|
arm64.sha256 = "832c5a34ed78446c179ed5423cdbce51d3e51333c1ea6cf11c74b63e0776193a"
|
|
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"
|