Add tela one-click app#1306
Closed
zcag wants to merge 1 commit into
Closed
Conversation
Collaborator
Thanks for the PR! But this app is best suited to be managed through your own repository for now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tela
Adds a one-click app for tela — a self-hostable, markdown-native team wiki (AGPL-3.0). Go + PostgreSQL backend, a React editor with live Yjs collaboration, full-text + optional semantic search, WebDAV sync, public/blog spaces, Slidev decks, PDF export, and a built-in MCP server so AI agents are first-class editors. Site: https://telawiki.com
What's included
public/v4/apps/tela.yml—captainVersion: 4public/v4/logos/tela.png— 512×512 app iconStack
Deploys the full verified stack as separate services:
ghcr.io/zcag/tela-proxy) — the web-exposed Caddy entrypoint (containerHttpPort: 80); routes/api→ backend, else → frontendghcr.io/zcag/tela-backend) — Go APIghcr.io/zcag/tela-frontend) — nginxpgvector/pgvector:pg17) — Postgres with pgvector (required for semantic search)ghcr.io/zcag/tela-deck) + gotenberg (gotenberg/gotenberg:8) — render sidecarsAll non-proxy services are
notExposeAsWebApp. Internal DNS viasrv-captain--$$cap_appname-*.Secrets / setup
Share SecretandAPI Key Secretare auto-generated and must stay stable — the template notes that rotating the API Key Secret invalidates every existing access token./setupwizard after deploy.Validation
npm run validate_apps,prettier --check, andnpm run buildall pass. Images are public multi-arch GHCR images, smoke-tested via docker compose.