GitDeployHub

cybertec-postgresql/gui_pg_timetable

github.com/cybertec-postgresql/gui_pg_timetable ↗
Docker
5 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ADDR HTTP listen address
  • PGTT_GUI_CONTROL_DSN Control database: where Studio stores its own timetable_gui schema (registry of installations, users, audit). libpq DSN or URL. For the dev…
  • PGTT_GUI_SECRET secret Secret used to derive the AES-256-GCM key that encrypts stored target DSNs. Use a long random value. Losing it means re-entering…
  • AUTH_SESSION_TTL_HOURS Auth / sessions
  • AUTH_COOKIE_SECURE
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/cybertec-postgresql/gui_pg_timetable
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/cybertec-postgresql/gui_pg_timetable
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/cybertec-postgresql/gui_pg_timetable
Or deploy to a different host
← Try another repo