docs: add local_settings.py download instruction
This commit is contained in:
@@ -15,13 +15,14 @@ GRANT ALL PRIVILEGES ON DATABASE netbox TO netbox;
|
||||
ALTER DATABASE netbox OWNER TO netbox;
|
||||
```
|
||||
|
||||
### Tailscale Configuration
|
||||
### Host Configuration
|
||||
|
||||
Download the serve configuration to `/opt/ts-netbox` (first time only):
|
||||
Download configuration files to `/opt/ts-netbox` (first time only):
|
||||
|
||||
```bash
|
||||
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
|
||||
sudo curl -o /opt/ts-netbox/local_settings.py https://gitea.arnodo.fr/Damien/netbox-deployment/raw/branch/main/local_settings.py
|
||||
```
|
||||
|
||||
### Generate Secret Key
|
||||
|
||||
Reference in New Issue
Block a user