eprilog/README.md

27 lines
533 B
Markdown
Raw Permalink Normal View History

2024-01-12 18:25:14 +00:00
# EpriLog
2024-01-13 16:22:35 +00:00
*Espresso + Log = EpriLog*
2024-01-12 18:25:14 +00:00
2024-01-13 16:22:35 +00:00
A little shiny r web app to log and view your espresso settings and brew history for le perfect taste!
2024-01-12 18:25:14 +00:00
## Setup:
in the `data` folder rename the `*.example` files to end just with `*.csv`
`docker-compose up -d`
2024-04-08 14:33:45 +00:00
or
`docker run -p 3839:3839/tcp -v ./data:/data --restart unless-stopped git.nucleolus.xyz/public/eprilog/eprilog:latest`
2024-01-12 18:25:14 +00:00
-> visit http://localhost:3839
2024-01-12 09:49:37 +00:00
2024-01-13 16:22:35 +00:00
## Example screenshots:
![Brew history dashboard](./screenshots/brews.png)
![Coffees](./screenshots/coffees.png)