Michael Yeager
Michael Yeager
What does your health check look like? Mine just found something it couldn't handle.... Trying this again for the moment -> test: ["CMD", "curl", "-f", "http://google.com"] since the connectivity is...
It works, but it sometimes doesn't come back up. I'm at a loss on how to correctly health check this thing. I was hoping that @chrisjohnson00 would get back to...
Basically the same thing. Oh well, I was hoping your solution was a bit more advanced. :-) Maybe someday we'll find something that's rock solid...
For some reason, I have to format my tests like so: test: ["CMD", "ping", "-I", "tun0", "-c", "1", "8.8.8.8", ">", "/dev/null && VPNUP=true", "||", "VPNUP=false"] I'm not having a whole...
Options error: In [CMD-LINE]:1: Error opening configuration file: /config/openvpn/country.ovpn (PIA)
I was running this up until an hour ago and it ran fine. After upgrading my NAS to DSM 7, I'm getting this error. It's obviously a permissions issue, I'm...
Options error: In [CMD-LINE]:1: Error opening configuration file: /config/openvpn/country.ovpn (PIA)
I removed the privileged line from my docker-compose and it's running. Might try to put it back now that you say it's working for you. Thanks for the reply! Any...
I'm in process of refining and adding features to my RPi pool controller. I already have it communicating with HA and opening and closing valves (24v valve actuators using a...
I am using this and seriously considering picking it up and adding to it as I need a few things that it isn't providing. Any interest or should I keep...
I'm getting this issue after moving my NAS to a different VLAN. I'm sure it's something simple, but I'd appreciate if someone were to offer a hand here... ``` 2020-12-14...
I forget what I did but this particular container seems to have been abandoned. I'm still using it because it works well and isn't that far out of date on...