Compare commits

..

No commits in common. "3ca99ab6557409590d177ff24986e7ba529c93bb" and "fd9358c8ef96fd0860bbba5a23ee1509528a4ed0" have entirely different histories.

2 changed files with 5 additions and 22 deletions

View File

@ -122,8 +122,6 @@ in with lib; {
# bind = SUPER, M, exit,
bind = SUPER, E, exec, dolphin
bind = SUPER, V, togglefloating,
bind = SUPER SHIFT, V, togglefloating,
bind = SUPER SHIFT, V, pin,
bind = SUPER, P, pseudo, # dwindle
bind = SUPER, B, togglesplit, # dwindle

View File

@ -203,26 +203,11 @@
"jellyfin.mccarty.io" = {
forceSSL = true;
useACMEHost = "mccarty.io";
locations = {
"/socket" = {
proxyPass = "http://100.104.25.128:8096";
extraConfig = ''
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Protocol $scheme;
proxy_set_header X-Forwarded-Host $http_host;
'';
};
"/" = {
proxyPass = "http://100.104.25.128:8096";
extraConfig = ''
allow all;
'';
};
locations."/" = {
proxyPass = "http://100.104.25.128:8096";
extraConfig = ''
allow all;
'';
};
};
"jellyseerr.mccarty.io" = {