Add projects
This commit is contained in:
parent
2d3a9ad623
commit
8b607dd700
1802 changed files with 503346 additions and 2 deletions
5
backend/.env.cluster.example
Normal file
5
backend/.env.cluster.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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
|
||||
Loading…
Reference in a new issue