Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/574c8eaf6cdffef5a4e91b3ccb57b51da1ea9406 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update Synology.md

bash command to create appdata folders in one command
pull/362/head
bokkoman 4 years ago committed by GitHub
parent 56279069d8
commit 574c8eaf6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,9 +140,7 @@ These `{appname}` sub folders you need to create your self. (*This is a limitati
We're going to do this in Putty or a similar program.
```bash
sudo mkdir /volume1/docker/appdata
cd /volume1/docker/appdata
sudo mkdir radarr sonarr bazarr plex pullio
sudo mkdir -p /volume1/docker/appdata/{radarr,sonarr,bazarr,plex,pullio}
```
You can add your own sub folders for your download client(s) using the command above.

Loading…
Cancel
Save