Sign inSign up

lintao0o0/undercontrol

By lintao0o0

Updated 3 days ago

udctl (UnDercontrol): a private workspace for people and AI agents. Explore, capture, distill.

Image
0

9.7K

lintao0o0/undercontrol repository overview

udctl — all-in-one image

udctl (UnDercontrol) is a private workspace for people and AI agents: tasks, threads and knowledge live here, and so do each agent's definition, skills and scheduling across your machines. This image ships the web app and the Go API in one container. amd64 and arm64.

Site and docs: https://udctl.com · Self-hosting guide: https://udctl.com/self-hosting · Every environment variable: https://udctl.com/configuration

Run

docker run -d -p 3000:8080 \
  -e HOST_DOMAIN=http://localhost:3000 \
  -e JWT_SECRET=change-me-to-a-random-string \
  -e [email protected] \
  -e ADMIN_PASSWORD=changeme \
  -v undercontrol-data:/app/data \
  lintao0o0/undercontrol:latest

Open http://localhost:3000 and sign in with the admin email and password above. SQLite by default; set the POSTGRES_* variables for PostgreSQL. A free 3-month Pro trial license is on the self-hosting page.

Tags

Data

Everything lives under /app/data (database, uploads, backups). Mount it as a volume. The image name stays lintao0o0/undercontrol for compatibility; the product is udctl (UnDercontrol).

Free for personal use. The application is proprietary.

Tag summary

Content type

Image

Digest

sha256:a88734191

Size

60.5 MB

Last updated

3 days ago

docker pull lintao0o0/undercontrol