File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ $ TAILSCALE_USE_WIP_CODE=1 TS_AUTHKEY={YOUR_TAILSCALE_AUTHKEY} TSNET_FORCE_LOGIN
138138The `tsidp-server` is configured by several command-line flags :
139139
140140| Flag | Description | Default |
141- | ----------------------- | -------------------------------------------------------------------------------------------------- | -------- |
141+ |-------------------------| ----------------------------------------------------------------------------------------------------| ---------- |
142142| `-dir <path>` | Directory path to save tsnet and tsidp state. Recommend to be set. | `""` |
143143| `-hostname <hostname>` | hostname on tailnet. Will become `<hostname>.your-tailnet.ts.net` | `idp` |
144144| `-port <port>` | Port to listen on | `443` |
@@ -172,7 +172,7 @@ The Docker image exposes the CLI flags through environment variables. If omitted
172172> [!NOTE] > `TS_STATE_DIR` and `TS_HOSTNAME` are legacy names. These will be replaced by `TSIDP_STATE_DIR` and `TSIDP_HOSTNAME` in the future.
173173
174174| Environment Variable | CLI flag |
175- | ---------------------------------------- | -------------------------- |
175+ |------------------------------------------| ---------------------------- |
176176| `TS_STATE_DIR=<path>` _\*note prefix_ | `-dir <path>` |
177177| `TS_HOSTNAME=<hostname>` _\*note prefix_ | `-hostname <hostname>` |
178178| `TSIDP_PORT=<port>` | `-port <port>` |
You can’t perform that action at this time.
0 commit comments