this post was submitted on 22 Dec 2023
34 points (100.0% liked)

Selfhosted

39452 readers
479 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.

Resources:

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

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

My self-hosting experience is primarily with Plex and qBittorrent, but I'm trying to get a digital library set up that will be available remotely. I've been reading about some options, but I'm not sure about what is best to use or how to deploy it.

What is the best way to make Kavita available to remote users safely from a home server?

you are viewing a single comment's thread
view the rest of the comments
[–] Rootiest@lemmy.world 1 points 9 months ago (1 children)

I would disagree.

Particularly on the cost/beta stuff.

Tailscale has long supported DNS addresses that link to your tailnet. Typically they only accept connections from addresses allowed within your tailnet, but there isn't anything particularly complex about how funnel allows any incoming address.

Further, like most of tailscale's operations, funnel isn't requiring them to host or even proxy any significant amount of data, it's just directing incoming connections on that domain to a device on your tailnet.

The hosting cost to tailscale is insignificant and really no different than what they do on a basic tailnet.

I don't think it will become a paid only option and I don't think it's too beta to use for a home server.

Personally I don't bother using it because I'm comfortable exposing my IP address and opening a port to my home server using direct DNS.

But there are some advantages to using tailscale funnel in that your ip will be obfuscated and the traffic will be routed through WireGuard so potentially more secure.

[–] Atemu@lemmy.ml 1 points 9 months ago (1 children)

Typically they only accept connections from addresses allowed within your tailnet, but there isn’t anything particularly complex about how funnel allows any incoming address.

P2P wireguard connections that is. Funnel needs to accept arbitrary connections.

Further, like most of tailscale’s operations, funnel isn’t requiring them to host or even proxy any significant amount of data, it’s just directing incoming connections on that domain to a device on your tailnet.

And how is that supposed to work without proxies? You can't just point DNS at some device's public IP and then expect everyone to be able to connect to it; that's not how firewalls work. TS IPs aren't routed on the public internet either (100.0.0.0/8 is IANA reserved).

AFAIK the way TS has always worked is that it does its P2P magic to build WG tunnels between devices and then does regular IP over those. IP traffic cannot go between devices otherwise (unless they're on the same network ofc.).

there are some advantages to using tailscale funnel in that your ip will be obfuscated and the traffic will be routed through WireGuard so potentially more secure.

How exactly is your IP going to be obfuscated without proxies? How will traffic be routed through WG without proxies?

[–] Rootiest@lemmy.world 2 points 9 months ago

You are right, I dunno why I thought it wasn't actually proxying all the traffic.

I can see how that could potentially be expensive for them if you were using it to stream video or something