Commit Graph

5 Commits

Author SHA1 Message Date
Erik Huelsmann
bfe4971587 Ensure relative redirects
When the container port :80 is exposed as :8080 on the host,
nginx redirects to http://localhost:80/login.pl with a relative
path, instead of http://localhost:8080/login.pl; the container
isn't bound to :80, so that request fails...
2025-08-09 14:10:40 +02:00
Erik Huelsmann
1c001cf93a Don't expose the status module
It won't be accessible anyway: the localhost address is the one inside the container...
2025-08-09 14:10:40 +02:00
Erik Huelsmann
599efdc6d9 Rewrite proxy Dockerfile:
* ARCH used to be hard-coded; is now set according to the architecture being built
* Build from the associated LedgerSMB base image (not from 'lsmb-split')
* More deletion of non-required files (/usr/share/doc/*)
* Fewer layers by combining RUN commands
2025-08-09 14:10:40 +02:00
Erik Huelsmann
4522980294 Re-use parent container configuration and startup scripts 2025-08-09 14:10:40 +02:00
Walid Mujahid
b2dffc0ddc feat: provide image with nginx 2025-08-09 14:10:40 +02:00