This website requires JavaScript.
Explore
Help
Sign In
LeoVasanko
/
fastapi-vue-setup
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
v1.5.0
fastapi-vue-setup
/
fastapi-vue
/
fastapi_vue
T
History
LeoVasanko
38d5402045
Enable colored access log, tracerite and other software when running under systemd/journald which support colors (journalctl -ocat) and can strip them off (any other output mode). Sets environment FORCE_COLOR to full color if conditions are met. This is intended to affect all other modules and child processes alike (set NO_COLOR or FORCE_COLOR to override).
2026-09-03 17:27:48 +00:00
..
__init__.py
Cleanup for ALL ruff checks, and re-ruff to target project settings when installing templates, avoiding formatting errors after patching.
2026-03-08 15:25:52 +00:00
accesslog.py
Startup box: server.run() prints app name, version and connect URL in a rounded unicode box on stderr. Shared termwidth module for ANSI-aware unicode display width and padding.
2026-08-31 18:22:06 +00:00
hostutil.py
Cleanup for ALL ruff checks, and re-ruff to target project settings when installing templates, avoiding formatting errors after patching.
2026-03-08 15:25:52 +00:00
logging.py
Enable colored access log, tracerite and other software when running under systemd/journald which support colors (journalctl -ocat) and can strip them off (any other output mode). Sets environment FORCE_COLOR to full color if conditions are met. This is intended to affect all other modules and child processes alike (set NO_COLOR or FORCE_COLOR to override).
2026-09-03 17:27:48 +00:00
server.py
Enable colored access log, tracerite and other software when running under systemd/journald which support colors (journalctl -ocat) and can strip them off (any other output mode). Sets environment FORCE_COLOR to full color if conditions are met. This is intended to affect all other modules and child processes alike (set NO_COLOR or FORCE_COLOR to override).
2026-09-03 17:27:48 +00:00
startupbox.py
Startup box: server.run() prints app name, version and connect URL in a rounded unicode box on stderr. Shared termwidth module for ANSI-aware unicode display width and padding.
2026-08-31 18:22:06 +00:00
staticfiles.py
Make missing frontend files non-fatal: log an error and serve the placeholder page instead of raising during lifespan startup
2026-08-31 18:48:27 +00:00
termwidth.py
Startup box: server.run() prints app name, version and connect URL in a rounded unicode box on stderr. Shared termwidth module for ANSI-aware unicode display width and padding.
2026-08-31 18:22:06 +00:00