From b55a13a1dbff5ceee99423ab81d41127207b447e Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 16 Mar 2024 14:19:13 +0100 Subject: [PATCH] whitespace --- manifest.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4e263c3..fff4f6f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -71,17 +71,17 @@ ram.runtime = "200M" [resources.permissions] main.url = "/" - + api.url = "/api" api.allowed = "visitors" api.auth_header = false api.protected = true - + share.url = "/share" share.allowed = "visitors" share.auth_header = false share.protected = true - + [resources.ports] main.default = 4001 @@ -108,10 +108,9 @@ ram.runtime = "200M" "libde265-dev", "libaom-dev", # "darktable", - "mariadb-server", ] - + packages_from_raw_bash = """ if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then echo "libdlib19";