Commit graph

4 commits

Author SHA1 Message Date
b8d60d088d add pdo_pgsql to backend php
Laravel connects to the production postgres database through PDO,
so the runtime interpreter must include pdo_pgsql. Without it,
tide-migrate fails on activation with 'could not find driver' and
phpfpm-tide never starts.
2026-05-08 16:06:34 +03:00
83f53355be add services.tide nixos module
Exposes the laravel backend behind phpfpm + nginx and the vue
frontend as a static vhost. Wires postgres, runtime tmpfiles for
laravel's writable storage/ and bootstrap/cache/, and a oneshot
tide-migrate service for migrations and config caching.
2026-05-08 10:50:17 +03:00
b7db23b6aa package vue frontend with nix 2026-05-08 10:50:11 +03:00
d7f7460601 package laravel backend with nix 2026-05-08 10:50:08 +03:00