fae: paperless.local -> paperless.fritz.box

This commit is contained in:
teutat3s 2024-04-10 19:05:15 +02:00
parent 9366100c9b
commit 0370dd3c0c
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 5 additions and 2 deletions

View file

@ -109,7 +109,7 @@
#};
fae = {
hostname = "192.168.178.31";
hostname = "192.168.178.35";
sshUser = "pub-solar";
};
powder = {

View file

@ -79,8 +79,11 @@ in {
#};
services.caddy = {
enable = true;
globalConfig = ''
local_certs
'';
virtualHosts = {
"paperless.local" = {
"paperless.fritz.box" = {
extraConfig = ''
reverse_proxy :${builtins.toString config.services.paperless.port}
'';