fix: use internalPort 9090 for cockpit, let Traefik handle routing, use interface field for SMB IP binding

This commit is contained in:
2026-03-09 18:38:20 +00:00
parent 3c438ca093
commit b9d573aeac
2 changed files with 10 additions and 7 deletions

View File

@@ -3,9 +3,10 @@
"name": "NAS Samba",
"id": "nas-samba",
"available": true,
"exposable": false,
"port": 9090,
"exposable": true,
"dynamic_config": true,
"no_gui": true,
"no_gui": false,
"tipi_version": 1,
"version": "latest",
"categories": ["network", "utilities"],