yegle / fava-docker

A Dockerfile for beancount-fava
MIT License
91 stars 45 forks source link

Failing with Multiple Beancount files #37

Closed kentj closed 4 months ago

kentj commented 4 months ago

Previous builds worked fine with environment variable defined as:

BEANCOUNT_FILE=/file1.bean /file2.bean /file3.bean

In current docker image, this results in a "beancount file not found" error embedded in the html page.

kentj commented 4 months ago

Never mind, I see that new Fava version requires filenames to be separated by ":" on linux and ";" on windows instead of using a space as in the past.