Files
zrok/docker/compose/zrok-instance/zrok_ctrl.yml
2023-12-18 16:29:50 -05:00

26 lines
531 B
YAML

# _____ __ ___ | | __
# |_ / '__/ _ \| |/ /
# / /| | | (_) | <
# /___|_| \___/|_|\_\
# controller configuration
v: 3
admin:
# generate these admin tokens from a source of randomness, e.g.
# LC_ALL=C tr -dc _A-Z-a-z-0-9 < /dev/urandom | head -c32
secrets:
- ""
endpoint:
host: 0.0.0.0
port: 18080
invites:
invites_open: true
token_strategy: store
store:
path: ./etc/zrok.db
type: sqlite3
ziti:
api_endpoint: https://ziti.${ZROK_ZONE}:1281/edge/management/v1
username: admin
password: ""