No description
Find a file
2026-01-19 06:48:25 +00:00
backend@a4840a6bb9 initial commit 2026-01-18 08:41:14 +00:00
frontend@7a30f418ed initial commit 2026-01-18 08:41:14 +00:00
.gitmodules initial commit 2026-01-18 08:41:14 +00:00
compose.yml proper readme 2026-01-19 06:48:25 +00:00
migrations.sh initial commit 2026-01-18 08:41:14 +00:00
README.md proper readme 2026-01-19 06:48:25 +00:00

tim/Board

Powers trim.lat

Deploying

  1. Change the Postgres credentials to something secure (i run openssl rand -hex 16)
  2. Update DATABASE_URL variable in nol_backend to match the new credentials.
  3. Update FRONTEND_ORIGIN to to your domain, for me it's "FRONTEND_ORIGIN=https://trim.lat"
  4. Update PUBLIC_API_URL to wherever you've deployed your backend. For me, it's "PUBLIC_API_URL=https://api.trim.lat"

I personally use Cloudflare to route api.trim.lat to port 7141, and trim.lat to port 20913. You can use NGINX or Caddy to achieve a similar effect.