diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index f9860507a..28fd77b0e 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -10,6 +10,31 @@ And a very big thanks to [Bokkoman](https://www.buymeacoffee.com/bokkoman){:target="_blank" rel="noopener noreferrer"} and [BZwart](https://github.com/BaukeZwart){:target="_blank" rel="noopener noreferrer"} that updated this Guide for DSM 7 and also offered their help on discord as Synology Support Team. +## Introduction + +This page will provide you with guidance on how to install several Docker images to your Synology system. We highly recommend to read the full guide, that way you have a better understanding of what you do, in case you later decide to make changes. + +### Automated Script + +??? example "Automated script (**:bangbang:Use this script at your own risk:bangbang:**) - [CLICK TO EXPAND]" + + !!! Warning + Though, we offer a short way out. This is intended as a quick way to do everything that is written on this page within one script. + + The script is new and only tested on Synology DSM7. + + **:bangbang: We are not held reliable if anything breaks on your system. Use at your own risk :bangbang:** + + To get this working you will need to enable terminal access (SSH). + + To enable this on your Synology take a look [HERE](#ssh){:target="_blank" rel="noopener noreferrer"}. + + When you enabled the terminal access (SSH) run the following command and follow the onscreen questions. + + ```bash + wget -qO- https://trash-guides.info/syno-script | sudo bash + ``` + ## Install Docker You need to install Docker from the `Package Center`. This should also create a share named `docker`, check File Station if it is present. @@ -200,6 +225,8 @@ Download this [docker-compose.yml](https://github.com/TRaSH-/Guides-Synology-Tem sudo wget https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/docker-compose.yml -P /volume1/docker/appdata/ ``` +### Whats included and Whats not included + ??? question "What's included and What's not included - [CLICK TO EXPAND]" This docker-compose file will have the following docker containers included. diff --git a/mkdocs.yml b/mkdocs.yml index a2eeff7d3..8bd46c00a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,6 +56,7 @@ plugins: - redirects: redirect_maps: discord.md: https://discord.gg/Vau8dZ3 + syno-script.md: https://github.com/TRaSH-/Guides-Synology-Templates/blob/main/script/trash_syno_installer.sh # Radarr old redirects Radarr/V3/How-to-importexport-Custom-Formats-and-truly-make-use-of-it.md: Radarr/Radarr-import-custom-formats.md Radarr/V3/Collection-of-Custom-Formats-for-RadarrV3.md: Radarr/Radarr-collection-of-custom-formats.md