Templates are now stack-shaped folders (compose.yaml + .env.example +
template.json) instead of DB rows + manifest.json + {{VAR}} rendering.
Pull copies the folder into a new stack; custom templates persist under
DATA_DIR/templates. Adds POST /api/templates/from-stack and a one-time
startup migration for pre-0.31 DB templates (drops the template table).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"name": "Paperless-NGX",
|
|
"description": "Document management system that indexes scanned documents.",
|
|
"tags": [
|
|
"documents"
|
|
],
|
|
"gpu": null
|
|
}
|