a wg-easy API proxy with persistent API-key support
931
docker-compose.yml:
version: "3.8"
services:
api-proxy:
image: nosiu/wg-creator:latest
# environment:
# - PORT=8080
ports:
- "8080:${PORT}"
.env:
PORT=5000
WG_URL="http://wireguard_ip_or_address/api"
WG_PASSWORD="wireguard_admin_password"
SECRET="your_api_key"
Content type
Image
Digest
sha256:0f6baf321…
Size
55.8 MB
Last updated
over 3 years ago
docker pull nosiu/wg-creator