diff --git a/README.md b/README.md index 70915b1..504ab0b 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,13 @@ ALTER DATABASE netbox OWNER TO netbox; ### Tailscale Configuration -Download the serve configuration (first time only): +Download the serve configuration to `/opt/ts-netbox` (first time only): ```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 ```bash