Module: VIBE
The VIBE module provides a browser-based dev environment with Code-Server, JupyterLab, Node.js, Claude Code, and Codex CLI,
and can work with JUICE shared storage and PGSQL database capabilities.
VIBE depends on NODE and INFRA:
NODEprovides base software and PythonuvenvironmentINFRAprovides Nginx reverse proxy, Grafana and portal entry
Components
| Component | Description | Local Port | Access Path |
|---|---|---|---|
| Code-Server | VS Code in browser | 8443 | /code/ |
| JupyterLab | Interactive notebooks | 8888 | /jupyter/ |
| Node.js | Runtime and npm | - | CLI |
| Claude Code | CLI + observability config | - | CLI / Grafana |
| Codex CLI | CLI installation; configuration is not managed | - | CLI |
Notes:
- Code-Server listens on
127.0.0.1:8443, exposed via Nginx - JupyterLab listens on
0.0.0.0:8888, base path/jupyter/; the current template allows any Origin and disables XSRF checks, so it is for trusted development networks only - Module default is
jupyter_enabled: false, whileconf/vibe.ymltemplate explicitly enables Jupyter
The VIBE Jupyter template relies on its token as the default authentication barrier, and conf/vibe.yml does not enable additional Basic Auth on infra_portal.home. Set a strong random token, restrict port 8888 and portal sources, and use a trusted TLS endpoint before deployment. Never expose the default template directly to the Internet.
Quick Start
Default entry points (via infra_portal.home):
- Code-Server:
https://<domain>/code/ - JupyterLab:
https://<domain>/jupyter/ - Claude Dashboard:
https://<domain>/ui/d/claude-code
Features
- Unified workspace:
vibe_dataas root for Code-Server and Jupyter - Optional shared storage: work with
JUICEfor multi-node sharing - Observability: Claude Code OpenTelemetry integrates with VictoriaMetrics/VictoriaLogs
- Composable: enable Code/Jupyter/Node.js/Claude/Codex as needed
Documentation
- Configuration: component config and workspace settings
- Parameters: VIBE parameter list and defaults
- Playbook:
vibe.ymlusage and tags - Administration: operations, passwords, and extensions
- Monitoring: Claude Code metrics and logs
- FAQ: common questions
VIBE module configuration for Code-Server, JupyterLab, Node.js, Claude Code, and Codex CLI.
VIBE module parameters (18 total).
VIBE module Ansible playbook guide.
VIBE module operations and common admin tasks.
VIBE monitoring, focusing on Claude Code observability.
VIBE module frequently asked questions.