restic
This commit is contained in:
parent
5ff17e3a90
commit
2274429b25
1 changed files with 6 additions and 0 deletions
|
|
@ -65,10 +65,12 @@
|
|||
allowedTCPPorts = [
|
||||
22
|
||||
443
|
||||
9004
|
||||
];
|
||||
allowedUDPPorts = [
|
||||
22
|
||||
443
|
||||
9004
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -148,6 +150,10 @@
|
|||
reverse_proxy http://127.0.0.1:9003
|
||||
tls internal
|
||||
'';
|
||||
virtualHosts."backup.home.lan".extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:9004
|
||||
tls internal
|
||||
'';
|
||||
};
|
||||
|
||||
# Environment variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue