Moved to Angular v20 and Tailwind v4 plus all related dependencies

Renamed Docker directory.

Also serving static files from FastAPI.
This commit is contained in:
2025-06-25 08:19:37 +00:00
parent 05b395af00
commit cb2b650375
253 changed files with 8626 additions and 1995 deletions

15
ansible/files/.env Normal file
View File

@ -0,0 +1,15 @@
TITLE={{ title }}
HOST=0.0.0.0
PORT=80
LOG_LEVEL=WARN
DEBUG=false
SQLALCHEMY_DATABASE_URI=postgresql+psycopg://postgres:123456@{{ db }}:5432/brewman_{{ name }}
MODULE_NAME=brewman.main
PROJECT_NAME=brewman
PUBLIC_KEY={{ public_key }}
PRIVATE_KEY={{ private_key }}
MIDDLEWARE_SECRET_KEY={{ middleware_key }}
ALGORITHM=EdDSA
JWT_TOKEN_EXPIRE_MINUTES=30
ALEMBIC_LOG_LEVEL=INFO
ALEMBIC_SQLALCHEMY_LOG_LEVEL=WARN