SantoDE / hub-agent-traefik

Traefik Hub agent for Traefik

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traefik Hub Agent for Traefik

Traefik Hub Logo

Usage

NAME:
   Traefik Hub agent for Traefik - Manages a Traefik Hub agent installation

USAGE:
   agent [global options] command [command options] [arguments...]

COMMANDS:
   run      Runs the Hub Agent
   version  Shows the Traefik Hub agent for Traefik version information
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help (default: false)
   --version, -v  print the version (default: false)
NAME:
   agent run - Runs the Hub Agent

USAGE:
   agent run [command options] [arguments...]

OPTIONS:
   --log.level value                   Log level to use (debug, info, warn, error or fatal) (default: "info") [$LOG_LEVEL]
   --log.format value                  Log format to use (json or console) (default: "json") [$LOG_FORMAT]
   --traefik.host value                Host to advertise for Traefik to reach the Agent authentication server. Required when the automatic discovery fails [$TRAEFIK_HOST]
   --traefik.api-port value            Port of the Traefik entrypoint for API communication with Traefik (default: "9900") [$TRAEFIK_API_PORT]
   --traefik.tunnel-port value         Port of the Traefik entrypoint for tunnel communication (default: "9901") [$TRAEFIK_TUNNEL_PORT]
   --hub.token value                   The token to use for Hub platform API calls [$HUB_TOKEN]
   --auth-server.listen-addr value     Address on which the auth server listens for auth requests (default: "0.0.0.0:80") [$AUTH_SERVER_LISTEN_ADDR]
   --auth-server.advertise-addr value  Address on which Traefik can reach the Agent auth server. Required when the automatic IP discovery fails [$AUTH_SERVER_ADVERTISE_ADDR]
   --traefik.tls.ca value              Path to the certificate authority which signed TLS credentials [$TRAEFIK_TLS_CA]
   --traefik.tls.cert agent.traefik    Path to the certificate (must have agent.traefik domain name) used to communicate with Traefik Proxy [$TRAEFIK_TLS_CERT]
   --traefik.tls.key value             Path to the key used to communicate with Traefik Proxy [$TRAEFIK_TLS_KEY]
   --traefik.tls.insecure              Activate insecure TLS (default: false) [$TRAEFIK_TLS_INSECURE]
   --traefik.docker.swarm-mode         Activate Traefik Docker Swarm Mode (default: false) [$TRAEFIK_DOCKER_SWARM_MODE]
   --help, -h                          show help (default: false)

About

Traefik Hub agent for Traefik

License:GNU Affero General Public License v3.0


Languages

Language:Go 98.8%Language:Dockerfile 0.8%Language:Makefile 0.4%