Registry
Services
Deployed Habits
| Subdomain | Port | Status | URL | Actions |
|---|---|---|---|---|
| hello-world | :14001 | running | hello-world.tumod.hub.codenteam.click โ |
|
| ai-cookbook | :14002 | running | ai-cookbook.tumod.hub.codenteam.click โ |
|
System Services
Habits Base
running
Runs the Habits Base studio (module manager + visual builder). Useful for local development against this admin.
Danger: Habits Base exposes module installation, code execution, and binary export endpoints. Not recommended to run this service on a publicly accessible server or on a production server.
base.tumod.hub.codenteam.click โ
ยท :14000
Habit Mirror
P2P habit transfer (Mirror) between Base, Admin, and apps. Habits are transferred directly between devices via WebRTC, no file data passes through the server. Enable to get a dedicated mirror subdomain.
Warning: The WebRTC signaling endpoint is publicly reachable. Put it behind a rate-limiting layer (e.g. Cloudflare) before exposing publicly.
Habits Demo
Public-facing demo gateway that reverse-proxies visitors to the currently running user habit service. Reserves subdomain "demo" and port 13000.
Warning: This service proxies visitors to the first running user-created habit service. Create and start a habit service in the admin panel first.