this post was submitted on 17 May 2026
75 points (96.3% liked)

Selfhosted

56957 readers
862 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Self-hosted nutrition + wellness tracker. Latest release rolls up two weeks of work.

New features (rc.21 → rc.26):

  • Recipe yields — declare "this makes N servings" and per-serving math flows through the diary
  • Intermittent fasting tracker — custom presets, history, recurring schedule that auto-starts at a chosen time on chosen days
  • Adaptive TDEE — learns your true daily expenditure from a rolling 35-day window of weight + diary instead of a static estimate
  • Android biometric sign-in — fingerprint / face unlock in server-connected mode
  • Per-serving Open Food Facts import — when a barcode-scanned product has serving data, prefill nutrition per-serving instead of per-100g
  • Health Connect → web — Android-synced Health Connect data now reaches the server and renders on the web Wellness page
  • Sharing rework — per-category sharing form, source filter on Meals/Recipes, zxcvbn-backed password-strength policy

Bug fixes: cross-pollinated food images on diary entries, duplicate foods on rapid barcode scans, scheduler crash, Mealie Test button.

Repo: https://github.com/TraceApps/nutritrace Release: https://github.com/TraceApps/nutritrace/releases/tag/v1.0.0-rc.26

Single docker compose, SQLite, signed APK on the release page.

top 20 comments
sorted by: hot top controversial new old
[–] WoodYouLookAtThat@lemmy.today 1 points 7 hours ago (1 children)

I really like what I see, but why does the Android app need google play services to have camera permissions to scan UPCs?

[–] TraceApps@lemmy.world 1 points 1 hour ago

Thank you and great question. There's already an open issue for this in the repo (#31) and the fix is in dev. Next RC will have it. The Android scanner will use the bundled ML Kit model directly, with no Google Play Services calls at runtime. Same scanning engine.

[–] OpenAltFinder@lemmy.world 3 points 2 days ago (1 children)

Looks great! I've also added Nutritrace to OpenAltFinder. It's the first self hosted nutrition tracker there now.

[–] TraceApps@lemmy.world 1 points 2 days ago

Thank you so much! I appreciate it!

[–] NewDawnOwl@lemmy.world 3 points 3 days ago

damn. Good features. I was hoping to move onto this as part of the portfolio pieces/improve habits self hosted DB thing I'm working on, but for now I guess I can learn some of the things I don't know how to do yet (like shipping to other people!) from your team.

How are you planning on reacting to the android freedoms getting compromised? I'm literally working on the android app for mine now, and it bums me out that they're going to put more invasions of privacy for deploying apps to your own phone.

Also, are you planning to make money from this somehow? If yes, how?

[–] village604@adultswim.fan 3 points 3 days ago (1 children)

Is it less of a massive pain in the ass to setup than SparkyFitness?

[–] TraceApps@lemmy.world 4 points 3 days ago (1 children)

For docker, It is only one service. everything else can be setup in app once you are in if you so choose. Android App can be used with or without server.

[–] village604@adultswim.fan 1 points 3 days ago (1 children)

I'm guessing from the example conf files that https would be manually configured through nginx?

Also, in case I missed it from the repo, is there the ability to integrate wger?

[–] TraceApps@lemmy.world 2 points 3 days ago (1 children)

Yes, TLS is left to a reverse proxy (nginx, Caddy, Traefik, Cloudflare Tunnel). The container serves plain HTTP on a port you map; whatever you put in front handles the cert.

No wger integration today. NutriTrace covers food + wellness + workout sync (from Fitbit/Garmin/Withings/Google Health/Health Connect), but doesn't connect to wger or other dedicated exercise-routine apps. My soon to be released app in the Trace family of apps will be dedicated to lifting, and will include wger integration to name one of its exercise databases (as well as support for custom imports).

[–] village604@adultswim.fan 1 points 2 days ago

Thank you for info!

[–] Nomad64@lemmy.world 2 points 2 days ago (1 children)

Is there a way to migrate a food diary from another app like MyFitnessPal?

[–] TraceApps@lemmy.world 3 points 2 days ago (1 children)

Yes! Settings → Backup → Nutrition Import. Built-in adapters for MyFitnessPal, Cronometer, LoseIt, and a generic CSV shape. Export your diary from MFP (it's a CSV in their account settings), upload it, preview, commit. Skip / Merge / Replace per-date semantics, so you can re-import safely without overwriting.

[–] Nomad64@lemmy.world 1 points 2 days ago

Nice! I will have to look into this when I have time in the coming weeks. Looks like a cool project!

[–] JustEnoughDucks@slrpnk.net 2 points 3 days ago (1 children)

Damn, I was hoping that it would be an android app with Health Connect support 😅

Looks very nice though!

[–] TraceApps@lemmy.world 4 points 3 days ago (1 children)

It is an android app with Health Connect Support! Android app works with or without the server! :)

[–] JustEnoughDucks@slrpnk.net 1 points 2 days ago* (last edited 2 days ago)

I completely overlooked the android app in the readme, thanks! I have a server set up so can I start local to try it out and migrate to a server later?

Also is there support for mealie through an authentication platform like authelia?

Any plans for releasing on F-droid?

Edit: Oof, you can't search for foods when making a recipe or meal, hopefully that comes because otherwise it is a huge process to make any custom meal or recipe...

[–] irmadlad@lemmy.world 2 points 3 days ago (1 children)

Personal food database with photos, barcodes, categories, and custom labels

Where do you source your barcodes from? The reason I am asking is that I would like to give Grocy/Barcode Buddy a better barcode pool to draw from. As it is now, it's kind of hit and miss. Most brand names are fine, but off brands or store brands are kind of iffy.

[–] TraceApps@lemmy.world 8 points 3 days ago (1 children)

Open Food Facts (OFF) for barcodes. Free, open license, community-edited. Their API: https://world.openfoodfacts.org/api/v2/product/.json

[–] irmadlad@lemmy.world 3 points 3 days ago

Thanks man! Nice looking project BTW

[–] Decronym@lemmy.decronym.xyz 0 points 3 days ago* (last edited 1 hour ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
HTTP Hypertext Transfer Protocol, the Web
SSL Secure Sockets Layer, for transparent encryption
TLS Transport Layer Security, supersedes SSL
nginx Popular HTTP server

3 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

[Thread #300 for this comm, first seen 17th May 2026, 22:00] [FAQ] [Full list] [Contact] [Source code]