From 620a3b9c8c1fdf21c1b58e0a1d6e34a87dc3f989 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Wed, 7 Jan 2026 14:24:24 +0000 Subject: [PATCH] docs: update Tailscale config path to /opt/ts-netbox --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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