1
0
Fork 0
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:
Éric Gaspar 2023-02-23 16:54:21 +01:00
parent d07c865056
commit e059bd66d4

View file

@ -90,11 +90,13 @@ ram.runtime = "50M"
api.show_tile = false api.show_tile = false
admin.allowed = ["admins"] admin.allowed = ["admins"]
[resources.database]
type = "mysql"
[resources.apt] [resources.apt]
packages = "mariadb-server"
packages_from_raw_bash = """ packages_from_raw_bash = """
[[ "$export" == "libreoffice" ]] && echo "unoconv libreoffice-writer" [[ "$export" == "libreoffice" ]] && echo "unoconv libreoffice-writer"
[[ "$export" == "abiword" ]] && echo "abiword" [[ "$export" == "abiword" ]] && echo "abiword"
""" """
[resources.database]
type = "mysql"