Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

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

adjust redirects for Nest Caddyfile config

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>

+8 -3
+8 -3
.config/caddyfiles/hackclub.app.Caddyfile
··· 14 14 http://hackclub.beta.lorebooks.wiki { 15 15 bind unix/.hackclub.beta.lorebooks.wiki.webserver.sock|777 16 16 17 - # Add your Caddy directives here! 17 + redir https://hackclub.wiki{uri} 18 18 } 19 19 http://hackclub.lorebooks.wiki { 20 20 bind unix/.hackclub.lorebooks.wiki.webserver.sock|777 21 21 22 - redir https://hackclub.beta.lorebooks.wiki{uri} 23 - } 22 + redir https://hackclub.wiki{uri} 23 + } 24 + 25 + http://matrix.andreijiroh.dev { 26 + bind unix/.matrix.andreijiroh.dev.webserver.sock|777 27 + 28 + }