Compare commits

..

2 commits

Author SHA1 Message Date
RingOfStorms (Joshua Bell)
82178521d1 Merge branch 'trilium' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles into trilium 2025-10-03 15:35:53 -05:00
RingOfStorms (Joshua Bell)
6c5b08444a add proxies 2025-10-03 15:35:52 -05:00

View file

@ -162,6 +162,14 @@
proxyPass = "http://100.64.0.13";
};
};
"notes.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://100.64.0.13";
};
};
"sso.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;