diff --git a/services/website/Caddyfile b/services/website/Caddyfile index 966b002..a2897ce 100644 --- a/services/website/Caddyfile +++ b/services/website/Caddyfile @@ -6,6 +6,9 @@ proxy 10.24.1.9:222 } } + :64738 { + proxy 10.24.1.4:64738 + } } } @@ -43,9 +46,4 @@ https://cache.collective-conciousness.monster { encode zstd gzip reverse_proxy 10.24.1.4:5020 -} - -https://mumble.collective-conciousness.monster, mumble.collective-conciousness.monster { - # encode zstd gzip # unsure if this will work with murmur. - reverse_proxy 10.24.1.4:64738 } \ No newline at end of file diff --git a/sway.mod.nix b/sway.mod.nix index 47124f3..b8f9850 100644 --- a/sway.mod.nix +++ b/sway.mod.nix @@ -116,7 +116,7 @@ assigns = { "1:说" = [ { title = "^Signal$|Discord$"; } ]; "2:main" = [ { title = "VSCodium$"; } ]; - "3:browsing" = [ { title = "Librewolf$"; } ]; + "3:browsing" = [ { title = "LibreWolf$"; } ]; "4:misc" = [ ]; "5:5" = [ ]; "6:6" = [ ];