Enable websockets for social.tempest.dev

main
Ashelyn Dawn 5 months ago
parent 9be42e931a
commit 239fbf3614
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -83,11 +83,11 @@
"utils": "utils_4"
},
"locked": {
"lastModified": 1686992620,
"narHash": "sha256-G+xjg/MOnQHiWuV4fZ9Dy3itk5x9qZ740k26areeokY=",
"lastModified": 1703193680,
"narHash": "sha256-NPY7mwlgU/DKZSnTJDxS5/DWRtrNmHmdCASbFzo8L9U=",
"ref": "refs/heads/main",
"rev": "ba263f3ebac183daf6759a4658a32b7e25cfe452",
"revCount": 3,
"rev": "ada17cbac0a59ab59c0ff56c0d7c4507341ed5f7",
"revCount": 4,
"type": "git",
"url": "http://git.tempest.dev/ashe/nixos-wrapper-gotosocial"
},
@ -718,10 +718,10 @@
"utils": "utils_10"
},
"locked": {
"lastModified": 1701934887,
"narHash": "sha256-2MVpgDECB0rzrfmzEVenhcHK7X91KLj3JzlydYV5JC0=",
"lastModified": 1701935901,
"narHash": "sha256-M0vQuw1+9HuvpnaNdGxFwx3SLl77l0bGnMcywZExudU=",
"ref": "refs/heads/main",
"rev": "449db1e7ea908fc5784f8f21c56b9525bff466d5",
"rev": "f846668c8afca1aae3da28317b4052374d37ac3c",
"revCount": 69,
"type": "git",
"url": "http://git.tempest.dev/ashe/tempest.dev"

@ -15,7 +15,10 @@
};
services.nginx.virtualHosts."elk.tempest.dev" = {
locations."/" = { proxyPass = "http://melete.tempest.local:5314"; };
locations."/" = {
proxyPass = "http://melete.tempest.local:5314";
proxyWebsockets = true;
};
forceSSL = true;
enableACME = true;
};

Loading…
Cancel
Save