This repository contains the nginx-based web image for the fewohbee guesthouse administration tool.
The published image is:
developeregrem/fewohbee-web:latest
- Standard mode expects TLS certificates in
/certsand serves HTTPS on port443. - Reverse proxy mode is enabled with
REVERSE_PROXY=trueand serves plain HTTP on port80. HOST_NAMEis rendered into the activeserver_namedirective at container start.
docker build -t fewohbee-web:local .site.confandsite.conf.no-ssldefine the nginx vhostssnippets/contains shared include fragmentssite-enabled-http/andsite-enabled-https/contain app-specific includestemplates/server_name.templateis rendered at container start