unsubbed.co

Liquor Locker

Liquor Locker lets you run bar management with AI-powered recommendations entirely on your own server.

Overview

A home bar management app to track your bottles and ingredients, with support for AI-powered cocktail recommendations A home bar management app to track your bottles and ingredients, with support for AI-powered cocktail recommendations - nguyenjessev/liquor-locker > [!NOTE]

I recently started a new job, so updates to Liquor Locker may be few and far between as I focus on my new role. However, please continue to raise issues and submit PRs, I still look at those immediately! The project has 66 GitHub stars and is licensed under BSD-3-Clause.

Key Features

Source: GitHub README

  • Track your inventory of bottles, including their names, purchase dates, and open dates.
  • Track your inventory of mixers, including their names, purchase dates, and open dates.
  • Track your inventory of fresh ingredients, including their names, purchase dates, and preparation dates.
  • Analyze your inventory to get AI-powered cocktail recommendations based on your available inventory.

Getting Started

Source: GitHub README

services:
  liquor-locker:
    # This project uses SemVer. Check the published packages for available versions.
    # Available tags as of time of writing are latest, 2, 2.1, and 2.1.0.
    image: ghcr.io/nguyenjessev/liquor-locker:2
    ports:
      # Change host port as needed to avoid collisions with other services.
      - "8080:8080"
    environment:
      # Change as needed. Must match the URL the app will be served on. (E.g. https://subdomain.mydomain.com)
      - ALLOWED_ORIGINS=https://localhost:8080
    volumes:
      # This is where the SQLite database will be stored. Change host directory to be mounted as needed.
      - ./data:/app/internal/database/data
docker compose up -d

Normalized Features

Source: tool-features-normalized.json

ai integration, dark mode, docker, docker compose, rest api, sqlite.

Features

Integrations & APIs

  • REST API

AI & Machine Learning

  • AI / LLM Integration

Customization & Branding

  • Dark Mode