mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-13 09:55:29 +02:00
- chroma: mount volume at /data (chromadb 1.x data dir), drop legacy 0.x
env vars (IS_PERSISTENT/PERSIST_DIRECTORY) and point the domain to
/api/v2/heartbeat so the API-only service verifies with HTTP 200
- homebox: newer images panic on boot without HBOX_AUTH_API_KEY_PEPPER
(>=32 bytes); generate it via ${password:64} in template.toml
- languagetool: point the domain to /v2/languages (the API returns 400
on "/"), which responds HTTP 200
- restore gotify/jellyseerr/privatebin/speedtest-tracker meta.json to
canary so this PR no longer touches templates that already exist
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"id": "gotify",
|
|
"name": "Gotify",
|
|
"version": "2.9.1",
|
|
"description": "Gotify is a simple server for sending and receiving self-hosted push notifications.",
|
|
"logo": "gotify.svg",
|
|
"links": {
|
|
"github": "https://github.com/gotify/server",
|
|
"website": "https://gotify.net/",
|
|
"docs": "https://gotify.net/docs/"
|
|
},
|
|
"tags": [
|
|
"notifications",
|
|
"self-hosted",
|
|
"push"
|
|
]
|
|
}
|