chore: auto-commit (1 archivos)
- app.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
name: element_matrix_chat
|
name: element_matrix_chat
|
||||||
lang: bash
|
lang: bash
|
||||||
domain: infra
|
domain: infra
|
||||||
|
version: 0.1.0
|
||||||
description: "Stack completo Matrix autohosteado con Docker Compose: Synapse, Element Web, MAS, LiveKit, PostgreSQL, Synapse Admin."
|
description: "Stack completo Matrix autohosteado con Docker Compose: Synapse, Element Web, MAS, LiveKit, PostgreSQL, Synapse Admin."
|
||||||
tags: [matrix, element, synapse, docker, selfhosted, chat, livekit, service]
|
tags: [matrix, element, synapse, docker, selfhosted, chat, livekit, service]
|
||||||
uses_functions: []
|
uses_functions: []
|
||||||
@@ -10,6 +11,17 @@ framework: "docker-compose"
|
|||||||
entry_point: "docker-compose.yml"
|
entry_point: "docker-compose.yml"
|
||||||
dir_path: "projects/element_agents/apps/element_matrix_chat"
|
dir_path: "projects/element_agents/apps/element_matrix_chat"
|
||||||
repo_url: "https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/egutierrez/element_matrix_chat.git"
|
repo_url: "https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/egutierrez/element_matrix_chat.git"
|
||||||
|
service:
|
||||||
|
port: 8008
|
||||||
|
health_endpoint: /_matrix/client/versions
|
||||||
|
health_timeout_s: 5
|
||||||
|
systemd_unit: null
|
||||||
|
systemd_scope: null
|
||||||
|
restart_policy: always
|
||||||
|
runtime: docker-compose
|
||||||
|
pc_targets:
|
||||||
|
- organic-machine.com
|
||||||
|
is_local_only: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Deploy
|
## Deploy
|
||||||
@@ -35,3 +47,13 @@ Stack de 10+ containers Docker:
|
|||||||
|
|
||||||
Red Docker: matrix_net (10.10.10.0/24), gestionada externamente.
|
Red Docker: matrix_net (10.10.10.0/24), gestionada externamente.
|
||||||
Coolify maneja el proxy principal (puertos 80/443).
|
Coolify maneja el proxy principal (puertos 80/443).
|
||||||
|
|
||||||
|
|
||||||
|
## Capability growth log
|
||||||
|
|
||||||
|
Una linea por bump SemVer. Bump-type segun `.claude/commands/version.md`:
|
||||||
|
- `major`: breaking observable (CLI args, schema BBDD propia, formato wire).
|
||||||
|
- `minor`: feature aditiva (nuevo panel, endpoint, opcion).
|
||||||
|
- `patch`: bugfix sin cambio observable.
|
||||||
|
|
||||||
|
- v0.1.0 (2026-05-18) — baseline.
|
||||||
|
|||||||
Reference in New Issue
Block a user