mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
81 lines
1.7 KiB
TOML
81 lines
1.7 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.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]
|
|
yunohost = ">= 11.1.14"
|
|
architectures = ["amd64"]
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[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]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/knadh/listmonk/releases/download/v2.2.0/listmonk_2.2.0_linux_amd64.tar.gz"
|
|
sha256 = "c2bdccd073d768d2b8dfbfad6469c5b41cf39b44a20c263cbaebf15876463709"
|
|
in_subdir = false
|
|
|
|
[resources.system_user]
|
|
|
|
[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"
|
|
|
|
api.url = "/api"
|
|
api.show_tile = false
|
|
api.allowed = "visitors"
|
|
|
|
[resources.apt]
|
|
packages = "postgresql"
|
|
|
|
[resources.apt.extras.yarn]
|
|
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
packages = "yarn"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|