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

82 lines
2.2 KiB
TOML
Raw Normal View History

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"
2023-11-12 20:59:18 +01:00
version = "2.5.1~ynh3"
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]
2023-08-15 19:36:16 +02:00
amd64.url = "https://github.com/knadh/listmonk/releases/download/v2.5.1/listmonk_2.5.1_linux_amd64.tar.gz"
amd64.sha256 = "552bb7cb47d7b55be7b48a4ccc19d69b96491065433dafd8cc6a0f39869e4113"
2023-08-15 19:54:38 +02:00
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"
2023-03-10 18:42:12 +01:00
in_subdir = false
2023-03-10 17:28:03 +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]
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"
# 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
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"