vibe-kanban-cloud

vibe-kanban-cloud

Aplicación Docker from rorar's Repository

Visión general

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.

Requisitos

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

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:80]/
Red
bridge
Concha
bash
Privilegiado
true
Parámetros adicionales
--hostname=vibe-kanban-cloud

Configuración de plantillas

Port: HTTP (Internal Proxy)Porttcp

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

Objetivo
80
Por defecto
180
Port: HTTPS (Internal Proxy)Porttcp

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

Objetivo
443
Por defecto
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.

Objetivo
8081
Por defecto
8081
Path: Appdata DirectoryPathrw

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

Objetivo
/data
Por defecto
/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.

Objetivo
DOMAIN
Por defecto
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.

Objetivo
USE_EXTERNAL_PROXY
Por defecto
false
Variable: TLS EmailVariable

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

Objetivo
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.

Objetivo
SELF_HOST_LOCAL_AUTH_EMAIL
Por defecto
admin@example.com
Variable: Local Admin PasswordVariable

Secure password for the bootstrap admin.

Objetivo
SELF_HOST_LOCAL_AUTH_PASSWORD
Por defecto
changeme
--- OAuth Providers (Advanced) ---Variable

Configure GitHub or Google login.

Variable: GitHub OAuth Client IDVariable

Client ID for GitHub Auth.

Objetivo
GITHUB_OAUTH_CLIENT_ID
Variable: GitHub OAuth Client SecretVariable

Client Secret for GitHub Auth.

Objetivo
GITHUB_OAUTH_CLIENT_SECRET
Variable: Google OAuth Client IDVariable

Client ID for Google Auth.

Objetivo
GOOGLE_OAUTH_CLIENT_ID
Variable: Google OAuth Client SecretVariable

Client Secret for Google Auth.

Objetivo
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).

Objetivo
PUID
Por defecto
99
Variable: PGIDVariable

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

Objetivo
PGID
Por defecto
100

Detalles

Repositorio
ghcr.io/rorar/vibe-kanban-cloud:latest
Última actualización2026-05-31
Visto por primera vez2026-05-27

Ejecute vibe-kanban-cloud en Unraid.

vibe-kanban-cloud se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.