You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the possibility of using a secrets file for Wireguard is missing.
This functionality is present for instance with Openvpn and the OPENVPN_USER_SECRETFILE.
As I understand, one of the things is to add WIREGUARD_PRIVATE_KEY_SECRETFILE=/run/secrets/wireguard_private_key \.
to the Dockerfile
Would this be all?
The text was updated successfully, but these errors were encountered:
https://github.com/qdm12/gluetun/blob/c5cc240a6cf8b97de8bcf199b8ad23a49deb2b48/Dockerfile#L96C19-L96C19
Currently, the possibility of using a secrets file for Wireguard is missing.
This functionality is present for instance with Openvpn and the OPENVPN_USER_SECRETFILE.
As I understand, one of the things is to add
WIREGUARD_PRIVATE_KEY_SECRETFILE=/run/secrets/wireguard_private_key \
.to the Dockerfile
Would this be all?
The text was updated successfully, but these errors were encountered: