From 75f179c2f0f99d5be1e5a7109409822dca63bf8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 12 Jul 2024 12:13:52 +0200 Subject: [PATCH] coding style --- manifest.toml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 205a7b7..5a00794 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,16 +42,16 @@ ram.runtime = "50M" [resources.sources] - [resources.sources.main] - url = "https://github.com/koel/koel/releases/download/v7.0.2/koel-v7.0.2.tar.gz" - sha256 = "70ee1d9f045b1e70f69956d8fbd3a94dc2134b9e774b9237d251d0a71667ccba" + [resources.sources.main] + url = "https://github.com/koel/koel/releases/download/v7.0.2/koel-v7.0.2.tar.gz" + sha256 = "70ee1d9f045b1e70f69956d8fbd3a94dc2134b9e774b9237d251d0a71667ccba" - autoupdate.strategy = "latest_github_release" - autoupdate.asset = "^koel-v.*tar.gz$" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^koel-v.*tar.gz$" [resources.system_user] allow_email = true - + [resources.install_dir] [resources.data_dir] @@ -62,7 +62,15 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, php8.2-xml, php8.2-mbstring, mariadb-server, ffmpeg" + packages = [ + "php8.2-fpm", + "php8.2-mysql", + "php8.2-sqlite3", + "php8.2-xml", + "php8.2-mbstring", + "mariadb-server", + "ffmpeg", + ] [resources.database] type = "mysql"