Wow, this looks super! π
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.
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!
Just cross-posted this to OpenSource. Thank you so Mich. This is great.
Soooo cool! If it could get from gpx the dates when activities where made, autoimport multiple gpx files, bug fixing, tableview (small overview from all activities) it will be my Strava killer..
Great work! Thx
Any chance to pack it into a single container instead of three? Would make it easier to work with unraid.
Database is rarely, if ever bundled into the app container, unless it's SQLite.
Yes, unraid community apps are a bit unconventional in this regard, everything needed should be in one container here.
How do I change port to something else? 3000 is already used by Gitea :)
No that port is used by Homepage. B)
Come on man.
With docker you can simply change the port mapping in the compose file
I've done that, all containers report healthy, but still can't connect. I've tried changing ORIGIN to ip;port, domain: port, still nothing. Really weird.
This is an excellent use case for a self hosted service, since location data is frequently used for nefarious purposes.
I tried Wanderer few days ago and I did find it very nice, yet quite buggy.
I was forced to update the page a second time before being able to do something, for an example using the menu.
But other than that, I find Wanderer very nice! Just miss seeing mainly how fast I was travelled in km/h. The statistics and details provided in workout-tracker1 is absolutely amazing! If you add such details into your project, that would be awesome!
Speed statistics were added in v0.2.0. Hopefully also with some bugfixes.
Very nice :) Me like! But the bug is still there when you have clicked on a trail on the home page. The page just scrolls up to the top and you have to update the page to see the trail.
That's strange, I never had that happen. If you have the time could you please open an issue on GitHub?
Love it.
I've been willing to learn more about programming with location/map data so definitely checking this out.
Are you looking for contributions or help on anything? I think I might at least look at providing a Dutch translation for the front-end if you're accepting PRs.
Absolutely all help is welcome. Please check out the roadmap for my current plans. I'd be delighted if you could add your Dutch translation here: https://translate.codeberg.org/projects/wanderer/wanderer/nl/
Dank je wel!
This is ripe for multiuser and federation
Wow. I aspire to be as knowledgeable as you one day. This motivated me.
This is very nice :) I was working on a proof of concept similar to this to have a quick search functionality for FrankenJura (german hiking database) but it was lost in a drawer due to lack of time π Great work and thanks for sharing it :)
Happy to help. If you can get a dump of the database it should be quite easy to import it into wanderer via the API π
If I recall correctly, I couldnβt find API endpoints back then and had to browse/prse the pges based on the regions and the links on the landing pages π
Nice ! You made me think of spinning up a little server. It's been a while since I've dabbled in managing a server and not aure I have the time for that. But you made the chances if me going for it much higher.
Would a raspberry pi 4 be enough for running it ?
Absolutely. I have it running on a Pi 5 and that's more than enough. You only need 1GB of RAM when first starting wanderer. After that it sits at around 100Mb.
Super cool thank you for making this! I just got a bike for the first time in over 20 years and I'm ready to explore my area. I have been trying out those other apps like all trails and trail forks, everything being so paywalled is frustrating.
The bike I just got, it's a beaut. A Clem Smith Jr. L from Rivendell Bike Works. I'm loving just scoping out parts and things but it's a super great bike already.
I look forward to trying this out and thanks again!
I LOVE THIS.
Self hosted, GOOD LOOKING (rarity in FOSS), nice to use and privacy-aiding.
Thank you so much!
What's the scope of this, just a route catalogue or will it sort of become a hiking tracker as well?
wanderer currently parses distance, elevation gain, duration and speed. Parsing heart rate would be an easy addition, though.
That would be a great addition, I could use it as a history of my hikes then!