Skip to content

karlomikus/bar-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bar assistant Logo

Docker image Docker image Tests Pulls

🍸 Bar Assistant

Bar Assistant is all-in-one solution for managing your home bar. Compared to other recipe management software that usually tries to be more for general use, Bar Assistant is made specifically for managing cocktail recipes. This means that there are a lot of cocktail-oriented features, like ingredient substitutes, first-class ingredients, ABV calculations, unit switching and more.

This repository only contains the API server, if you are looking for easy to use web client, take a look at Salt Rim.

Click here to view API demo.
Click here to view frontend demo.
Email: admin@example.com · Password: password

Features

  • Includes over 500 cocktail recipes with detailed information
  • Includes over 250 base ingredients with categories
  • Add and manage multiple bars and bar members
  • Fine-grained user control with user roles
  • Endpoints for managing and filtering ingredients and cocktails
  • Filter recipes by ABV, base ingredient, tags and more
  • Filter recipes based on whether you have the right ingredients or not
  • Detailed cocktail and ingredient information
  • Support for assigning multiple images to resources and image sorting
  • Shopping list generation based on missing ingredients in your inventory
  • Automatic indexing of data with Meilisearch
  • Support for custom cocktail ingredient substitutes
  • Support for glass types, utensils, tags, ingredient categories and more
  • Cocktail recipe importing via URL, JSON, YAML or custom collections
  • Support for cocktail ratings
  • Support for cocktail variations
  • Create user-specific cocktail collections for easy referencing and sharing
  • Support for cocktail and ingredient notes
  • Supports sharing recipes by public links, custom recipe images and printing
  • Create public bar menus
  • Manage custom API personal access tokens with custom permissions set by users
  • Detailed statistics about recipes and user tastes
  • Data export support in various formats
  • Support for multiple ingredient prices
  • Automatic cocktail price calculation based on ingredients
  • Single sign-on (SSO) support
  • Recipe recommendations based on your favorites and tags

Documentation

Documentation is available here.

Container images

Bar Assistant is available as a Docker image on Docker Hub and GitHub Container Registry. There is no latest tag, so you need to specify version in the tag. For example:

  • barassistant/server:v4.4.1 - This will pull the exact version
  • barassistant/server:v4.4 - This will pull the latest minor release
  • barassistant/server:v4 - This will pull the latest major release
  • barassistant/server:dev - This will pull the latest development version (not recommended for production)

We recommend that you always use the latest major release, as it will always be the most stable version.

Environment Variables

Here's a list of interesting environment variables you can set to configure Bar Assistant:

Name Default Description
REDIS_HOST redis The Redis host.
CACHE_DRIVER redis The cache driver to use (file or redis).
SESSION_DRIVER redis The session driver to use (file or redis).
ALLOW_REGISTRATION true Allow or disallow user registration.
MAIL_REQUIRE_CONFIRMATION false Require email confirmation for new user registrations.
MEILISEARCH_HOST The Meilisearch host URL.
MEILISEARCH_KEY The Meilisearch API key.
METRICS_ENABLED false Enable or disable Prometheus metrics endpoint.
METRICS_ALLOWED_IPS Comma-separated list of IPs allowed to access metrics endpoint.
ENABLE_PASSWORD_LOGIN true Enable or disable password login.
SCRAPING_HTTP_PROXY HTTP proxy URL for web scraping.
SCRAPING_CLIENT_CERT Path to client certificate for web scraping.
MAIL_MAILER The mailer to use.
MAIL_HOST The mail host.
MAIL_PORT The mail port.
MAIL_ENCRYPTION The mail encryption method.
MAIL_USERNAME The mail username.
MAIL_PASSWORD The mail password.

Managed instance

Bar Assistant will always be open-source and MIT-licensed, but if you want to support the project or don't want to self-host, you can try our official managed instance. Visit barassistant.app for more information about our cloud offering.

Cloud offering screenshot

3rd Party Integrations

There's an unofficial Raycast extension maintained by a community member.

Contributing

Contributions Welcome!

For more details, see CONTRIBUTING.md.

Support and Donations

Bar Asistant is free, but maintaining any open source project takes time and resources. If you find Bar Assistant valuable and want to support its future development, consider donating.

Donate with PayPal

License

The Bar Assistant API is open-sourced software licensed under the MIT license.

About

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

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors 7

Languages