From 727480d6faa5e5a6f9c75201ac58ac42d1bfa60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Mar 2023 22:54:11 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4702d43..269f6c1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,8 +19,8 @@ code = "https://github.com/go-shiori/shiori" yunohost = ">= 11.1.15" architectures = ["amd64", "arm64", "armhf"] multi_instance = true -ldap = "not_relevant" -sso = "not_relevant" +ldap = false +sso = false disk = "50M" ram.build = "50M" ram.runtime = "50M"