Files
2026-04-29 17:17:56 -04:00

2.1 KiB

Arcane Template Registry

A curated registry of Docker Compose templates for Arcane. Template folders serve as the single source of truth — CI validates their structure, assembles registry.json from on-disk state, and publishes it to GitHub Pages. No manual registry edits, no stale entries, no sync drift between folders and the index.

Badges

Validate Deploy

Quick Start

See CONTRIBUTING.md for how to add, modify, or remove templates.

How It Works

  1. Each template lives in its own directory under templates/ with an arcane.json metadata file and a docker-compose.yml.
  2. All 6 templates are available — see the Templates section below.
  3. A CI workflow (validate.yml) runs on every PR touching templates/**, executing node scripts/build-registry.js --validate-only to check structure, metadata, and file integrity.
  4. On push to main, the deploy.yml workflow runs node scripts/build-registry.js to assemble registry.json and publishes it to GitHub Pages.
  5. The generated registry.json is consumed by Arcane clients. No manual registry edits, no stale entries, no sync drift between folders and the index.

Templates

Template Description
Ollama Run large language models locally with persistent storage and optional GPU acceleration.
LiteLLM Unified AI API proxy providing an OpenAI-compatible endpoint for 100+ LLM providers.
n8n Fair-code workflow automation with 400+ integrations and AI agent capabilities.
Dify Open-source platform for building AI apps with visual workflows, RAG pipelines, and custom chatbots.
LangChain LangServe API server deploying LangChain chains and runnables as REST APIs.
OpenClaw Foundation template for a community and event platform API server (Node.js + PostgreSQL).

License

MIT