wanderer v0.17.0 released — Federation support is here
from get_flomped@lemmy.world to selfhosted@lemmy.world on 21 Jun 02:06
https://lemmy.world/post/31759065

Hi c/selfhosted,

I just released wanderer v0.17.0, which brings full federation support to the project.

E.g.: lemmy.world/u/demo@demo.wanderer.to

For anyone new to it: wanderer is a self-hosted platform for managing hiking, biking, or running trails. You can upload or draw GPS tracks, organize them into lists, add photos, metadata, waypoints, and summit logs. It’s open source and designed for people who want full control over their outdoor data, with a clean UI and no third-party dependencies.

What’s new in v0.17.0

This release adds support for ActivityPub, meaning instances of wanderer can now talk to each other—and to the wider fediverse. Here’s what that enables:

If you’re not interested in federation, that’s fine too. wanderer still works completely standalone—federation only kicks in when you start interacting with other instances.

Links:
Demo: https://demo.wanderer.to/
GitHub: https://github.com/Flomp/wanderer
Discord: https://discord.gg/USSEBY98CP
Support wanderer: https://buymeacoffee.com/wanderertrails, https://liberapay.com/wanderer

#selfhosted

threaded - newest

milan@discuss.tchncs.de on 21 Jun 02:59 next collapse

the more or rather less testinstance at trails.tchncs.de was updated :)

jagermo@feddit.org on 21 Jun 03:18 next collapse

Using King Ludwig IIs favorite mountain in the teaser image? You have my attention!

glaber@lemm.ee on 21 Jun 03:34 next collapse

Would this work like an open-source strava alternative?

ada@piefed.blahaj.zone on 21 Jun 03:47 next collapse

That was my immediate question too!

get_flomped@lemmy.world on 21 Jun 03:49 collapse

Would this work like an open-source strava alternative?

It depends a bit on your use case. If you want track your progress on certain trails/tracks, then yes. Although, wanderer currently does not support metrics like heart rate or calories.

wanderer comes with a strava integration that helps you sync your data from strava to wanderer.

jagermo@feddit.org on 21 Jun 04:13 collapse

Endurain might be better as a strava alternative,

FrankLaskey@lemmy.ml on 21 Jun 06:20 collapse

Interesting project. Is it actually possible to track workouts using your phone or smartwatch without needing proprietary third-party apps like Strava or Garmin Connect though?

get_flomped@lemmy.world on 21 Jun 06:36 next collapse

Sure, use your favourite app to track your workout and upload it to wanderer afterwards. It also supports auto uploads through a folder. So you can just place your workout file in the folder and wanderer does the rest.

macattack@lemmy.world on 21 Jun 12:50 collapse

Depending on your device, gadgetbridge might do the trick as an intermediary. I went from my Garmin watch -> AmazFit watch based on compatibility w/ GadgetBridge and it allows you to export the .gps files and upload to many self-hosted apps.

infeeeee@lemmy.zip on 21 Jun 04:07 next collapse

Very nice project! Thank you for using OpenStreetMap! I love it when the project I contribute to gets used in interesting projects like this!

But some quick notes, related to the map display: It’s called OpenStreetMap, there is no s at the end, written in CamelCase without spaces. The other more important problem is you forgot to include the attribution text on the map. For using OSM there is only one requirement, you have to display “© OpenStreetMap” somewhere on a corner of the map. More info about this on the website of the OSM foundation: osmfoundation.org/wiki/…/Attribution_Guidelines

I see the attribution text is displayed on trails.tchncs.de but not on demo.wanderer.to so I don’t know what’s going on.

The basemap display on the demo website uses the tile server from openstreeetmap.org. This is very discouraged, and also can give bad experience to users. The tiles on osm.org are raster tiles, they are regenerated automatically after a change in the map data, they are aimed as a tool for map contributors, not end users. You can read more about this here: operations.osmfoundation.org/policies/tiles/

There is a new totally free maplibre compatible vector tile provider, which uses the same map data, I recommend to switch to OpenFreeMap. Users can also self host OpenFreeMap, so some really privacy minded users could totally self host the full project this way.

get_flomped@lemmy.world on 21 Jun 04:45 collapse

Ah, sorry. I missed that. I switched to OpenFreeMap (which comes with proper attributions) and it looks much better. Thanks! I’ll include it in the next patch!

github.com/…/369202ec42f88c3fc9f5a9aaf26aba1b1e6e…

poVoq@slrpnk.net on 21 Jun 04:26 next collapse

Hmm, did Pocketbase add AP support, or how is this implemented behind the scenes?

get_flomped@lemmy.world on 21 Jun 04:32 collapse

With a lot of blood, sweat and tears 😅 I extended PocketBase to add support. But the AP endpoints are still in the svelte frontend, which then proxies requests to PocketBase if necessary.

TacoEvent@lemmy.zip on 21 Jun 07:00 next collapse

One of the prettiest fediverse apps I’ve seen. Nice work!

irmadlad@lemmy.world on 21 Jun 08:14 next collapse

Just to say, even tho I do not have an immediate use case, the demo is very nice. It looks very polished and professional. Everything seemed to fit together nicely. I have bookmarked it in my /future_projects/ folder.

sunstoned@lemmus.org on 21 Jun 21:41 collapse

The main image shows mobile devices, but I don’t see a mobile device build. Are you planning to add releases with precompiled apks?