BouncyPancake@alien.topB to Self-Hosted Main@selfhosted.forumEnglish · 1 year agoownCloud or NextCloud for office and collaborative work?plus-squaremessage-squaremessage-square4fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1message-squareownCloud or NextCloud for office and collaborative work?plus-squareBouncyPancake@alien.topB to Self-Hosted Main@selfhosted.forumEnglish · 1 year agomessage-square4fedilink
minus-squareBouncyPancake@alien.topOPBtoSelf-Hosted Main@selfhosted.forum•HAProxy block all IPs except a small collectionlinkfedilinkEnglisharrow-up1·1 year 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 linkfedilink
BouncyPancake@alien.topB to Self-Hosted Main@selfhosted.forumEnglish · 1 year agoHAProxy block all IPs except a small collectionplus-squaremessage-squaremessage-square2fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1message-squareHAProxy block all IPs except a small collectionplus-squareBouncyPancake@alien.topB to Self-Hosted Main@selfhosted.forumEnglish · 1 year agomessage-square2fedilink
minus-squareBouncyPancake@alien.topBtoSelf-Hosted Main@selfhosted.forum•How do you all monitor your server performance?linkfedilinkEnglisharrow-up1·1 year agoIf its down, I assume performance is bad linkfedilink
minus-squareBouncyPancake@alien.topBtoSelf-Hosted Main@selfhosted.forum•What is something you are still missing in your Homelab?linkfedilinkEnglisharrow-up1·1 year agoA proper logging server. I’m just not motivated to learn a bunch of stuff right now sadly. linkfedilink
So 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