3f5b0d1591
fix: set PYTHONPATH=/app so alembic can import app package
...
When the alembic console-script entry point runs, Python sets sys.path[0]
to the entry point directory (/usr/local/bin/), not the WORKDIR. Without
PYTHONPATH=/app, `from app.models import Base` in alembic/env.py fails
with ModuleNotFoundError. uvicorn is unaffected as it adds CWD to
sys.path itself.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-28 21:42:39 +01:00
488c385de3
fix: correct generate endpoint return type, migration server_default SQL, and auth loading propagation
2026-02-28 21:22:11 +01:00
1afc95fe8b
feat: add ShorewallGenerator (zones, interfaces, policy, rules, masq, json, zip)
2026-02-28 20:02:48 +01:00
77aded3918
feat: add nested resource routers for zones, interfaces, policies, rules, masq
2026-02-28 20:02:05 +01:00
099fd8307f
feat: add configs CRUD router with generate endpoint
2026-02-28 20:00:19 +01:00
ec6b9f6332
feat: add auth router (register/login/logout/me)
2026-02-28 19:59:33 +01:00
472593b8e6
feat: add FastAPI app entrypoint
2026-02-28 19:59:07 +01:00
5c33dd7c96
feat: add Pydantic schemas
2026-02-28 19:58:30 +01:00
a96cdc825c
feat: add JWT auth module
2026-02-28 19:58:10 +01:00
bee6b83556
feat: add Alembic migration with schema and seed data
...
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-02-28 19:57:35 +01:00
c562d35345
feat: add SQLAlchemy models and database setup
2026-02-28 19:55:54 +01:00
ee9dc101da
feat: add backend Dockerfile and requirements
2026-02-28 19:54:06 +01:00
cb9b802d43
feat: add project skeleton and docker-compose
2026-02-28 19:53:19 +01:00