Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 22ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
cola

cola

Joined 8 months ago

All gists 2
Recently created Least recently created Recently updated Least recently updated
cola

cola / gistfile1.txt

Last active 4 days ago
0 0 1
1 Opengist said no (400):
2
3 <!DOCTYPE html>
4 <html lang="en" class="h-full " data-theme="auto">
5 <head>
6 <meta charset="UTF-8" />
7
8
9 <base href="" />
cola

cola / Caddyfile

Last active 3 weeks ago
0 0 1
1 apollo.snek.network {
2 # Everything EXCEPT the Subsonic API requires Authentik SSO.
3 @protected not path /rest/*
4
5 route {
6 # Forward outpost traffic directly to Authentik
7 reverse_proxy /outpost.goauthentik.io/* https://id.snek.network {
8 header_up Host id.snek.network
9 header_up X-Real-IP {remote_host}
10 }