From 35356ee97b51213d66b88e85654c85d5f2752c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 26 Apr 2024 23:57:31 +0200 Subject: [PATCH] Note as SSO not available --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9c7d846..7110fc0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -32,7 +32,8 @@ architectures = [ ] multi_instance = true ldap = true -sso = true +# reverse proxy authentication disabled until https://github.com/go-gitea/gitea/pull/18452 is merged +sso = false disk = "120M" ram.build = "0M" ram.runtime = "100M"