33
[SOLVED] Can I host my own Lemmy instance on localhost?
(self.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.
Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.
Don't duplicate the full text of your blog or git here. Just post the link for folks to click.
Submission headline should match the article title.
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Wouldn't you need a publically available IP? DuckDNS is only for dynamic IP's that is public, yes?
Works with anything that can open ports. DuckDNS works by pinging their service from anywhere to update the target IP for the subdomain.
Doesn't work if you are on CGNAT
See: Anything that can open ports. NAT of any kind tends to not allow opening ports.
Absolutely. However I feel like the whole thread needs extra clarification, considering the question OP posed.
Dynamic DNS isn't a magic wand in the way a Reverse Proxy over VPN is.
Yea, that is also what I thought. To bypass this, you would need something like Cloudflare Tunnels or setup a VPN on a VPS, that redirects traffic to your homeserver.
Duckdns is pretty much a service that offers free domain names.. that could point to any public IP. (I have seen setups where local IPs are used just for HTTPS). So its good for instances as HTTPS can be achieved without buying domain name.