No description
| backend@a4840a6bb9 | ||
| frontend@7a30f418ed | ||
| .gitmodules | ||
| compose.yml | ||
| migrations.sh | ||
| README.md | ||
tim/Board
Powers trim.lat
Deploying
- Change the Postgres credentials to something secure (i run
openssl rand -hex 16) - Update
DATABASE_URLvariable innol_backendto match the new credentials. - Update
FRONTEND_ORIGINto to your domain, for me it's"FRONTEND_ORIGIN=https://trim.lat" - Update
PUBLIC_API_URLto 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.