infra: pull in gitea GPG fix from nixos-unstable #175

Merged
teutat3s merged 3 commits from bump/infra-flake-lock into infra 2023-03-05 14:30:07 +00:00
Showing only changes of commit d1175e82b4 - Show all commits

View file

@ -32,6 +32,21 @@
redir https://mastodon.pub.solar{uri} redir https://mastodon.pub.solar{uri}
} }
# Tailscale OIDC requirement
handle /.well-known/webfinger {
respond 200 {
body `{
"subject": "acct:admins@pub.solar",
"links": [
{
"rel": "http://openid.net/specs/connect/1.0/issuer",
"href": "https://auth.pub.solar/realms/pub.solar"
}
]
}`
}
}
# redirect to statutes # redirect to statutes
redir /satzung https://cloud.pub.solar/s/2tRCP9aZFCiWxQy temporary redir /satzung https://cloud.pub.solar/s/2tRCP9aZFCiWxQy temporary