From 91c498876e4042139abaf303463217757f341a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:46:54 +0200 Subject: [PATCH] fix --- manifest.toml | 3 +++ scripts/_common.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 30a32a8..fa6b98c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,11 @@ code = "https://git.j3s.sh/vore/tree/main/" yunohost = ">= 11.2" architectures = "all" multi_instance = false + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" diff --git a/scripts/_common.sh b/scripts/_common.sh index f5f821e..106f77d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -go_version=1.20 +go_version=1.22 #================================================= # PERSONAL HELPERS