Skip to content

Commit

Permalink
chore(deps): update ghcr.io/hoarder-app/hoarder docker tag to v0.17.0 (
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 56da8d7 commit e9cc6f2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
76 changes: 38 additions & 38 deletions apps/hoarder/config.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"$schema": "../schema.json",
"name": "Hoarder",
"id": "hoarder",
"available": true,
"short_desc": "Self-hostable bookmark-everything app",
"author": "hoarder-app",
"port": 8685,
"categories": ["utilities", "ai"],
"description": "A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search",
"tipi_version": 1,
"version": "0.16.0",
"source": "https://github.com/hoarder-app/hoarder",
"website": "https://hoarder.app",
"form_fields": [
{
"type": "random",
"label": "Nextauth Secret",
"min": 32,
"env_variable": "NEXTAUTH_SECRET"
},
{
"type": "random",
"label": "Meili master key",
"min": 32,
"env_variable": "MEILI_MASTER_KEY"
},
{
"type": "text",
"label": "OpenAI API Key",
"required": false,
"env_variable": "OPENAI_API_KEY"
}
],
"exposable": true,
"supported_architectures": ["amd64", "arm64"],
"created_at": 1726064280917,
"updated_at": 1726064280917
}
"$schema": "../schema.json",
"name": "Hoarder",
"id": "hoarder",
"available": true,
"short_desc": "Self-hostable bookmark-everything app",
"author": "hoarder-app",
"port": 8685,
"categories": ["utilities", "ai"],
"description": "A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search",
"tipi_version": 2,
"version": "0.17.0",
"source": "https://github.com/hoarder-app/hoarder",
"website": "https://hoarder.app",
"form_fields": [
{
"type": "random",
"label": "Nextauth Secret",
"min": 32,
"env_variable": "NEXTAUTH_SECRET"
},
{
"type": "random",
"label": "Meili master key",
"min": 32,
"env_variable": "MEILI_MASTER_KEY"
},
{
"type": "text",
"label": "OpenAI API Key",
"required": false,
"env_variable": "OPENAI_API_KEY"
}
],
"exposable": true,
"supported_architectures": ["amd64", "arm64"],
"created_at": 1726064280917,
"updated_at": 1727077796000
}
2 changes: 1 addition & 1 deletion apps/hoarder/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
hoarder:
image: ghcr.io/hoarder-app/hoarder:0.16.0
image: ghcr.io/hoarder-app/hoarder:0.17.0
container_name: hoarder
restart: unless-stopped
volumes:
Expand Down

0 comments on commit e9cc6f2

Please sign in to comment.