Caprover logo
Caprover one-click apps browser
Planka logo
Planka
Realtime Kanban Board for Workgroups
Official integration
Created - Last update

Planka is a Trello-like kanban board built with React and Redux.

Deployed services
planka
custom
  • planka-user-avatars:/app/public/user-avatars
  • planka-project-background-images:/app/public/project-background-images
  • planka-attachments:/app/private/attachments
$$cap_PLANKA_PORT
4
planka-db
postgres:$$cap_POSTGRES_VERSION
  • planka-db:/var/lib/postgresql/data
4
Variables

General | Planka Version

Default: 1.8.4

$$cap_PLANKA_VERSION
Check out their valid tags at https://github.com/orgs/plankanban/packages/container/package/planka

General | PostgreSQL Version

Default: 13.7

$$cap_POSTGRES_VERSION
Check out their valid tags at https://hub.docker.com/r/btcpayserver/postgres/tags

Application | Port

Default: 1337

$$cap_PLANKA_PORT
Port of the Planka host.

Application | Trust Proxy

Default: false

$$cap_PLANKA_TRUST_PROXY
Whether to trust proxy in Planka.

Application | Secret Key

Default: $$cap_gen_random_hex(32)

$$cap_PLANKA_SECRET_KEY
Secret key for data encryption.

Database | User Name

Default: planka

$$cap_POSTGRES_USER
User name of the PostgreSQL database.

Database | User Password

Default: $$cap_gen_random_hex(16)

$$cap_POSTGRES_PASSWORD
User password of the PostgreSQL database.

Database | Name

Default: planka

$$cap_POSTGRES_DB
Name of the PostgreSQL database.

Database | Host Authentication Method

Default: trust

$$cap_POSTGRES_HOST_AUTH_METHOD
Method of the PostgreSQL host authentication.
© 2025, Built with Gatsby - Source code available on GitHub