mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 21:03:47 +00:00
feat: add bare-metal deployment configs for Proxmox/LXC
Provide ready-to-use nginx, systemd, and environment configs for bare-metal installs. Community Proxmox scripts currently sed-hack the Docker nginx.conf with patterns that don't match, causing broken pid/log paths and tmpfiles issues on reboot.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
NODE_ENV=production
|
||||
DATA_DIR=/opt/termix/data
|
||||
GUACD_HOST=127.0.0.1
|
||||
GUACD_PORT=4822
|
||||
Reference in New Issue
Block a user