Dan L

Results 14 comments of Dan L

Just chiming in with my own experiences - if left unchecked, I eventually get TCP out of memory errors. pihole-exporter running in docker) is definitely the culprit - I consistently...

Unfortunately for me, this was my first attempt at using this project, so I haven't been able to get it up and running successfully on my rpi3 at all. I've...

I'm having the exact same problem. First ever use of an ESP32 board, have many ESP8266 devices that aren't displaying this issue. Currently on 2022.11.4. This one ESP32 board will...

Very similar issue - just upgraded Docker image and all I get is the default start page (screenshot) - not my configured page. Docker logs state that config is valid,...

> every sysadmin should know that, not to just blindly update stuff No need for the passive aggression. A simple "did you notice the breaking changes in the latest major...

> Sorry for that tone, wasn't meant to sound like that at all. 🙂 All good mate. I've remapped my bind mount (and remapped to port 8080) and everything's working...

I haven't been able to complete federation with _any_ other instances. I get an initial dump of posts without comments, as expected, but the communities stay as "Subscribe Pending" and...

Thanks for the reploy @RocketDerp. I did see issues #2990 and #3167, but those were pretty much to do with people unwittingly blocking outbound access from their instances. As I've...

Gotcha. Thanks. I'll keep hunting. In fairness, my gut feel is I've missed something important in my reverse proxy config.

Thanks @arjan-s, I did manage to figure it out. There was some extra config required in the reverse proxy config, namely: ``` location / { set $proxpass http://[ui_host_ip]:1234; if ($http_accept...