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

81 lines
1.6 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"
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:09:00 +01:00
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"