diff --git a/blueprints/chroma/docker-compose.yml b/blueprints/chroma/docker-compose.yml index d8c886d8..81ebe240 100644 --- a/blueprints/chroma/docker-compose.yml +++ b/blueprints/chroma/docker-compose.yml @@ -7,11 +7,9 @@ services: expose: - "8000" environment: - - IS_PERSISTENT=TRUE - - PERSIST_DIRECTORY=/chroma/chroma - ANONYMIZED_TELEMETRY=FALSE volumes: - - chroma-data:/chroma/chroma + - chroma-data:/data volumes: chroma-data: diff --git a/blueprints/chroma/template.toml b/blueprints/chroma/template.toml index 446ada12..532cb80f 100644 --- a/blueprints/chroma/template.toml +++ b/blueprints/chroma/template.toml @@ -3,3 +3,4 @@ serviceName = "chroma" port = 8000 host = "${domain}" +path = "/api/v2/heartbeat" diff --git a/blueprints/gotify/meta.json b/blueprints/gotify/meta.json index 2fbfb66a..e4d76b90 100644 --- a/blueprints/gotify/meta.json +++ b/blueprints/gotify/meta.json @@ -1,8 +1,8 @@ { "id": "gotify", "name": "Gotify", - "version": "latest", - "description": "Gotify is a simple self-hosted push notification server with a web UI and HTTP API for application alerts.", + "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", @@ -11,8 +11,7 @@ }, "tags": [ "notifications", - "alerting", - "api", - "self-hosted" + "self-hosted", + "push" ] } diff --git a/blueprints/homebox/docker-compose.yml b/blueprints/homebox/docker-compose.yml index ac83e728..b305c45b 100644 --- a/blueprints/homebox/docker-compose.yml +++ b/blueprints/homebox/docker-compose.yml @@ -8,6 +8,7 @@ services: - "7745" environment: - TZ=${TZ} + - HBOX_AUTH_API_KEY_PEPPER=${HBOX_AUTH_API_KEY_PEPPER} volumes: - homebox-data:/data diff --git a/blueprints/homebox/template.toml b/blueprints/homebox/template.toml index 04d60a55..70e45cbe 100644 --- a/blueprints/homebox/template.toml +++ b/blueprints/homebox/template.toml @@ -1,5 +1,6 @@ [variables] timezone = "Etc/UTC" +api_key_pepper = "${password:64}" [config] [[config.domains]] @@ -9,3 +10,4 @@ host = "${domain}" [config.env] TZ = "${timezone}" +HBOX_AUTH_API_KEY_PEPPER = "${api_key_pepper}" diff --git a/blueprints/jellyseerr/meta.json b/blueprints/jellyseerr/meta.json index 62a2c1bb..d4c1dbfd 100644 --- a/blueprints/jellyseerr/meta.json +++ b/blueprints/jellyseerr/meta.json @@ -1,18 +1,17 @@ { "id": "jellyseerr", "name": "Jellyseerr", - "version": "latest", - "description": "Jellyseerr is a self-hosted media request and discovery manager for Jellyfin, Plex, and Emby libraries.", + "version": "2.7.3", + "description": "Jellyseerr is a media request and discovery manager for Jellyfin, Plex, and Emby users.", "logo": "jellyseerr.svg", "links": { "github": "https://github.com/Fallenbagel/jellyseerr", "website": "https://docs.jellyseerr.dev/", - "docs": "https://docs.jellyseerr.dev/getting-started" + "docs": "https://docs.jellyseerr.dev/" }, "tags": [ "media", "requests", - "jellyfin", - "plex" + "jellyfin" ] } diff --git a/blueprints/languagetool/template.toml b/blueprints/languagetool/template.toml index fe54ef48..82a64fba 100644 --- a/blueprints/languagetool/template.toml +++ b/blueprints/languagetool/template.toml @@ -3,3 +3,4 @@ serviceName = "languagetool" port = 8010 host = "${domain}" +path = "/v2/languages" diff --git a/blueprints/privatebin/meta.json b/blueprints/privatebin/meta.json index f88f5b39..0e338b73 100644 --- a/blueprints/privatebin/meta.json +++ b/blueprints/privatebin/meta.json @@ -1,8 +1,8 @@ { "id": "privatebin", "name": "PrivateBin", - "version": "latest", - "description": "PrivateBin is a minimalist pastebin where pasted data is encrypted and decrypted in the browser.", + "version": "2.0.4", + "description": "PrivateBin is a minimalist, open-source online pastebin where the server has zero knowledge of pasted data.", "logo": "privatebin.svg", "links": { "github": "https://github.com/PrivateBin/PrivateBin", @@ -12,7 +12,6 @@ "tags": [ "pastebin", "privacy", - "encryption", - "sharing" + "self-hosted" ] } diff --git a/blueprints/speedtest-tracker/meta.json b/blueprints/speedtest-tracker/meta.json index f1b7c343..baada7d6 100644 --- a/blueprints/speedtest-tracker/meta.json +++ b/blueprints/speedtest-tracker/meta.json @@ -2,17 +2,16 @@ "id": "speedtest-tracker", "name": "Speedtest Tracker", "version": "latest", - "description": "Speedtest Tracker is a self-hosted internet performance tracker that runs scheduled speed tests and stores results.", + "description": "Speedtest Tracker runs scheduled internet speed tests and stores the results in a self-hosted dashboard.", "logo": "speedtest-tracker.svg", "links": { "github": "https://github.com/alexjustesen/speedtest-tracker", - "website": "https://speedtest-tracker.dev/", - "docs": "https://docs.speedtest-tracker.dev/getting-started/installation/using-docker-compose" + "website": "https://docs.speedtest-tracker.dev/", + "docs": "https://docs.speedtest-tracker.dev/" }, "tags": [ "monitoring", "network", - "speedtest", - "analytics" + "speedtest" ] }