diff options
author | Karlo Mikus <contact@karlomikus.com> | 2023-01-20 20:15:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 20:15:27 +0000 |
commit | 7b75623c4f0c94e097f8855a5ca4e4bf9490f4b3 (patch) | |
tree | 665609507048a5b5bcdb8982914a2ee300eda959 | |
parent | PhotoPrism changed license to AGPL-3.0 (#3526) (diff) | |
download | awesome-selfhosted-7b75623c4f0c94e097f8855a5ca4e4bf9490f4b3.tar.gz awesome-selfhosted-7b75623c4f0c94e097f8855a5ca4e4bf9490f4b3.zip |
Add Bar Assistant to recipe management (#3465)
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1647,6 +1647,7 @@ A [proxy](https://en.wikipedia.org/wiki/Proxy_server) is a server application th Software and tools for managing [recipes](https://en.wikipedia.org/wiki/Recipe). +- [Bar Assistant](https://github.com/karlomikus/bar-assistant) - Bar assistant is a self hosted application for managing your home bar. It allows you to add your ingredients, search for cocktails and create custom cocktail recipes. ([Demo](https://bar.karlomikus.com/)) `MIT` `PHP/Docker` - [Groceri.es](https://groceri.es/) - Web-based application to manage your recipes and plan your meals ahead. groceri.es keeps track of your menu plans and generates a groceries list for you. ([Source Code](https://github.com/juriansluiman/groceri.es)) `MIT` `Docker/Python` - [kcal](https://github.com/kcal-app/kcal) - Track nutritional information about foods and recipes, set goals, and record a food journal to help along the way. Kcal is a personal system that focuses on direct control of inputs and a minimal, easy to use recipe presentation for preparing meals. ([Demo](http://demo.kcal.cooking/login)) `MPL-2.0` `PHP` - [KitchenOwl](https://tombursch.github.io/kitchenowl/) - A cross-platform shopping list, recipe storage, expense tracker, and meal planner following the material design language. ([Source Code](https://github.com/TomBursch/kitchenowl)) `AGPL-3.0` `Docker` |