mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
Update manifest.toml
This commit is contained in:
parent
0c58423df4
commit
aff5d1ef01
1 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ name = "Listmonk"
|
||||||
description.en = "Newsletter and mailing list manager"
|
description.en = "Newsletter and mailing list manager"
|
||||||
description.fr = "Manager de newsletter et mailing list"
|
description.fr = "Manager de newsletter et mailing list"
|
||||||
|
|
||||||
version = "2.3.0~ynh3"
|
version = "2.3.0~ynh4"
|
||||||
|
|
||||||
maintainers = ["Navan Chauhan"]
|
maintainers = ["Navan Chauhan"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ admindoc = "https://listmonk.app/docs/"
|
||||||
code = "https://github.com/knadh/listmonk"
|
code = "https://github.com/knadh/listmonk"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.14"
|
yunohost = ">= 11.1.15"
|
||||||
architectures = ["amd64"]
|
architectures = ["amd64"]
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -71,15 +71,15 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
|
api.auth_header = false
|
||||||
api.allowed = "visitors"
|
api.allowed = "visitors"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql"
|
packages = "postgresql"
|
||||||
|
|
||||||
[resources.apt.extras.yarn]
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.yarn.packages = "yarn"
|
||||||
packages = "yarn"
|
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue