this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

reverse proxy knot

+9
+9
caddy/Caddyfile
··· 107 107 } 108 108 } 109 109 } 110 + 111 + knot.{$HOST:localhost} { 112 + log knot { 113 + output stdout 114 + format console 115 + } 116 + 117 + reverse_proxy {$PI_ADDRESS:pi}:5555 118 + }