Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

59 Commits

Repository files navigation

docker-WARProxy

wgcf + wireproxy + python-proxy

Usage

version: "3"services:
warproxy:
container_name: docker-warproxyimage: ghcr.io/105pm/docker-warproxy:latestnetwork_mode: bridgerestart: alwaysvolumes:
- <path for config files>:/configports:
- ${PORT_TO_EXPOSE}:${PROXY_PORT:-8008}environment:
- PGID=${PGID}
- PUID=${PUID}
- PROXY_USER=${PROXY_USER}
- PROXY_PASS=${PROXY_PASS}

To change license key

Simply set env WGCF_LICENSE_KEY and re-create the existing container or the service using docker-compose up -d warproxy. See more details here

Please also note that there is a maximum limit of 5 active devices linked to the same account at a given time.

Environment variables

Basic

ENVDescriptionDefault
PUID / PGIDuid and gid for running apps911 / 911
TZtimezoneAsia/Seoul

wgcf

ENVDescriptionDefault
WGCF_LICENSE_KEYnative support by wgcf for changing license key
WGCF_DEVICE_NAMEdirectly passed to wgcf binary to update device name, i.e. wgcf update ${WGCF_DEVICE_NAME}

python-proxy

ENVDescriptionDefault
PROXY_ENABLEDset false to disable proxytrue
PROXY_USER / PROXY_PASSrequired both to activate proxy authentication
PROXY_PORTto run proxy in a different port8008
PROXY_VERBOSEsimple access logging
PROXY_AUTHTIMEre-auth time interval for same ip (second in string format)0

Thanks

About

No description, website, or topics provided.

Resources

Stars

37 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages