fix: escaped triple quotes in oidc-rewrite-proxy.py tangle block
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user