Sorry if I’m mistaken on this, but I’m still new to self-hosting.

Currently I use SyncThing and I love it. My files are accessible to me wherever I am in the world, and it costs me nothing.

I’d like to move more of my life to self-hosted servers. I’m looking at leaving Spotify for Funkwhale. But if I’m reading the materials correctly, I’ll need to set up a domain and pay some upfront costs to make my library accessible outside my home.

Why is that? Is there a way to make my costs 0, the way they are with SyncThing?

  • vividspecter@aussie.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days ago

    You sound like you want something more like navidrome which is closer to a private Spotify whereas Funkwhale is closer to a public social platform like Lemmy or Mastodon where you share music and follow others (or a little like a free bandcamp).

    You still need to solve the public access problem either way, however, as others have talked about.

    • mulcahey@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 days ago

      Thank you! I’m still figuring out my goals here… Could I ask for your recommendation, given the following?

      Primary goal: Access my music library from any of my devices (Android, MacOS, Linux), wherever I am in the world, hopefully without paying anyone (or at least not paying a LOT).

      Secondary goal (Not sure if I want to do this yet): Let a group of about 12 friends access my library

      • vividspecter@aussie.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        5 days ago

        Primary goal: Navidrome as server combined with a VPN (tailscale is probably the easiest to setup but not technically self-hosted). Clients can be any that support the subsonic protocol. I personally use dsub2000 (android) + supersonic (Linux) but there are others. I’d start by testing it on your LAN to see if it’s workable.

        Secondary goal: if you can get all 12 people to install Tailscale on all relevant devices then you can continue to use that. If not, you’ll need to host navidrome (or an alternative) publically preferably with a reverse proxy for better security. You could alternatively try Tailscale funnel or some cloudflare solution to host navidrome.

  • tvcvt@lemmy.ml
    link
    fedilink
    English
    arrow-up
    10
    ·
    9 days ago

    The two pieces of software have very different topologies.

    In very broad strokes: Something like FunkWhale uses a server-client model. To get to it, you connect to it remotely and you need some way to get there. By contrast Syncthing behaves as a mesh of nodes. Each node connects directly to the other nodes and the syncthing project folks host relays that help introduce the nodes to one another and penetrate NAT.

    No, you may not need a paid domain to use your self-hosted FunkWhale server (I haven’t dabbled with that service in particular). There are a few options.

    1. You could probably use the direct public IP address or alternatively
    2. Use a dynamic DNS provider (like afraid.org) to resolve your IP address
    3. Use a VPN on all of your clients and use local DNS to resolve your FunkWhale server’s local IP address.

    These all assume that you have a public IP address on your router and not one that’s being NAT-ed by your ISP.

    Again, these are very broad strokes, but hopefully it helps point your in a direction for some research.

  • AbouBenAdhem@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    9 days ago

    Syncthing uses a centralized discovery server to connect device IDs to IP addresses (although you can change this to point to your own discovery server, too).

    I don’t know if Funkwhale has a similar option.

  • cerothem@lemmy.ca
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 days ago

    If you use tailscale you could pretty easily get similar results.

    Tailscale to broker connections between devices and then access with the tailscale IP address

  • sbird@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 days ago

    The cool thing about SyncThing is that it’s peer to peer, meaning you don’t need a central server for your files to sync. They can go between your laptop and phone, for example.

    Something like Funkwhale does need a server, and to talk to that server outside your local network, you need a domain name.

    • sbird@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      8 days ago

      As some others have said, you could use a VPN like Tailscale to connect to your local network remotely. Alternatively, you could simply not deal with all the faff and only use your services locally, which is what I do with Nextcloud and Immich. Syncs when I get home but doesn’t when I’m not, and I can always use Tailscale to remotely access my server if there are any issues.

  • mulcahey@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 days ago

    These responses are SO helpful and I’m genuinely learning so much here. Thank you everyone!