wg-ui-plus running under podman. #155
tetricky
started this conversation in
Show and tell
Replies: 1 comment
-
@tetricky - Thank you so much for posting the feedback and also the use-case that might suit many others. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wanted to say thanks for this project. It very much hits a sweet spot for one stop vpn server configuration. It makes it very simple to group peers together with configuration and endpoints to achieve network separation and meet routing requirements.
I'm running on a cloud server behind authelia (to restrict access) with caddy as a reverse-proxy, and running in a podman pod and container.
First I create the pod, with port mapping:
Creating the directories I use for persistent data is a simple:
I also pull the image and tag locally, while using
--label io.containers.autoupdate=local
to manage auto-updates, but the main functional container command is a relatively simple:That's it. Works perfectly. Caddy is set to proxy at the servers ip address and port 8000, and authelia ensures that only correctly authenticated users can access the portal.
I wanted to articulate my thanks, and provide a podman example in order to encourage others.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions