works enough for now

This commit is contained in:
Benjamin Tayehanpour 2026-06-16 22:47:04 +02:00
commit c04a9a752a
12 changed files with 178 additions and 0 deletions

View file

@ -0,0 +1,5 @@
wan:
wan_interface: eth0
public_ip: 192.0.2.1
lan_interface: eth1
internal_cidr: 192.168.10.0/24

View 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]