A template registry of my arcane compose templates.
https://getarcane.app/docs/templates/registries
- Python 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| scripts | ||
| templates | ||
| global.env.example | ||
| README.md | ||
| registry.json | ||
Arcane Compose Templates
Generated Arcane template registry from /home/docker/compose.
Layout
registry.json: Arcane registry indextemplates/<id>/compose.yaml: Compose templatetemplates/<id>/.env.example: template variablestemplates/<id>/README.md: template notesglobal.env.example: shared variables to copy to/home/docker/global.env
Generate/Refresh
./scripts/generate_templates.py
Global Env and Permissions
Templates are normalized to use environment-driven identity settings (PUID, PGID, TZ) so mounts under /home/docker and NFS-backed paths keep predictable ownership.
Use global.env.example as your server baseline, then adjust per-server values before deploying templates.