mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Move Audiobookshelf service to nixnuc
This commit is contained in:
parent
e94b7586cb
commit
7878e5438f
2 changed files with 7 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ in {
|
|||
acmeRoot = null;
|
||||
forceSSL = true;
|
||||
locations."/".proxyWebsockets = true;
|
||||
locations."/".proxyPass = "http://${mini_watcher}:13378";
|
||||
locations."/".proxyPass = "http://${backend_ip}:13378";
|
||||
};
|
||||
"atuin.${home_domain}" = {
|
||||
listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue