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
Created a new Alpine 3.20 image using https://github.com/benpye/alpine-droplet repository which uses this as a sub repository via git modules to build a "Digital Ocean Custom Image" compatible image.
Successfully built the image file
Successfully launched the custom droplet in Digital Ocean.
Validated cat /etc/alpine-release is the latest 3.20
Created a new Alpine 3.20 image using https://github.com/benpye/alpine-droplet repository which uses this as a sub repository via git modules to build a "Digital Ocean Custom Image" compatible image.
Successfully built the image file
Successfully launched the custom droplet in Digital Ocean.
Validated
cat /etc/alpine-release
is the latest 3.20apk add wireguard-tools-wg-quick
Successfully configured /etc/wireguard/wg0.conf
Could not create the Wireguard "As OpenRC service" as per the official documentation https://wiki.alpinelinux.org/wiki/Configure_a_Wireguard_interface_(wg)#Install_required_packages as the "ln -s /etc/init.d/wg-quick /etc/init.d/wg-quick.wg0" step failed with file not found.
Manually downloaded wg-quick.initd from alpinelinux https://github.com/alpinelinux/aports/blob/6af974c9bdfd35516e30b06e2200c7aa6a13f849/main/wireguard-tools/wg-quick.initd. Renamed from wg-quick.initd to wg-quick and confirmed the permissions matched the other files in the /etc/init.d/ directory.
Successfully completed the "As OpenRC service" procedure.
Successfully transferred files with Wireguard.
The text was updated successfully, but these errors were encountered: