From 1b5c9aaac976fbaaa3b09d1b5a7b05dfdb2cf19e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Aug 2023 17:43:06 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2241a13..99e1d50 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,11 +19,11 @@ code = "https://github.com/LibrePhotos/librephotos" fund = "https://www.paypal.com/donate/?hosted_button_id=5JWVM2UR4LM96" [integration] -yunohost = ">= 4.2.4" +yunohost = ">= 11.2" architectures = "all" multi_instance = false -ldap = "false" -sso = "false" +ldap = false +sso = false disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...