Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissmanu/docker-fava
Docker image to run Fava for Beancount.
https://github.com/swissmanu/docker-fava
Last synced: 10 days ago
JSON representation
Docker image to run Fava for Beancount.
- Host: GitHub
- URL: https://github.com/swissmanu/docker-fava
- Owner: swissmanu
- License: mit
- Created: 2023-07-31T20:35:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T05:58:25.000Z (21 days ago)
- Last Synced: 2024-12-06T06:28:41.734Z (21 days ago)
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐳 `ghcr.io/swissmanu/fava`
Docker image to run [Fava](https://beancount.github.io/fava/) for [Beancount](https://beancount.github.io/).
## Additional Features
- https://github.com/andreasgerstmayr/fava-dashboards
## Example Usage
```
docker run -v $PWD:/bean -e BEANCOUNT_FILE=/bean/main.bean -p 5000:5000 ghcr.io/swissmanu/fava
```