From 2bd6b6b6f707e0eef7698c7dfbf2ba49b76ab5ae Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 11:46:05 +0200 Subject: [PATCH] remove full_domain --- manifest.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index e124f82..6b81256 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,23 +14,22 @@ license = "AGPL-3.0" website = "https://samr1.github.io/FitTrackee" demo = "" admindoc = "https://samr1.github.io/FitTrackee" -code = "https://github.com/SamR1/FitTrackee" +code = "https://github.com/SamR1/FitTrackee" [integration] -yunohost = ">= 11.1.17" -architectures = "all" +yunohost = ">= 11.2" +architectures = "all" multi_instance = true ldap = false -sso = false -disk = "50M" -ram.build = "50M" -ram.runtime = "50M" +sso = false +disk = "50M" +ram.build = "50M" +ram.runtime = "50M" [install] [install.domain] # this is a generic question - ask strings are automatically handled by Yunohost's core type = "domain" - full_domain = true [install.init_main_permission] type = "group"