15 Commits

Author SHA1 Message Date
Power BI Dev
030bb7c174 Use relative URLs for rebuild forms
Avoid mixed-content form submissions behind Coolify by rendering internal links and form actions as relative paths.
2026-05-03 22:06:46 +07:00
Power BI Dev
b95d7fed02 Use relative Vite asset links in rebuild
Load compiled assets from /build using the manifest so Coolify deployments do not depend on APP_URL or proxy scheme detection for CSS.
2026-05-03 19:51:09 +07:00
Power BI Dev
80f3e52596 Fix production assets in rebuild image
Exclude the Vite hot file from Docker builds and copy the SPOTA logo into the container so production deploys load compiled CSS and logo assets.
2026-05-03 19:38:35 +07:00
Power BI Dev
9a3849c04f Fix Laravel APP_KEY handling in Docker
Export the generated Laravel app key before starting Apache so deployments without an explicit APP_KEY do not fail with a 500 MissingAppKeyException.
2026-05-03 19:20:28 +07:00
Power BI Dev
e8ce31c216 Tune primary compose for Coolify rebuild
Keep the existing docker-compose.yml suitable for Coolify by using production PHP error defaults and the legacy-compatible MySQL SQL mode.
2026-05-03 18:54:19 +07:00
Power BI Dev
dab8ea396b Deploy Laravel rebuild via Coolify
Point Docker and Coolify compose to the Laravel rebuild app so mahasiswa, dosen, and admin flows are served from the new Laravel public entrypoint.
2026-05-03 18:50:29 +07:00
Power BI Dev
89ce9d30a7 Build database image with bundled bootstrap dumps 2026-05-02 14:24:25 +07:00
Power BI Dev
5f2fe70f04 Include database dumps in Docker deployment context 2026-05-02 13:49:07 +07:00
Power BI Dev
244ebed8c4 Add database bootstrap dumps for Docker deployment 2026-05-02 10:38:32 +07:00
Power BI Dev
1ceaad7d94 Fix Coolify compose networking and local Docker override 2026-05-02 10:32:46 +07:00
Power BI Dev
1eddcea89f Add pedoman content and editor assets 2026-05-02 10:12:20 +07:00
Power BI Dev
5fb1151fea Add consultation module assets and libraries 2026-05-02 10:11:07 +07:00
Power BI Dev
a52c2a8462 Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
2026-05-02 10:09:32 +07:00
Power BI Dev
efdb11db3f Add SPOTA core PHP application
Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
2026-05-02 10:08:52 +07:00
Power BI Dev
874dbbe8e8 Add Docker and Coolify deployment setup
Add the container configuration, environment templates, and storage settings needed to deploy SPOTA with Docker and Coolify.
2026-05-02 10:07:56 +07:00