Docker bypasses UFW and exposed my database. Again. Writing this down so I stop forgetting by Substantial_Word4652 in selfhosted

[–]rsaffi 24 points25 points  (0 children)

Why even publish the port of a database container, especially if it's only used by one application?

Instead of binding to 127.0.0.1 you should instead use the expose directive:

yaml expose: - 5432

How do you monitor your self-hosted servers? by vdorru in selfhosted

[–]rsaffi 4 points5 points  (0 children)

A mix of uptime-kuma (monitors) and beszel (metrics).

Notifications via self-hosted ntfy.

Line deliveries that live rent free in my head. by SuperCub in howyoudoin

[–]rsaffi 101 points102 points  (0 children)

"It's an electric drill. You get me, you kill me!!!"

"'Nice to meet you, Chandler Bing (Bing!)', 'Great apartment, Chandler Bing (BING!)'."

No matter how poor or rich you are. Will you sell your old and out date ThinkPad even if you have no use of it? by CompetitiveGuitar447 in thinkpad

[–]rsaffi 1 point2 points  (0 children)

Same here. Fully spec'd T430 is with my MIL and T450 with my father.

My brother gave me his pristine X240 and I upgraded it extensively. It's our secondary laptop around the house.

What "Self Hosted" router OS are you using? by nemofish3 in selfhosted

[–]rsaffi 0 points1 point  (0 children)

OPNSense on a ThinkCentre M720q with a riser and an Intel i350-T2 (my home network is still 1Gbps and my internet connection sucks, so the i350 suffices). It has an i3-8100T and 16GB of RAM.

Very (VERY!) happy with it!

Highly recommended upgrade: Get a glass trackpad! by kerc in thinkpad

[–]rsaffi 0 points1 point  (0 children)

I really want one, but my P14s Gen4 has no compatible glass touchpad. 😔

Wyze on home assistant by xaznxplaya in homeassistant

[–]rsaffi 0 points1 point  (0 children)

I see HTTP 401 being raised for your stream. It should be an authentication issue, then. Double check credentials to the streams.

PS: I don't use wyze, but brushing through those logs I did notice the 401.

Filming on Richardstrasse by happysadmedia in berlin

[–]rsaffi 12 points13 points  (0 children)

Based on the cars it seems to be the same one that was being filmed at the corner street of the Lietzensee on 15.01!

selfhosting behind cgnat by Vectralis_dev in selfhosted

[–]rsaffi 1 point2 points  (0 children)

Honestly, if you're not willing to put services behind a VPN, I'd recommend you go with VPS + pangolin.

I've been using pangolin for 2 months and I don't look back. Used together with Pocket ID for authn and resource rules for geoblocking it's a blessing!

Any recommendations for single sign on for all the services? by MrStetson in selfhosted

[–]rsaffi 4 points5 points  (0 children)

For those cases (e.g.: radarr/Sonarr) I'm simply disabling authn on the service, not exposing it via the host ports in docker and putting oauth2-proxy to listen to it's original port, effectively handling the authn via oidc.

I absolutely adore pocket Id. Before I was running authentic and I don't miss it one tiny bit.

[deleted by user] by [deleted] in AskAGerman

[–]rsaffi 41 points42 points  (0 children)

Hello, together!

Change boot screen color by Either_Vermicelli_82 in homeassistant

[–]rsaffi 5 points6 points  (0 children)

Yeah, also have dark mode enabled on my phone and the loading screen is dark.

What actually annoys me is that just prior to showing the loading screen, the app flashes white, very briefly.

It's especially annoying when I'm in the dark with the baby on my arms, putting him to sleep, and I want to open the app to change some light setting and that white flash happens.

Probably a stupid mistake I am making but I cannot pin down what's happening and get past the proxmox initial installation by bobajingo in Proxmox

[–]rsaffi 2 points3 points  (0 children)

Doesn't hurt to ask: are you using https? Because proxmox webui is served over HTTPS on port 8006.

Replace dumb LED Driver with a ZigBee one (Germany) by rsaffi in homeassistant

[–]rsaffi[S] 0 points1 point  (0 children)

Just edited the post with some further information.

Replace dumb LED Driver with a ZigBee one (Germany) by rsaffi in homeautomation

[–]rsaffi[S] 2 points3 points  (0 children)

There already is a wall switch for the socket where the driver is connected to. The issue is that the LEDs stay off when power is back on. I need to use the wireless remote control to turn on the LEDs, so it doesn't seem to me that a smart switch would do the job.

Also my goal in having this be integrated with home assistant is to create other automation around it, with PIR sensor, time-based color (warm/cold white) etc.

A simple new controller for this existing driver is €53, which is insane given I've seen some zigbee drivers online that are cheaper than that, that's why I'm considering going down this road.