admin
a2650e5c36
fix: flat structure — compose.yaml + nginx.conf, production defaults
...
- /opt/fw/{name}/compose.yaml (flat, no subdirs)
- /opt/fw/{name}/nginx.conf (client_max_body_size 1024m, timeouts 300s)
- restart: always in compose + systemd units for dockerd/containerd
2026-08-03 17:20:14 +00:00
admin
f9c2771984
feat: docker-compose.yml per node, minimal nginx config
...
- /opt/fw/{name}/docker-compose.yml — declarative, editable
- /opt/fw/{name}/nginx/default.conf — user-editable
- docker compose up -d for deployment
- Remove rate limits and header manipulation (app handles it)
2026-08-03 17:10:23 +00:00
admin
c4f2c8fadb
fix: proper nginx config with proxy headers, mount http.d/default.conf
2026-08-03 17:04:09 +00:00
admin
f72ea3f348
feat: default nginx config on host, editable
2026-08-03 16:59:10 +00:00
admin
3d8b85d918
fix: host directory mounts for editable config (/opt/fw/{name}/)
2026-08-03 16:58:52 +00:00
admin
9d10516a63
fix: move main() call to end of file after all function defs
2026-08-03 16:11:02 +00:00
admin
6a79d6b5b6
fix: ops dict declared at top of loop, remove duplicate
2026-08-03 16:09:13 +00:00
admin
30d247c411
fix: numbered cloud region selection
2026-08-03 16:07:41 +00:00
admin
0171438505
fix: dynamic menu numbering via ops dict
2026-08-03 16:06:40 +00:00
admin
30c24da698
fix: numbered mode selection, remove duplicate create_config
2026-08-03 15:50:44 +00:00
admin
1d4b6c9673
feat: edit nodes, delete, status as separate menu items
2026-08-03 15:41:53 +00:00
admin
b981b82c5d
feat: manage nodes submenu with restart/delete
2026-08-03 15:40:20 +00:00
admin
c6e163a767
feat: individual node deploy options in menu
2026-08-03 15:38:42 +00:00
admin
95e66f21c8
fix: sequential menu numbers
2026-08-03 15:37:04 +00:00
admin
1748371b34
feat: add remote tunnel to menu
2026-08-03 15:35:49 +00:00
admin
aba98108b0
fix: indentation, docker_bin absolute path check, rename to main.py
2026-08-03 15:31:29 +00:00
admin
d6fdbbe8db
fix: check for docker at absolute path /opt/fw/docker/bin/docker
2026-08-03 15:27:54 +00:00
admin
ebde840b28
refactor: guided UI — no fw.conf needed, add node deploys immediately
...
- No fw.conf required on first run — only option is Add Node
- Adding a node deploys it immediately (saves to fw.conf)
- Shows pending deploys when fw.conf has undeployed nodes
- Status/Remove shown only when nodes are deployed
2026-08-03 15:07:58 +00:00
admin
3ba8e6e6c2
refactor: clean layout + docker binary
2026-08-03 14:50:01 +00:00