Sign inSign up

zcchen/frps

By zcchen

Updated almost 5 years ago

Frps docker image.

Image
0

785

zcchen/frps repository overview

zcchen/frps

A frps docker image based on Alpine Linux. This image generates /etc/frp/frps_docker.ini with environment variables setup.

Example as below:

docker run -d --restart unless-stopped --name frps \
    --network=host zcchen/frps

Available Environment Variables

Variable NameDefault ValueMeaning
SHOW_CONFIGfalseshow the generated config before execute frps
Variable NameDefault ValueMeaning
BIND_ADDRESS0.0.0.0available addresses for frps
BIND_PORT_TCP7000the frps port to make TCP / KCP / HTTP / HTTPS hole
BIND_PORT_UDPthe frps port to make UDP hole
Variable NameDefault ValueMeaning
DASHBOARD_ADDRESS0.0.0.0available addresses for frps dashboard
DASHBOARD_PORTthe frps dashboard port
DASHBOARD_USERadminthe frps dashboard user
DASHBOARD_USER_FILEthe secret file for frps dashboard user
DASHBOARD_PASSWORDadminthe frps dashboard password
DASHBOARD_PASSWORD_FILEthe secret file for frps dashboard password
Variable NameDefault ValueMeaning
AUTH_TOKENthe auth token used with frps. frpc should keep it same with frps.
AUTH_TOKEN_FILEthe secret file for auth token used with frps.
Variable NameDefault ValueMeaning
APPEND_CONFIG_FILESthe config files which appending for this template, separated by comma , or space chars , e.g.: a.ini,b.ini

Github Repository

For more details, please check the following github repository: https://github.com/zcchen/dockers

Tag summary

Content type

Image

Digest

Size

8.2 MB

Last updated

almost 5 years ago

docker pull zcchen/frps