this post was submitted on 17 Nov 2025
47 points (96.1% liked)

Selfhosted

53034 readers
717 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 2 years ago
MODERATORS
 

Hi everyone,

a couple of friends and I have a Jellyfin server running which is exposed to the internet via a reverse-proxy and https by using a free dynDNS provider.

The setup is working fine besides the dynDNS provider. We constantly face connection issues, making the dynamic DNS functionality very unreliable.

So I started looking into possible solutions and one particular would be to buy an own domain which would only cost a few bucks each month. With this I could keep the current setup and would just need to change the domain (and possibly the SSL certificate). I found a provider over which I could buy (rent?) a domain and which also provides dynDNS functionality. But I am not too sure if I understood this correctly:

  • if I have an own domain, why would I need the additional dynDNS functionality? I would guess that I would just continue updating your server's IP address to the domain name like we are doing now
  • can the provider over which I rent the domain with servers in my country actually see what our traffic is? Especially since we are streaming our movies etc.
  • is there a better way of obtaining and setting up your own domain also in terms of privacy and reliability than with a bigger company offering such services?

Thanks a lot for your feedback!

Edit: An important fact I forgot to add in my main post is that during these issues, the general server connection should be fine since it is located at a friends house and his internet connection is unaffected (e.g. we could still talk in Discord normally and he had no internet issues whatsoever)

you are viewing a single comment's thread
view the rest of the comments
[–] determinist@kbin.earth 3 points 3 days ago (1 children)

@dingleberrylover@lemmy.world I have a static IP provided by my ISP. I own my own domain name. I use BunnyCDN to manage my DNS.

On my server I run Jellyfin and reverse proxy with Caddy, I also run Fail2Ban. Caddy has built in SSL certification.

After I set it all up (which took me a few tries to get it all right as I was learning on the go) it just runs with no apparent problems. I check logs and monitor it regularly however so far I haven't had any problems.

The Jellyfin address is shared only to a few family members.

I'm in the EU so GDPR applies and none of the involved companies is datamining my stuff. Their policies are to be non-invasive.

[–] dingleberrylover@lemmy.world 2 points 3 days ago (1 children)

I am in the same boat (learning on the go, living in EU and using fail2ban and reverse proxy although I use nginx). Sounds good that it runs so well for you! Where did you register your domain? I'll look into BunnyCDN as well.

[–] determinist@kbin.earth 2 points 3 days ago (1 children)

@dingleberrylover@lemmy.world
It's a domain I've had for 15 years (I keep renewing) and I registered with 123-reg.

If you 're in the EU definitely check out Bunny. They're based in Slovenia. I used their free trial, to test it all out. After that their pricing is competitive, and mostly if you're a single user homelab type you'll pay nothing. At least, that's been my experience for the past 8 months. My use falls well under their provided no charge tier.

I looked at using nginx however I liked what I read and saw of Caddy (it seemed easier for me). I don't do anything very clever and Caddy is working great for me.

*I'm not associated with them other than to be a customer. Prior to switching to Bunny I used Cloudflare free level but I wanted to get away from anything associated with the USA and their (lack of ) data protection laws.

[–] dingleberrylover@lemmy.world 1 points 3 days ago

Thanks a lot for your suggestions and feedback! I also would like to use services within the EU, so I will give Bunny a closer look.