7 Commits

Author SHA1 Message Date
7198895444 Serve frontend as static build behind Apache with API reverse-proxied
Build the React app during provisioning and serve it on :80 directly, proxying /api and /sanctum to an internal Laravel vhost on 127.0.0.1:8001. Fixes the login page not appearing at the container's root URL, since previously only the Laravel API vhost was configured and nothing served the built frontend.
2026-08-04 12:38:47 +03:00
5c699a221c Remove GIT_REPO and DB_TYPE prompts from bootstrap.sh
Always clone this repo (the full app) and always use SQLite, per updated deployment requirements. Drops now-dead mysql/fresh-scaffold branches accordingly.
2026-08-04 11:51:58 +03:00
a2c35c5915 Merge remote web-upload history with local rewrite
# Conflicts:
#	README.md
#	bootstrap.sh
2026-08-04 11:28:41 +03:00
6dc35134fa latest 2026-08-04 11:26:25 +03:00
e660da4488 Upload files to "/" 2026-08-03 16:00:36 +03:00
d0834df8df Force LF line endings for shell scripts 2026-08-03 15:58:36 +03:00
7c983a9d69 Add Laravel LXC bootstrap script, README, and Claude Code project prompt 2026-08-03 15:58:10 +03:00