- 3 Posts
- 4 Comments
Joined 2 years ago
Cake day: October 17th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
BouncyPancakeOPBtoSelf-Hosted Main@selfhosted.forum•HAProxy block all IPs except a small collectionEnglish
1·2 years agoSo I don’t need to do an && statment or something ?
I can just do
use_backend manage_ssl if is_whitelisted
use_backend manage_ssl if { req_ssl_sni -i management.example.com }
or would i have to do something like
use_backend manage_ssl if { req_ssl_sni -i management.example.com } && if is_whitelisted
BouncyPancakeBtoSelf-Hosted Main@selfhosted.forum•How do you all monitor your server performance?English
1·2 years agoIf its down, I assume performance is bad
BouncyPancakeBtoSelf-Hosted Main@selfhosted.forum•What is something you are still missing in your Homelab?English
1·2 years agoA proper logging server. I’m just not motivated to learn a bunch of stuff right now sadly.

20 Ubuntu VMs as we speak, however 10 RHEL based VMs and 1 openSUSE VM thrown in the mix.
I use a Ubuntu VM to run some older Docker containers (from when I was first learning). I’d migrate them over but I just don’t care enough to migrate them. They’re just Minecraft and game proxy servers.