Mindless999

Results 7 comments of Mindless999

I want to mention that as of the current version, the setup docker still is not pruned properly. Suggestion (not sure if it's possible) is to maybe list all bitwarden/setup...

also fixed in issue #19 but added some other optimizations there as well.

For me what I did to get it running (for now) is to delete the '/config/wg0.conf' since that one was empty, and '/config/wg_confs/wg0.conf' had all the information and since then...

Just a bit of an update. Note this is a WORKAROUND; this will not start the docker at boot, unless you specifically delete the file before starting the docker! I...

Is there any update on this? I currently need to delete the file and re-apply the configuration after every reboot for some reason, I would've assumed it would be fixed,...

I found out, that the official wireguard client on iOS and MacOS is not working properly, and I am now using [Passepartout](https://passepartoutvpn.app) which has a build-in Wireguard client as a...

Since they have moved the configuration, I have added the following in the environment ``` wireguard-ui: image: ngoduykhanh/wireguard-ui:latest container_name: wireguard-ui ...... network_mode: service:wireguard environment: - WGUI_CONFIG_FILE_PATH=/etc/wireguard/wg_confs/wg0.conf ...... ``` This will...