Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added kan/data/db/.gitkeep
Empty file.
28 changes: 28 additions & 0 deletions kan/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
services:
app_proxy:
environment:
APP_HOST: kan_server_1
APP_PORT: 3000
PROXY_AUTH_ADD: "false"

server:
image: ghcr.io/kanbn/kan:0.4.7@sha256:dedeb75a7cc115eba61c6eaacb1fffcfbc635febcdfb3b86a93a6d7de91a6ee2
environment:
NEXT_PUBLIC_BASE_URL: http://${DEVICE_DOMAIN_NAME}:8373
BETTER_AUTH_SECRET: ${APP_SEED}
POSTGRES_URL: 'postgresql://kanuser:kanpassword@kan_db_1:5432/kan?sslmode=disable'
NEXT_PUBLIC_ALLOW_CREDENTIALS: "true"
depends_on:
- db
restart: on-failure

db:
image: postgres:17.3@sha256:0321e2252ebfeecb8bc1a899755084d29bce872953e1a5a3e25ec0860b739098
user: "1000:1000"
environment:
POSTGRES_DB: kan
POSTGRES_USER: kanuser
POSTGRES_PASSWORD: kanpassword
restart: on-failure
volumes:
- ${APP_DATA_DIR}/data/db:/var/lib/postgresql/data
30 changes: 30 additions & 0 deletions kan/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
manifestVersion: 1
id: kan
category: files
name: kan
version: "0.4.7"
tagline: The open source Trello alternative
description: >-
Kan is a modern, open-source alternative to Trello designed for seamless project and task management. It offers a clean, intuitive interface and a wide range of powerful features.


- 👁️ **Board Visibility:** Control who can view and edit your boards
- 🤝 **Workspace Members:** Invite members and collaborate with your team
- 🚀 **Trello Imports:** Easily import your Trello boards
- 🔍 **Labels & Filters:** Organise and find cards quickly
- 💬 **Comments:** Discuss and collaborate with your team
- 📝 **Activity Log:** Track all card changes with detailed activity history
- 🎨 **Templates:** Save time with reusable custom board templates
releaseNotes: ""
developer: kanbn
website: https://kan.bn/
repo: https://github.com/kanbn/kan
support: https://github.com/kanbn/kan/issues
port: 8373
dependencies: []
gallery: []
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Kanishk Pachauri
submission: https://github.com/getumbrel/umbrel-apps/pull/3896