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:
parent
8106b12fdb
commit
3cdae2beab
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue