2023-03-10 17:28:03 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "listmonk"
|
|
|
|
name = "Listmonk"
|
|
|
|
description.en = "Newsletter and mailing list manager"
|
|
|
|
description.fr = "Manager de newsletter et mailing list"
|
|
|
|
|
2024-02-04 21:32:51 +01:00
|
|
|
version = "3.0.0~ynh1"
|
2023-03-10 17:28:03 +01:00
|
|
|
|
|
|
|
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]
|
2023-08-15 19:36:16 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-03-22 13:46:23 +01:00
|
|
|
architectures = ["amd64", "armhf", "arm64"]
|
2023-03-10 17:28:03 +01:00
|
|
|
multi_instance = true
|
2023-03-10 17:38:25 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-03-10 17:28:03 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
2023-03-10 17:55:34 +01:00
|
|
|
|
2023-03-10 17:48:42 +01:00
|
|
|
[resources.sources]
|
2023-03-10 17:55:34 +01:00
|
|
|
|
|
|
|
[resources.sources.main]
|
2024-02-04 21:32:51 +01:00
|
|
|
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"
|
2023-03-10 18:42:12 +01:00
|
|
|
in_subdir = false
|
2023-03-10 17:28:03 +01:00
|
|
|
|
2023-10-31 08:29:52 +01:00
|
|
|
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"
|
|
|
|
|
2023-03-10 17:28:03 +01:00
|
|
|
[resources.system_user]
|
2023-10-31 08:29:52 +01:00
|
|
|
allow_email = true
|
2023-03-10 17:28:03 +01:00
|
|
|
|
2023-03-10 17:38:25 +01:00
|
|
|
[resources.ports]
|
|
|
|
|
2023-03-10 17:28:03 +01:00
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2023-03-10 17:45:37 +01:00
|
|
|
main.auth_header = false
|
2023-03-10 17:38:25 +01:00
|
|
|
|
|
|
|
admin.url = "/admin"
|
|
|
|
admin.show_tile = false
|
2023-03-10 17:48:42 +01:00
|
|
|
admin.auth_header = false
|
2023-03-10 17:38:25 +01:00
|
|
|
admin.allowed = "admins"
|
|
|
|
|
2023-10-31 08:29:52 +01:00
|
|
|
# internal API, should not be allowed to visitors
|
2023-03-10 17:38:25 +01:00
|
|
|
api.url = "/api"
|
|
|
|
api.show_tile = false
|
2023-03-16 08:35:36 +01:00
|
|
|
api.auth_header = false
|
2023-10-31 08:29:52 +01:00
|
|
|
api.allowed = "admins"
|
2023-03-10 17:38:25 +01:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "postgresql"
|
|
|
|
|
2023-03-10 17:28:03 +01:00
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|