BasJ93 / MyFoodLog

A self-hosted calorie tracking app integrating with Grocy, OpenFoodFacts and Spoonacular.
GNU General Public License v3.0
1 stars 0 forks source link

MyFoodLog #1

Open ThePianoMan2255 opened 1 year ago

ThePianoMan2255 commented 1 year ago

Hey, oddly enough I just came across this, if you need a tester for anything let me know I am willing to set it up on a server and help out with feedback. Look forward to this project when it becomes a thing. (feel free to delete this issue)

BasJ93 commented 1 year ago

Hi! Thanks for the offer. The project is still in its early stages, though I might take you up on your offer.

BasJ93 commented 1 year ago

@ThePianoMan2255 I think I have a somewhat usable (very) first version. You can build it yourself from the dev branch, or pull the docker images from my registry. Should you go the docker route, a proxy is recommended as the frontend code will use it's own url by default for all backend calls.

The images are:

The database is currently still only available in the api container, and will be lost if the container is recycled. See also #30 and #32 .

If you feel like giving it a try, I'd love to hear what you think of the current state.