theghostoutside_

joined 1 year ago
[–] [email protected] 5 points 8 months ago

Long-time Nextcloud user, but did not know this existed. Thanks for the link.

Also, had a chuckle.

[–] [email protected] 3 points 10 months ago

Good point about the all-in-one. I'll need to find some time to digest it properly, but seems amazing at a glance.

[–] [email protected] 4 points 10 months ago

Yo, fuck, this seems too good to be true. But I just completely re-initialised my NAS.. 😑

[–] [email protected] 73 points 10 months ago (2 children)

For everyone talking about the expansion of the Universe, that's not what this is about. The Universe is still expanding, at an accelerating rate. This work is about the rate of structure formation (the large-scale clumpiness of matter) being slowed down, not the expansion of spacetime.

[–] [email protected] 2 points 11 months ago

I can't connect to any of my addresses since yesterday. I spent today converting everything to Dynu.

[–] [email protected] 87 points 11 months ago (11 children)

Shouldn't it be

if guess != number

Isn't Russian Roulette played with one bullet in the chamber? Not five?

32
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]
 

Hi,

I have a Pi-Hole set up on my home network, which I access from anywhere through a SWAG reverse proxy at https://pihole.mydomain.org. I have set up a local DNS record in Pi-Hole to point mydomain.org to the local IP of the SWAG server.

Access from anywhere (local or not) works well. It's just that when I am accessing some services (including the Pi-Hole) from my desktop through the reverse proxy via the DNS record (i.e. on the LAN), the Pi-Hole log gets completely spammed with requests like in the attached image. To be clear, I cropped the image, but it is pages and pages of the same. This is also the case for e.g. the qBittorrent Docker container I have set-up. So I guess it's for 'live' pages which update their stats continuously, which makes sense. But the Pi-Hole log is unusable in this state. This does not occur when I am accessing the services externally, through the same reverse proxy, or when I access them locally with their local IP.

The thing is, I have already selected Never forward non-FQDN A and AAAA queries in the Pi-Hole settings. I also have Never forward reverse lookups for private IP ranges, Use DNSSEC, and Allow only local requests, but they seem less relevant. The Pi-Hole, SWAG server, and PC I am accessing them from are three different machines on my LAN.

Any way to filter out just those queries? I obviously want to preserve all the other legitimate queries coming from my desktop.

EDIT: Thanks for the responses. Unfortunately the problem persists, but I discovered something new. This only happens when accessing the page from Firefox desktop; not another desktop browser, and not Firefox Android. So actually it seems to be a Firefox problem, not a Pi-Hole one. I thought this might have something to do with Firefox's DNS-over-HTTPS, so I tried both adding an exception for my domain name, and disabling it altogether, but that didn't solve it..

[–] [email protected] 1 points 11 months ago

Haha how good. SWAG is a reverse proxy using Nginx. I use the Docker container.

 

I'm curious if/what others have found a solution to this problem;

I've been slowly switching most things to decentralised services, such as Piped/Invidious, LibreX search, even Lemmy to some degree. I also recently set up Dashy as a dashboard for my NAS.

Over the last few weeks, I've encountered many problems with the specific instances of these services that I'm using, and I frequently have to change instance. I'm not sure if others have this problem as well. Especially for LibreX, this is problematic because it's not trivial to change the default search engine on Firefox desktop.

So I thought it would be nice to have a 'status' widget in Dashy showing the uptime/status of all of the specific instance servers I use


because sometimes it takes me a while to realise that actually the instance is down, not something else wrong with my network. But the only thing I could figure out how to do is simply put an iframe in Dashy with uptime websites such as https://gitetsu.github.io/librex-instances-upptime/. This is pretty clunky, and isn't rendered nicely. An Invidious equivalent (https://stats.uptimerobot.com/89VnzSKAn) doesn't allow iframes at all.

How do others deal with random instance downtime? Is there a better way of handling the outages in the first place? Is there a nice way of adding the instance status to my Dashboard so I at least know when they're down?

Cheers.