SiestaCat

Results 7 comments of SiestaCat

> Hi, > > To me, the problem is that the logout path is reached using a `GET` request, which is [a safe request](https://developer.mozilla.org/en-US/docs/Glossary/Safe/HTTP). The logout path should not considered...

This working for me: ```yaml services: openvpn_client: image: dperson/openvpn-client cap_add: - NET_ADMIN volumes: - ./client.ovpn:/vpn/client.conf command: "-c /vpn/client.conf" devices: - /dev/net/tun:/dev/net/tun web: image: my_image network_mode: "service:openvpn_client" ``` In the openvpn...

Oh. My example was for a openvpn server directly installed on a vps https://github.com/angristan/openvpn-install Tomorrow I will try with server docker version and I will come back with an update.

Please provide your "openvpn server docker image" config

I will check it in the next days. Cheers 🍻

Look on the bright side of all this: if Claude were perfect, they probably wouldn’t hire you, they’d hire Claude.

> [@wolf0fmainst](https://github.com/wolf0fmainst) sorry about your experience, I on the other hand love this product, and am grateful for it every day. Maybe this methodology will help, it's called SPARC https://github.com/ruvnet/sparc...