NutriTrace v1.0.0-rc.30 released! (github.com)
from TraceApps@lemmy.world to selfhosted@lemmy.world on 22 May 11:25
https://lemmy.world/post/47202241

Features

Fixes

Signed APK + docker image on the release page: github.com/TraceApps/nutritrace/…/v1.0.0-rc.30

Self-hosted, AGPL-3.0, no telemetry, no account needed. Docker compose up and go.

#selfhosted

threaded - newest

Nomad64@lemmy.world on 22 May 11:58 next collapse

I have been using this alongside MyFitnessPal and it is great! I look forward to getting rid of MFP so my data is mine.

The dev is responsive and quick to fix bugs and implement features, too. Thanks @TraceApps@lemmy.world!

mbirth@lemmy.ml on 22 May 12:50 next collapse

For everyone else who’s deep into the Apple world: No iOS app and thus no sync to Apple Health.

TraceApps@lemmy.world on 22 May 16:56 collapse

That is correct, and it is called out in the README under Apps → iOS and in the Support section at the bottom. iOS needs a Mac, an iPhone, and a paid Apple Developer account, none of which I currently have. The Support section is where I mention that donations go toward exactly that. Apple Health sync specifically needs a native iOS wrapper since the data isn’t exposed to PWAs, so it has to wait on the same blocker. I hope to someday get this out to the community.

warmaster@lemmy.world on 22 May 13:20 collapse

My wife recently bought a Thermomix. I wonder if Cookidoo has an API or some other way to integrate with NutriTrace to help make data input as frictionless as possible.

TraceApps@lemmy.world on 22 May 17:04 collapse

Cookidoo has no public API and their ToS prohibits scraping, so a direct integration would be both legally fragile and maintenance-heavy (the scraper breaks on every UI change Vorwerk pushes). The indirect path that works today: Mealie is a self-hosted recipe manager that imports Cookidoo URLs as one of its many recipe sources, and NutriTrace has Mealie integration built in (Settings → Mealie). Your wife adds recipes from Cookidoo into Mealie once, and they show up as searchable foods in NutriTrace with full nutrition.

Also worth mentioning: I’ve got a sister app called CookTrace (may not be final name) in development as a purpose-built self-hosted recipe manager that pairs natively with NutriTrace (same UI patterns, same AI assistant, federation already wired between them). It has a schema.org Recipe scraper for URL imports, though Cookidoo itself is gated content so it’d still need either a Mealie middle layer or manual entry. Currently private; aiming for a public release in the next month or so.