Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/bar-assistant/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"utilities"
],
"description": "Bar Assistant is a self-hosted app for managing your home bar. Track your ingredients, discover which cocktails you can make, and browse recipes through the Salt Rim web client. This app bundles the Bar Assistant API server, the Salt Rim frontend, a Meilisearch search service, and Redis for caching and sessions. For LAN use the browser-reachable API and search URLs are wired up automatically from your Tipi host's LAN IP; to expose the app to the internet, set the optional API/search URL overrides to public HTTPS addresses.",
"tipi_version": 5,
"version": "5",
"tipi_version": 6,
"version": "v6",
"source": "https://github.com/bar-assistant/docker",
"website": "https://barassistant.app",
"exposable": true,
Expand All @@ -21,7 +21,7 @@
"amd64"
],
"created_at": 1781832269000,
"updated_at": 1782149121000,
"updated_at": 1786935790768,
"form_fields": [
{
"type": "random",
Expand Down
2 changes: 1 addition & 1 deletion apps/bar-assistant/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
# API server. Exposed on a host port because the Salt Rim frontend
# calls it from your browser, not container-to-container.
bar-assistant:
image: barassistant/server:v5
image: barassistant/server:v6
environment:
- APP_URL=${API_URL:-http://${INTERNAL_IP}:8586}
- TZ=${TZ}
Expand Down