docs: update Tailscale config path to /opt/ts-netbox

This commit is contained in:
2026-01-07 14:24:24 +00:00
parent 2a9fff8cc4
commit 620a3b9c8c

View File

@@ -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