As this is a new project, have you considered hosting your code somewhere other than GitHub? Codeberg and GitLab are similarly user-friendly platforms without the many downsides of supporting Microsoft.
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
At least a mirror. GitHub is authwalled even for GET requests more and more these days
Thanks all, really appreciate the kind words. Feedback is welcome on anything: bug reports, missing features, things that feel rough, or just "this works for my setup." A few features are flagged Experimental right now and I'd like to harden them enough to drop the badge.
Native Android app is in active development. There's also a sister project in the works called LiftTrace under the same TraceApps umbrella, same self-hosted Docker setup but for workout tracking (sets, reps, programs, PRs). Not public yet but close.
On multi user: any thoughts on working with oidc/ldap or the like? I use authentik at home for many other services and it would be great to keep the single login.
List of different types of login types: https://integrations.goauthentik.io/
Yes indeed! On my future to do!
Vibe coded, innit?
Yeah, the first commit is 47k SLoC, and Claude is mentioned as a "co-author".
Ooh, I'll definitely give this a try.
This looks very interesting. I’ll have to load up the container and give it a try at some point in the future. Big fan of the mealie integration since I use that for all my recipes.
This is perfect, thanks for sharing.
This is wonderful!
Going to set it up tomorrow and give it a go!
Is the docker image public? I'm getting an "unauthorized" error when attempting to pull it. I'm not getting that error for other ghcr.io images. But I'm not docker expert, so I may be doing something wrong.
Is the docker image public? I’m getting an “unauthorized” error when attempting to pull it. I’m not getting that error for other ghcr.io images. But I’m not docker expert, so I may be doing something wrong.
Should be fixed now, package was set to private by default on first push. Just flipped it. docker pull ghcr.io/traceapps/nutritrace:latest works without auth now. Thanks for flagging it.
Looks good, so I've got it up and running now. Thanks!
What all did you do to get it working? I'm stuck with this issue.
All I had to do was run the pull command again.
I'm seeing "Could not reach server — retry" on the diary page and when going to enter foods. The diagnostics log has
[14:25:38.821] [ERROR] [diary] loadEntry error: _fetch@http://my.server:3000/assets/index-Dl7TTIk7.js:175:24686
[14:25:41.686] [WARN] [settings] direct push failed for startPage: Server responded 401
[14:25:41.689] [WARN] [settings] direct push failed for weightUnit: Server responded 401
[14:25:41.695] [WARN] [settings] direct push failed for heightUnit: Server responded 401
[14:25:41.699] [WARN] [settings] direct push failed for statsGoalLine: Server responded 401
[14:25:41.701] [WARN] [settings] direct push failed for lengthUnit: Server responded 401
[14:25:41.702] [WARN] [settings] direct push failed for distUnit: Server responded 401
[14:25:41.704] [WARN] [settings] direct push failed for statsYZero: Server responded 401
[14:25:41.705] [WARN] [settings] direct push failed for tempUnit: Server responded 401
[14:25:41.705] [WARN] [settings] direct push failed for usdaEnabled: Server responded 401
[14:25:41.706] [WARN] [settings] direct push failed for statsAvgLine: Server responded 401
[14:25:41.708] [WARN] [settings] direct push failed for offSearchCountry: Server responded 401
[14:25:41.708] [WARN] [settings] direct push failed for offUploadCountry: Server responded 401
[14:25:41.709] [WARN] [settings] direct push failed for offSearchLanguage: Server responded 401
[14:25:41.710] [WARN] [settings] direct push failed for statsTrendLine: Server responded 401
[14:25:41.710] [WARN] [settings] direct push failed for statsChartType: Server responded 401
How well would this work internationally? More a question on the resources but does open food facts log international barcodes? I knowour stuff is way different to the same product stocked in the US.
Is there a place where we could help with translation ?
I know a few people that would want an app like that but English is not their primary language and won't bother checking it out at all without some kind of translation.
Is there a place where we could help with translation ?
I know a few people that would want an app like that but English is not their primary language and won’t bother checking it out at all without some kind of translation.
Great question, and not yet. NutriTrace is English-only right now, and the UI strings are hardcoded throughout the Svelte components. To accept translations I'd first need to wire up an i18n layer (svelte-i18n is the obvious pick) and extract strings to per-locale JSON files. Then translation contributions become straightforward via PRs or something like Weblate/Crowdin. I will add this to my roadmap. Any languages in particular we should prioritize?
Personally I'm more than happy to cover the Dutch translation if you have the time to get translations working. Thanks for the project!
Happy to help with German. I used to get the LoseIt premium for free but haven't used it in many years. I just assume it's a privacy nightmare so haven't bothered opening it. But I like the concept, just tracking helped me improve my diet and health.
I'll help with French if you go that far :-)
This sounds great. How does the device support work? What do you think of GadgetBridge support?
Hey, can you make a much simpler version of this? Just a static site of the USDA data?
The USDA nutrition site went down at some point during Trump's term. and I was afraid that information was lost forever.
I wish we just had a simple way for folks to clone this website. Literally just that. It would be much simpler than what you've already done, and extremely useful.
That sounds cool! Been looking for something like this for a while!
What does the mealie integration enable? I assume it's providing foods that can be logged, but can you also pull stuff from mealies meal planning section & populate it into the diary?
Mealie integration allows you to pull in your Meal/Recipe from your self hosted instance of Mealie via api. If you have nutrition facts set there by the recipes total weight, it will pull in that data and then you can set your serving size accordingly so it calculates properly. It also pulls in the recipe pic if set in Mealie.
Great project. Looks like a lot of time went into it. I may give it a spin later on this evening. You included screenshots. Thank you for that.
Sqlite only? Edit: confirmed. And it's written in a way that it will likely only support sqlite in the near future
This seems awesome! Thanks for sharing
Hey OP, I opened a PR to add an entry point supporting _FILE secret environment variables
PR tested and merged! Thank you!