Sign inSign up

nosiu/wg-creator

By nosiu

Updated over 3 years ago

a wg-easy API proxy with persistent API-key support

Image
0

931

nosiu/wg-creator repository overview

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"

Tag summary

Content type

Image

Digest

sha256:0f6baf321

Size

55.8 MB

Last updated

over 3 years ago

docker pull nosiu/wg-creator