docs: update Tailscale config path to /opt/ts-netbox
This commit is contained in:
@@ -17,14 +17,13 @@ ALTER DATABASE netbox OWNER TO netbox;
|
|||||||
|
|
||||||
### Tailscale Configuration
|
### Tailscale Configuration
|
||||||
|
|
||||||
Download the serve configuration (first time only):
|
Download the serve configuration to `/opt/ts-netbox` (first time only):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -o serve-config.json https://gitea.arnodo.fr/Damien/netbox-deployment/raw/branch/main/serve-config.json
|
sudo mkdir -p /opt/ts-netbox
|
||||||
|
sudo curl -o /opt/ts-netbox/serve-config.json https://gitea.arnodo.fr/Damien/netbox-deployment/raw/branch/main/serve-config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
Place `serve-config.json` in the stack directory before deployment.
|
|
||||||
|
|
||||||
### Generate Secret Key
|
### Generate Secret Key
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user