diff --git a/manifest.toml b/manifest.toml index 8995678..6aab7f8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" - """ \ No newline at end of file + """ + + [resources.database] + type = "mysql" + \ No newline at end of file