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
1f6cfb99fa
commit
e724dc65b2
1 changed files with 7 additions and 7 deletions
|
@ -42,9 +42,9 @@ ram.runtime = "50M"
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources]
|
||||||
url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.2.0.tar.gz"
|
main.url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.2.0.tar.gz"
|
||||||
sha256 = "6eef831f7ceef80624ae69cd7020504344410d0f8015a0e150b88d324894ca8d"
|
main.sha256 = "6eef831f7ceef80624ae69cd7020504344410d0f8015a0e150b88d324894ca8d"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
@ -58,6 +58,7 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
admin.url = "/admin"
|
admin.url = "/admin"
|
||||||
admin.show_tile = false
|
admin.show_tile = false
|
||||||
|
admin.auth_header = false
|
||||||
admin.allowed = "admins"
|
admin.allowed = "admins"
|
||||||
|
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
|
@ -67,10 +68,9 @@ ram.runtime = "50M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql"
|
packages = "postgresql"
|
||||||
|
|
||||||
[[resources.apt.extras]]
|
extras.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
extras.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.packages = "yarn"
|
||||||
packages = "yarn"
|
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue