works enough for now
This commit is contained in:
commit
c04a9a752a
12 changed files with 178 additions and 0 deletions
13
config/services.yml.example
Normal file
13
config/services.yml.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# config/services.yml
|
||||
services:
|
||||
immich:
|
||||
endpoint: 192.168.10.20:2283
|
||||
public_port: 443
|
||||
protocol: tcp
|
||||
exposure: [nat, dns]
|
||||
|
||||
nextcloud:
|
||||
endpoint: 192.168.10.30:443
|
||||
public_port: 443
|
||||
protocol: tcp
|
||||
exposure: [nat]
|
||||
Loading…
Add table
Add a link
Reference in a new issue