From e059bd66d4d5e07f2b33745fc8364990fbe58c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:54:21 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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