Railway

Deploy Kaneo

Project management and kanban boards. Jira and Trello alternative.

Deploy Kaneo

/var/lib/postgresql/data

Just deployed

Kaneo on Railway

One-click deploy of Kaneo, the open source project management platform: kanban boards, tasks, workspaces, time tracking, and integrations (GitHub, Slack, Discord, Telegram, webhooks).

This template runs Kaneo's current single-container release (ghcr.io/usekaneo/kaneo), which bundles the web app and API in one image, plus Railway's managed PostgreSQL.

What gets deployed

ServiceWhat it is
KaneoThe app itself (web + API in one container) with a public domain
PostgresManaged PostgreSQL with a persistent volume and a generated password

Everything is wired automatically:

  • Database connection via reference variables, no manual setup
  • AUTH_SECRET is generated fresh for your deploy, so sessions survive restarts and your secret is yours alone
  • The web server is patched at startup to listen on IPv6, which Railway requires (the stock image is IPv4-only and would return 502s)
  • Deploys are health-checked at /api/health, so a broken release never replaces a working one

Getting started

  1. Click Deploy. Both services provision in about 2 minutes.
  2. Open the Kaneo service's domain (shown on the service card).
  3. Create your account. The first signup becomes yours, so do this right away.
  4. Create a workspace, add a project, start adding tasks.

Recommended: lock down your instance

Once your account exists, add these variables to the Kaneo service to keep strangers out:

VariableValueEffect
DISABLE_REGISTRATIONtrueBlocks new public signups. People you invite can still register.
DISABLE_GUEST_ACCESStrueRemoves the anonymous guest sign-in button.

Railway redeploys automatically after you save variables.

Optional features

All of these are additive. Set the variables on the Kaneo service and redeploy.

File uploads in tasks and comments (S3-compatible storage, e.g. a Railway bucket):

VariableExample
S3_ENDPOINTyour bucket endpoint
S3_BUCKETbucket name
S3_ACCESS_KEY_ID / S3_SECRET_ACCESS_KEYbucket credentials
S3_FORCE_PATH_STYLEtrue

Social sign-in: set GITHUB_OAUTH_CLIENT_ID + GITHUB_OAUTH_CLIENT_SECRET (or the Google / Discord equivalents). See Kaneo's environment variable docs for the full list including custom OAuth/OIDC.

Email (SMTP): set SMTP_HOST, SMTP_PORT, SMTP_USER, SMTP_PASSWORD, SMTP_FROM. With SMTP configured, sign-in uses email verification codes and workspace invitations are delivered by email.

GitHub repository sync: create a GitHub App and set GITHUB_APP_ID, GITHUB_WEBHOOK_SECRET, GITHUB_PRIVATE_KEY, GITHUB_APP_NAME.

Updating Kaneo

The service tracks the latest image tag. To update, just redeploy the Kaneo service (right-click the service, Redeploy). Database migrations run automatically on startup.

Scaling notes

A single instance handles small teams comfortably on default resources. If you ever run multiple replicas, add a Redis service and set REDIS_URL so realtime updates are shared between replicas; a single instance works fine without it.

Troubleshooting

  • App not reachable right after deploy: the container waits for the database and runs migrations first; give it a minute, then check the deploy logs.
  • Signed out after every restart: AUTH_SECRET is missing. This template sets it for you, so only relevant if you removed it.
  • Where is my data?: in the Postgres service's volume. Back it up with Railway's backups feature on the volume.

Links


Template Content

More templates in this category

View Template
Rocky Linux
[Jul'26] Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀

codestorm
36
View Template
Foundry Virtual Tabletop
A Self-Hosted & Modern Roleplaying Platform

Lucas
71
View Template
Letta Code Remote
Run a Letta Code agent 24/7. No inbound ports, just deploy.

Letta
51