Skip to content

bar-assistant

Productivity & Wikis

Bar assistant is a all-in-one solution for managing your home bar

PHP Latest v5.15.0 · 1mo ago Security brief →

Features

  • Manages cocktail recipes with over 500 built‑in drinks
  • Provides ingredient substitutes, ABV calculations and unit switching
  • Supports multiple bars, user roles, shopping lists and custom collections

Recent releases

View all 6 releases →
v5.15.0 New feature
Notable features
  • New `/generate/cocktail-image` endpoint for AI-powered image generation
  • Support for OpenAI and Gemini AI providers
  • Added `is_ai_image_enabled` server status indicator
Full changelog

New

  • Added /generate/cocktail-image, used to generate cocktail images with AI
    • Currently only supports OpenAI and Gemini providers
    • Added GEN_AI_IMAGE_PROVIDER and GEN_AI_IMAGE_MODEL env variables
    • Examples:
      # OpenAI Example
      GEN_AI_IMAGE_PROVIDER=openai
      GEN_AI_IMAGE_MODEL=gpt-image-1
      OPENAI_API_KEY=sk-your-key
      
      # Gemini Example
      GEN_AI_IMAGE_PROVIDER=gemini
      GEN_AI_IMAGE_MODEL=gemini-3.1-flash-image-preview
      GEMINI_API_KEY=your-key
      
  • Added is_ai_image_enabled to server status endpoint

Fixes

  • Fixed adding ingredients to shelf removing matching shopping list items outside the current bar
v5.14.0 Bug fix

## Changes - Updated AI prompts ## Fixes - Fixed email header links

Changelog

Changes

  • Updated AI prompts

Fixes

  • Fixed email header links
v5.13.0 New feature
Breaking changes
  • Removed feeds feature
Notable features
  • Kanidm SSO provider
  • Generative AI endpoints for ingredients/cocktails/recipes

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

About

Stars
1,031
Forks
44
Languages
PHP Blade Dockerfile

Install & Platforms

Install via
docker

Beta — feedback welcome: [email protected]