From 3cd699d3125df9ae77d2fdcdc9563d40b2caa1bc Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 6 Jun 2026 19:16:42 +0000 Subject: [PATCH] fix: escaped triple quotes in oidc-rewrite-proxy.py tangle block --- infrastructure.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure.org b/infrastructure.org index 73adef5..16a6243 100644 --- a/infrastructure.org +++ b/infrastructure.org @@ -1281,11 +1281,11 @@ The proxy lives at =/docker/compose/oidc-rewrite-proxy.py= on production-1: #+BEGIN_SRC python :tangle /docker/compose/oidc-rewrite-proxy.py #!/usr/bin/env python3 -\"\"\"Minimal OIDC discovery rewrite proxy for Gitea's openidConnect provider. +"""Minimal OIDC discovery rewrite proxy for Gitea's openidConnect provider. Listens on 0.0.0.0:9122. Rewrites internal Authentik URLs to the public HTTPS URL so Gitea redirects browsers to auth.gharbeia.net. -\"\"\" +""" import json import sys