Files
momentry_core/config/port_registry.tsv
M5Max128 dddb5d4cbd refactor: centralize port config + fix 8082 conflict
- Add EMBED_URL, OLLAMA_URL, LLM_HEALTH_URL to config.rs
- Fix health.rs hardcoded ports → config references
- Fix sync_db.rs Ollama URL → config::OLLAMA_URL
- Create config/port_registry.tsv (single source of truth for ports)
- Remove Caddy 8082 proxy block (port belongs to LLM)
- Fix .env LLM_URL: localhost → 127.0.0.1 (avoid IPv6 Caddy conflict)
2026-05-23 02:54:34 +08:00

1.2 KiB

1# Port Registry - Momentry Core
2# Each port must have exactly one owner.
3# Before adding a service: pick a free port, add a row here, then configure.
4#
5# PortServiceOwnerConfig KeyDefaultSource
622sshsshd--macOS
780httpCaddy--Caddyfile
8443httpsCaddy--Caddyfile
92019caddy-adminCaddy--Caddyfile (internal)
103000giteagitea-3000start_momentry.sh
113002productionmomentryMOMENTRY_SERVER_PORT3002run-server-3002.sh
123003playgroundmomentry_playgroundMOMENTRY_SERVER_PORT3003start_momentry.sh
133200dashboardCaddy--Caddyfile
143306mariadbmariadbd-3306start_momentry.sh
155432postgresqlpostgresDATABASE_URLpostgres://...:5432start_momentry.sh
166379redisredis-serverREDIS_URLredis://...:6379start_momentry.sh
176333qdrantqdrantQDRANT_URLhttp://...:6333start_momentry.sh
188081wordpressCaddy--Caddyfile
198082llmllama-serverMOMENTRY_LLM_CHAT_URLhttp://...:8082start_momentry.sh
209000php-fpmphp-fpm-9000brew services
2111434ollamaollamaMOMENTRY_OLLAMA_URLhttp://...:11434start_momentry.sh
2211436embeddingembeddinggemmaMOMENTRY_EMBED_URLhttp://...:11436start_momentry.sh