mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-06-23 03:32:59 +08:00
6 lines
356 B
Plaintext
6 lines
356 B
Plaintext
# Cluster JWT example.
|
|
# After deploying https://github.com/router-for-me/CLIProxyAPIHome, get the JWT value with:
|
|
# curl -sS -X POST "http://<home-host>:8327/v0/management/certificates/clients" -H "X-MANAGEMENT-KEY: <management-key>" | jq -r '.home_jwt'
|
|
# Then paste it into HOME_JWT here or export it before starting Compose.
|
|
HOME_JWT=your-home-jwt-here
|