fix(auth): fix authentik redirect_uri for proxmox
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
Xavier Morel
2026-06-12 19:30:40 +02:00
parent d353e2ae22
commit 1ca2c038e8
+1 -1
View File
@@ -327,7 +327,7 @@ in
allowed_redirect_uris = [ allowed_redirect_uris = [
{ {
matching_mode = "strict"; matching_mode = "strict";
url = "https://proxmox.plg.m0rel.eu/"; url = "https://proxmox.plg.m0rel.eu";
} }
]; ];
sub_mode = "user_email"; sub_mode = "user_email";