Shelfarr dashboard link says local-only, but SSH tunnel is blocked
Posted by danmacx2
Details: Platform: UGREEN NAS / UGOS Shelfarr container: sb-shelfarr Dashboard port: 5056 Dashboard says Shelfarr is local-only and recommends: ssh -L 5056:localhost:5056 <nas-user@<NAS-IP Docker mapping is present: 80/tcp - [ip removed]:5056 {"80/tcp":[{"HostIp":"[ip removed]","HostPort":"5056"}]} Shelfarr logs show the container starts successfully and /up returns HTTP 200. The app logs also show Puma listening internally on port 3000. Direct access to: http://<NAS-IP:5056 doesn’t work, which appears intentional because Shelfarr is loopback-only. The recommended SSH tunnel fails with: channel 3: open failed: administratively prohibited: open failed SSH configuration confirms: AllowTcpForwarding no Question: What is the supported way to access the local-only Shelfarr admin UI on UGREEN/UGOS when SSH TCP forwarding is disabled? Should SparkBox provide another access method, or document the required persistent UGOS SSH forwarding configuration? Also, can you confirm whether the container should publish port 80 or port 3000? The logs show Puma listening on port 3000 while Docker publishes 80/tcp. Thanks Dan