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!
view the rest of the comments
First, I recommend telling your script to check whether the IP has changed before publishing a new one. This may alleviate some issues like ratelimits or confusion from your dynDNS provider.
Secondly, if the problem persists, you may wanna use another dynDNS provider and figure out their API. My recommendation is deSEC, and they have some client-side tools to auto-update the IP too.
Thirdly, you may wanna find out exactly why there are intermittent failures. Does your Jellyfin's public IP address changes often? If so, your DNS caches may have trouble updating to the new IP address, or the DNS provider doesn't have time to fully propagate its changes to the world wide web.
nslookup yourdomainfrom those machines when the issue happens, and see what's up. Or maybe, the dynDNS server location is too far away from your country. causing DNS resolution to timeout and fail.For your own domain part, well: you buy a domain through a registrar, and most of the time they also act as a DNS provider where you can update DNS records. dynDNS is just a set of tools to easily do this when you have changing IP addresses, and how it works depends on the DNS provider's API. If you understand their APIs, you can roll out your own script pretty quick. But buying a domain is usually unnecessary to fix DNS issues