bundlewrap/bundles/left4me
CroneKorkN 6bf46ce9a4
left4me: emit left4me-web.service via systemd/units reactor
Translates left4me/deploy/files/usr/local/lib/systemd/system/left4me-web.service
into a Python dict consumed by bundles/systemd/. Two changes vs. the
shell-deploy unit:
  - --bind 0.0.0.0:8000 -> 127.0.0.1:8000 (nginx terminates TLS in front)
  - workers/threads are templated from left4me/gunicorn_{workers,threads}
    (defaults: 1 worker + 32 threads — same as the static unit)
2026-05-10 17:38:15 +02:00
..
files left4me: wire LEFT4ME_PORT_RANGE_{START,END} into web.env 2026-05-10 17:19:02 +02:00
items.py left4me: git_deploy + venv/pip/alembic/seed action chain 2026-05-10 17:32:19 +02:00
metadata.py left4me: emit left4me-web.service via systemd/units reactor 2026-05-10 17:38:15 +02:00
README.md left4me: scaffold bundle (items/metadata/README stubs) 2026-05-10 17:05:13 +02:00

left4me

L4D2 game-server management platform. See Task B12 for the full README.