mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-01-11 02:53:46 +01:00
add jupyter to routers
This commit is contained in:
@@ -81,7 +81,15 @@
|
||||
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||
};
|
||||
|
||||
|
||||
virtualHosts."jupyter.lauterer.it" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = config.networking.domain;
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://100.84.215.84:8771";
|
||||
};
|
||||
#basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||
};
|
||||
|
||||
virtualHosts."rss.lauterer.it" = {
|
||||
forceSSL = true;
|
||||
|
||||
Reference in New Issue
Block a user