I’ve not been able to make it work reliably with photos backed up using immich on my android phone, is if working for you? I read somewhere storage templates are not very robust/reliable.
The Hobbyist
Just a stranger trying things.
- 1 Post
- 55 Comments
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
2·1 month agoInteresting setup. Funnily, I have one specific subdomain hosted on an actual cloud provider, publicly and all other subdomains are private and local. It works just fine :)
In the end, there’s like a tradeoff between enjoying your system as is and pouring I don’t know how many hours in setting it up when it’s a new idea haha
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
1·1 month agoI’m not trying to expose it to the internet and there are indeed multiple solutions to get HTTPS. This one works with a real domain name is what works best for me :)
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
2·1 month agoYes it does. Are you using Firefox? And you can’t resolve local ip addresses, so that’s why you are setting this exception?
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
3·1 month agoWouldn’t that require me to use tailscale even at home on my home network? It also does not provide HTTPS unless you maybe use magic DNS, but then we’re back to using a public domain I guess.
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
1·1 month agoSince it knows the DNS will always be public, it also knows that the 192.168.10.20 address is not routable on the internet where it found it.
That is in fact not it. I left the default firefox DNS setting. I simply enabled
network.trr.allow-rfc1918from within theabout:configwhich allows the resolution of local IP addresses. It now works. All my DNS are public, I make no use of any private, local DNS.
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
1·1 month agoThis was not required in my case, but maybe it solves other issues?
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
1·1 month agoWorks flawlessly with my tailscale setup :) Thanks for asking! I’m not trying to expose anything to the open. Just for me personally, from home or remotely using my VPN.
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
2·1 month agoThanks for your response. Indeed, this is only for myself within my home network. No split DNS required, the public DNS record mentions my local private IP address which of course will only resolve to my homeserver from within my home network and will not lead anywhere for anyone else from any other network. That’s all what makes this great. Yes, I did the DNS challenge as I mentioned in my OP and retrieved a wildcard certificate for all my local needs :)
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
3·1 month agoYes, I now managed to make it fully work on firefox too, needed to set
network.trr.allow-rfc1918totruein theabout:configsettings! :)
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
2·1 month agoso some apps (like Firefox) with internal hard-coded DNS functions
Thank you! This was the information I needed! It landed me on this page https://support.mozilla.org/en-US/kb/firefox-dns-over-https which shows
When DoH is enabled, Firefox by default directs DoH queries to DNS servers that are operated by a trusted partner, which has the ability to see users' queriesand lead me to this page https://wiki.mozilla.org/Trusted_Recursive_Resolver where I was able to read more about it. That explains why it does not work, I appreciate the insight!
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
3·1 month agoNo, it is not fully working. Many have tried to explain to you that your setup only works for YOU on YOUR subnet.
That’s exactly what I want. I don’t know why you thought I wanted something else? I’m trying to reach services in my home network from home, using HTTPS, without requiring a local DNS or to load self-signed certificates.
EDIT: I realize I maybe could’ve made a better job at explaining that the intention was for it to work exclusively for me on my home network.
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
2·1 month agoYes, it was an attempt at doing on step at the time, but I realize I’ve been able to make it work in some browsers and on some DNS using HTTPS, as hoped. I’m now mostly trying to solve specific DNS issues, trying to understand why there are some cases where it’s not working (i.e. in Firefox regardless of DNS setting, or when calling
dig,curlorhost).
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
1·1 month agoOpening up the network developer tools in Firefox, I’m seeing the following error:
NS_ERROR_UNKNOWN_HOST, though I haven’t been able to determine how to solve this yet. It does make sense, because it would also explain why curl is unable to resolve it, if the nameserver is unreachable. I’m still confused though, because cloudflare, google and most other DNS’s I’ve tried work without issue. Even setting google’s dns in firefox does not resolve it.
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
1·1 month agoThis was a good suggestion, indeed other browsers seem to work just fine, I updated my post with a new edit. I’m making progress, it seems I’m having some specific issue with Firefox, my default browser. And your last point was also spot-on, though I only understand now what you meant now that I figured out the port-80 resolution loop trap.
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
2·1 month agoIt does work. In my first edit I’m sharing multiple examples of others making it work, and I’ve made it work in some cases which I explain in my second edit. I’m not using an HTTP challenge, but a DNS challenge which is not specific to any IP address and does not require the IP address to be reachable from outside my network. I only care about accessing the endpoint from within my home network. The use of a real domain allows me to make use of the public chain of trust infrastructure and DNS allowing me to reach my homeserver using any device without having to setup any specific local DNS or installing any custom certificate on any of my devices.
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
2·1 month agoIf I put my registrar’s DNS, or cloudflare or google, it works just fine in dig, here with google:
; <<>> DiG 9.18.39 <<>> @8.8.8.8 mydomain.tld ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1301 ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;mydomain.tld. IN A ;; ANSWER SECTION: mydomain.tld. 3600 IN A 192.168.10.20 ;; Query time: 34 msec ;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP) ;; WHEN: Sun Oct 05 15:51:47 CEST 2025 ;; MSG SIZE rcvd: 60
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
1·1 month agoWould you mind explaining further what you mean by “setting it up on both sides of the route”? Much appreciated!
The Hobbyist@lemmy.zipOPto
Selfhosted@lemmy.world•[question] Help me access my local homeserver using a public domain nameEnglish
2·1 month agoI’m getting the following:
; <<>> DiG 9.18.39 <<>> mydomain.tld ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16004 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 65494 ;; QUESTION SECTION: ;mydomain.tld. IN A ;; Query time: 3 msec ;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP) ;; WHEN: Sun Oct 05 14:23:20 CEST 2025 ;; MSG SIZE rcvd: 44I guess your proposal would be the last resort, but I have not seen any mention of this approach being necessary for others achieving what I’m trying.
Same, using the default storage template.