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 110 additions and 1 deletions
Showing only changes of commit acf45acdd9 - Show all commits

View File

@@ -26,9 +26,11 @@ services:
- "traefik.http.routers.webui-https.tls.certresolver=njalla" - "traefik.http.routers.webui-https.tls.certresolver=njalla"
hermes: hermes:
image: nousresearch/hermes-agent:latest build: ./
container_name: hermes container_name: hermes
restart: always restart: always
cap_add:
- NET_ADMIN
# Gateway run enables the internal API server on port 8642 # Gateway run enables the internal API server on port 8642
command: gateway run command: gateway run
environment: environment: