1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2024-07-22 19:52:14 +02:00
parent 8106b12fdb
commit 3cdae2beab

View file

@ -66,5 +66,10 @@ ram.runtime = "1G"
[resources.apt] [resources.apt]
packages = "mailutils, mariadb-server" packages = "mailutils, mariadb-server"
[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] [resources.database]
type = "mysql" type = "mysql"