Self-hosted open-source Trello alternative for project management, with PostgreSQL on Zeabur.
This template deploys a self-hosted instance of Kan with PostgreSQL on Zeabur.
Kan is an open-source project management tool — a self-hostable alternative to Trello.
This template includes three services:
NEXT_PUBLIC_BASE_URL – Base URL of your instance (auto-set from your domain)BETTER_AUTH_SECRET – Random 32+ character string for session encryptionPOSTGRES_URL – PostgreSQL connection string (auto-generated from the PostgreSQL service)You can customize additional settings including:
EMAIL_FROM, SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASSWORDGOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRETGITHUB_CLIENT_ID and GITHUB_CLIENT_SECRETDISCORD_CLIENT_ID and DISCORD_CLIENT_SECRETTRELLO_APP_API_KEY and TRELLO_APP_API_SECRETNEXT_PUBLIC_DISABLE_SIGN_UP=trueFor a full list of environment variables, see: https://github.com/kanbn/kan#environment-variables-