Git Product home page Git Product logo

taplist's Introduction

Taplist

This a simple self hosted talist. It is intended to run on a Raspberry, Onion Omega etc. and serves a page which shows which homebrewed beers you have on tap.

Image of Yaktocat

Features

  • Display as many taps as you like and have screen space for
  • Layout even works on small (like 7") tablets (ideal for your appartement kegerator)
  • Simply choose the brewfather batch per tab with a tap on the screen
  • Beer details are loaded from brewfather
  • The pint glass changes its color based on the beer color
  • Full screen mode also enables a wake lock, so your taplist stays awake
  • Server based, so you can showcase your taplist in multiple locations
  • Completely self hosted (except for the brewfather part)

Building

Prerequisites

You need to have yarn and vue cli installed to build the frontend and go to build the backend. Additionally you need to have packr2 since the frontend is bundled directly with the binary

Building

A simple make build will build everything and create a binary called taplist in the root directory.

Running

Taplist is configured via env variables. All variables need to be prefixed with TAPLIST_.

Variable Default Required Description
KEGERATOR_NAME My Smart Kegerator no The name of your kegerator/brewery to be displayed on the taplist
NUM_TAPS 2 no The number of Taps your kegerator has
HTTP_ADDR :8080 no The address the server listens on
LOG_LEVEL info no How detailed you want the log to be
NO_AUTH false no Disable authentication for mutations and queries which might be sensitive
HTTP_USER_HEADER X-Auth-User no In which header to look for the admin user name
ADMIN_USER no Name of the admin user
DATA_PATH ./data/data.json no Where to persist the data about the taplist
BREWFATHER_USERID no If you want to add batches from brewfather to taps, specify your brewfather user id
BREWFATHER_SECRET no Brewfather API secret
FRONTEND_PATH no Use your own frontend instead of the embedded one
BREWFATHER_BREWERY no Brewery name to use if tap data comes from brewfather

taplist's People

Contributors

dereulenspiegel avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.