- 7 Posts
- 27 Comments
megaman@discuss.tchncs.deOPto
Selfhosted@lemmy.world•How do I use public URLs but route within my home network?English
2·1 year agoOoo, interesting.
I am going for public access here, so it wont work. But i think this is how some routers are set up. Like i think asusrouter.net is set to 192.168.0.1, so anyone with the router can go to the same url / domain and itll send them each to their own router. Found that out the other week and thought it very clever.
megaman@discuss.tchncs.deOPto
Selfhosted@lemmy.world•How do I use public URLs but route within my home network?English
2·1 year agoSo i had done this (with Adguard rather than pihole) and i think i was getting caching issues. Whether or not i was, though, i removed it and it looks like my router is handling it all just fine without the rewrite on the local DNS server.
Some folks mentioned “hairpin NAT” - i was reading the wiki on NAT last night but didnt get to hairpin, but that appears to be what is happening.
The conclusion is - my setup had been doing what i want the whole time without any DNS fiddling. I updated the original post with the speedtests.
megaman@discuss.tchncs.deOPto
Selfhosted@lemmy.world•How do I use public URLs but route within my home network?English
2·1 year agoI guess I should say that I think there were caching issues, but the problem was coming from an iphone and the Bitwarden app (connecting to the self-hosted vaultwarden).
megaman@discuss.tchncs.deOPto
Selfhosted@lemmy.world•How do I use public URLs but route within my home network?English
2·1 year agoi think this is what I was doing with Adguard and using the re-write rules, but then the client (my phone, for example) would cache the IP address and it would fail when I was out of the house/network.
Or am I misunderstanding what you are saying here?
megaman@discuss.tchncs.deOPto
Selfhosted@lemmy.world•How do I use public URLs but route within my home network?English
3·1 year agook, well that’s easy to set up if that is how it just works! i wonder if maybe i should (at least temporarily) self-host some sort of speedtest app on the server and check the speed from my phone while i’m on wifi using the IP, wifi using domain name, and off wifi using domain…
megaman@discuss.tchncs.deOPto
Selfhosted@lemmy.world•Store (and access) old emailsEnglish
1·2 years agoit is indeed infrequent, but the modern world has trained me to expect convenience and instant-ness. Last time i wanted a 12-year-old email I was in the car with friends and and to pull it up. it wasn’t anything important at all, to be clear, but i’m hoping to search my 12-year-old emails with the same convenience as last month’s.
megaman@discuss.tchncs.deOPto
Selfhosted@lemmy.world•Store (and access) old emailsEnglish
2·2 years agoI think that that is right that I fundamentally want an archive, not what a normal mail server provides. Part of my thought on looking at mail servers is that those would integrate directly with whatever other front-end/client that I’d normally use, whereas an archive maybe would not.
And regarding archive-specific stuff, I am seeing some things on a search, but I guess i’m wondering if folks here have any recommendations. When I look at , for example, nothing comes up for email archive, just for email servers. That, plus what I see when searching, makes me think that the archive-specific stuff is either oriented to business or oriented to a CLI (like NotMuch, which was mentioned in the discussion here and does look cool).
megaman@discuss.tchncs.deOPto
Selfhosted@lemmy.world•Store (and access) old emailsEnglish
2·2 years agoThis looks like a good backend for sure, but the web frontends look a little lacking and I’m not seeing anything about a mobile frontend (other than if a web one was up, which would be fine). Have you tried any of the web frontends?
megaman@discuss.tchncs.deto
homeassistant@lemmy.world•What device can rotate a knob and works with HA?English
301·2 years agoIt sounds like you have a heavy duty door lock to be very secure, but you are essentially trying to backdoor all that security with a new internet-connected thing. An adversary only has to break the weakest link here, rendering the physical door lock obsolete.
If you are just going to have some digitally-connected device ultimately controlling access to the house, I’d go with just some standard door lock that does that (i haven’t used em but they exist). The physical lock on those is surely less what you have know, but with your proposed solution the physical lock probably isnt what people who crack anyway.
megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•Basic Security for your Website | LoudwhisperEnglish
3·2 years agoUnrelated to your actual post (plan to read later), but is your RSS busted? The rss link on the webpage gives a 404 and my RSS reader is erroring on it as well…
megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•Can you have local reverse proxies?English
5·2 years agoIve got this working with Caddy and Adguard
I use Caddy as my reverse proxy. It is running on the machine in the basement with all the different docker-container-services on different ports. My registrar is set up so that *.my-domain.com goes to my IP.
Caddy is then configured for ‘service-a.my-domain.com’ to port 1234, and the others going to their ports. This is just completely standard reverse proxy.
For some subdomains (i.e. different services) ive whitelisted only the local network. There is some config for that.
Im pretty sure that I also have to have adguard do a dns rewrite on the local network as well. That is, adguard has a rewrite for ‘*.my-domain.com’ to go to 192.168.0.22 (the local machine with caddy). I think i had to do this to ensure that when the request gets to caddy it is coming from the local whitelisted network rather than my public IP (which changes every couple months, but could be more).
megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•How do I do a bare-metal install (Debian) without a monitor+keyboard?English
21·2 years agoWhen i was doing a headless install, i spend a hour or two trying to figure out how to pre setup configs for the debian installer or how to do it over network or what before i finally lugged the new machine to the other room and plugged it into the monitor and keyboard of the main rig, installed it all (and set up ssh so i can later get into from the main rig), and unplugged it.
My point is, even if it isnt trivial to have the keyboard and monitor, it may be much easier to get them than to really do an install without them.
megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•Generate document from templates and databaseEnglish
2·2 years agoIve got some stuff that i think is similar to what you are trying where i have an excel file template and use python to read from the database and populate cells in excel and then save a pdf.
There are a couple different options for python libraries - openpyxl, xlwings, or pywin32.
It is annoying and goofy, but works. Excel can be very flexible with getting everything sized just right for what your final output/pdf should look like.
megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•Thinking of building a database of "stuff" that I have at home + some other family households. Multiple accounts with private and shared inventories.English
1·2 years agoIve started using homebox and i like it. Granted, i only use it for myself right now, not sure how it works for multiple people and public vs private repos
megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•Notification when new app versions are releasedEnglish
7·2 years agoThanks!
If im doing this right, the url is just the releases page for the repo with a .atom at the end. So for Vaultwarden it is https://github.com/dani-garcia/vaultwarden/releases.atom
megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•Read You (RSS client) 0.9.12 released with support for FreshRSS & gReader APIEnglish
3·2 years agoWhat incredibly obvious thing am i missing that i cant add my freshrss account? It is all just greyed out…

megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•SquareSpace dropping the ball.English
2·2 years agoI got this today as well, heading on over to namecheap where i have another domain already (have not confirmed how good the DDNS is, tho).
megaman@discuss.tchncs.deto
Selfhosted@lemmy.world•Do any of you use Raspberry Pi’s ?English
3·3 years agoMaybe it isnt as bad as i remember, or maybe i tried doing HA Core on the debian server or something… maybe it got better or maybe im a fool? (I definitely am a fool).
I guess it just as much came down to that I already had the pi, so just running it on that like i had for a year was less hassle than starting it via docker on the other machine?
As someone runnings things out of my basement computers, i have a lot of problems with my hosting provider