feat: add WireGuard VPN stack (wg-easy) #16

Merged
gortium merged 9 commits from feat/wireguard-vpn into master 2026-05-09 00:11:57 +00:00
3 changed files with 107 additions and 1 deletions
Showing only changes of commit bc49391b4f - Show all commits

View File

@@ -21,8 +21,7 @@ RUN apt-get update && \
texlive-latex-base texlive-latex-extra texlive-fonts-recommended texlive-xetex texlive-science \
qemu-user-static binfmt-support qemu-user-binfmt \
emacs-nox \
libportaudio2 \
wireguard-tools openresolv && \
libportaudio2 && \
rm -rf /var/lib/apt/lists/*
# Non-root user for runtime; UID can be overridden via HERMES_UID at runtime

View File

@@ -29,8 +29,6 @@ services:
build: ./
container_name: hermes
restart: always
cap_add:
- NET_ADMIN
# Gateway run enables the internal API server on port 8642
command: gateway run
environment: