Commit graph

3 commits

Author SHA1 Message Date
6afe8c7d7a fix: add nginx proxy to unify web + SocketIO on port 8080
- Nginx routes /socket.io/ to port 9000 (SocketIO)
- Nginx routes everything else to port 8000 (Frappe web)
- Sitename path prefix rewrite for socket.io compatibility
- Update: Zoraxy should now proxy to port 8080 instead of 8000
2026-07-15 21:16:50 +00:00
f0e6033cef chore: add --proxy flag and host_name config for Zoraxy reverse proxy
- Added --proxy to bench serve for proper proxy header handling
- Set host_name: http://erp.lohmar.co.uk in site_config
- Added dns_multitenant: false in common_site_config
- Updated deploy systemd service file
2026-07-15 20:51:21 +00:00
759fac5a67 chore: add deploy config with systemd services for auto-start on boot
- frappe-bench-web, worker, schedule, socketio, watch services
- frappe-bench.target to group all services
- bench-env.sh wrapper for proper PATH resolution
- deploy README with installation/management instructions
2026-07-15 20:44:59 +00:00