vibe-kanban-cloud

vibe-kanban-cloud

Docker 应用程序 from rorar's Repository

概述

Deploy Vibe Kanban Cloud on Unraid. This is a true Docker-in-Docker wrapper that runs the entire Cloud stack (remote-server, Postgres, ElectricSQL, Caddy). Important: You MUST use Privileged mode. For Local setups without domain, enter your local IP in DOMAIN and it will auto-generate an SSL cert you can find in your appdata. For External proxies (Nginx/Traefik), set USE_EXTERNAL_PROXY to true and map the External App Port.

要求

This container requires Privileged mode to run its internal Docker daemon (True Docker-in-Docker).

运行时参数

网络用户界面
http://[IP]:[PORT:80]/
网络
bridge
外壳
bash
特权
true
额外参数
--hostname=vibe-kanban-cloud

模板配置

Port: HTTP (Internal Proxy)Porttcp

Internal Caddy HTTP Port (used if USE_EXTERNAL_PROXY=false).

目标
80
默认值
180
Port: HTTPS (Internal Proxy)Porttcp

Internal Caddy HTTPS Port (used if USE_EXTERNAL_PROXY=false).

目标
443
默认值
1443
Port: External App (Direct)Porttcp

Direct access to Vibe Kanban App (used if USE_EXTERNAL_PROXY=true). Point your external reverse proxy to this port.

目标
8081
默认值
8081
Path: Appdata DirectoryPathrw

Persistent storage for all data (database, electric, SSL certs, generated secrets in .env).

目标
/data
默认值
/mnt/user/appdata/vibe-kanban-cloud
--- Core Configuration ---Variable

Main server settings.

Variable: Domain (IP or FQDN)Variable

Your domain. If you enter a local IP/hostname (e.g. 192.168.x.x), Caddy uses internal SSL. If public FQDN, Caddy uses Let's Encrypt.

目标
DOMAIN
默认值
vibe.local
Variable: External Proxy ModeVariable

Set to 'true' if you use Nginx Proxy Manager, Traefik, or an external Caddy. This disables the internal Caddy.

目标
USE_EXTERNAL_PROXY
默认值
false
Variable: TLS EmailVariable

(Optional) Email address for Let's Encrypt ACME registration if you use a public domain and internal Caddy.

目标
TLS_EMAIL
--- Local Authentication ---Variable

Bootstrap credentials for initial setup without OAuth.

Variable: Local Admin EmailVariable

The email address to use for the bootstrap admin.

目标
SELF_HOST_LOCAL_AUTH_EMAIL
默认值
admin@example.com
Variable: Local Admin PasswordVariable

Secure password for the bootstrap admin.

目标
SELF_HOST_LOCAL_AUTH_PASSWORD
默认值
changeme
--- OAuth Providers (Advanced) ---Variable

Configure GitHub or Google login.

Variable: GitHub OAuth Client IDVariable

Client ID for GitHub Auth.

目标
GITHUB_OAUTH_CLIENT_ID
Variable: GitHub OAuth Client SecretVariable

Client Secret for GitHub Auth.

目标
GITHUB_OAUTH_CLIENT_SECRET
Variable: Google OAuth Client IDVariable

Client ID for Google Auth.

目标
GOOGLE_OAUTH_CLIENT_ID
Variable: Google OAuth Client SecretVariable

Client Secret for Google Auth.

目标
GOOGLE_OAUTH_CLIENT_SECRET
--- User & Permissions (Advanced) ---Variable

Advanced user and permission settings.

Variable: PUIDVariable

Container User ID for file ownership in /data (default: 99).

目标
PUID
默认值
99
Variable: PGIDVariable

Container Group ID for file ownership in /data (default: 100).

目标
PGID
默认值
100

详细信息

存储库
ghcr.io/rorar/vibe-kanban-cloud:latest
最后更新2026-05-31
初见2026-05-27

在Unraid 上运行 vibe-kanban-cloud 。

vibe-kanban-cloud 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。