mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Update manifest.toml
This commit is contained in:
parent
d07c865056
commit
e059bd66d4
1 changed files with 6 additions and 4 deletions
|
@ -90,11 +90,13 @@ ram.runtime = "50M"
|
|||
api.show_tile = false
|
||||
admin.allowed = ["admins"]
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server"
|
||||
packages_from_raw_bash = """
|
||||
[[ "$export" == "libreoffice" ]] && echo "unoconv libreoffice-writer"
|
||||
[[ "$export" == "abiword" ]] && echo "abiword"
|
||||
"""
|
||||
"""
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
Loading…
Add table
Reference in a new issue