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"
|
|
|
|
|
|
|
|
version = "2.3.0~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]
|
2023-03-10 17:38:25 +01:00
|
|
|
yunohost = ">= 11.1.14"
|
2023-03-10 18:11:56 +01:00
|
|
|
architectures = ["amd64"]
|
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"
|
|
|
|
full_domain = true
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[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-03-10 18:57:16 +01:00
|
|
|
url = "https://github.com/knadh/listmonk/releases/download/v2.3.0/listmonk_2.3.0_linux_amd64.tar.gz"
|
|
|
|
sha256 = "4ad9ff7a04e13c9f8609c705e4850046ae8a3c9a03b0c4ac04e3c1d1c8fe8b7a"
|
2023-03-10 18:42:12 +01:00
|
|
|
in_subdir = false
|
2023-03-10 17:28:03 +01:00
|
|
|
|
2023-03-10 18:57:16 +01:00
|
|
|
[resources.sources.arm]
|
|
|
|
url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.3.0.tar.gz"
|
|
|
|
sha256 = "54cab80ca16dbf58ce40b7fc1ae88a9f8ed4c9d9a54387a77b1a90cb4dba3404"
|
|
|
|
|
2023-03-10 17:28:03 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
api.url = "/api"
|
|
|
|
api.show_tile = false
|
|
|
|
api.allowed = "visitors"
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "postgresql"
|
|
|
|
|
2023-03-10 18:09:00 +01:00
|
|
|
[resources.apt.extras.yarn]
|
|
|
|
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
|
|
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
|
|
packages = "yarn"
|
2023-03-10 17:28:03 +01:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|