Compare commits
No commits in common. "3ca99ab6557409590d177ff24986e7ba529c93bb" and "fd9358c8ef96fd0860bbba5a23ee1509528a4ed0" have entirely different histories.
3ca99ab655
...
fd9358c8ef
|
@ -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
|
||||
|
||||
|
|
|
@ -203,28 +203,13 @@
|
|||
"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;
|
||||
'';
|
||||
};
|
||||
"/" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://100.104.25.128:8096";
|
||||
extraConfig = ''
|
||||
allow all;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
"jellyseerr.mccarty.io" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "mccarty.io";
|
||||
|
|
Loading…
Reference in New Issue