-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update ghcr.io/hoarder-app/hoarder docker tag to v0.17.0 (…
- Loading branch information
1 parent
56da8d7
commit e9cc6f2
Showing
2 changed files
with
39 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters