From a729cfd6566417e27e0a12d84de58cb25da35fd1 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Tue, 14 Dec 2021 17:50:46 +0100 Subject: [PATCH 1/4] Update how-to -added introduction with the syno installer script. --- docs/Hardlinks/How-to-setup-for/Synology.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index f9860507a..6e8feafe7 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -9,6 +9,20 @@ Thanks to faxity for the initial compose that I used to create the Synology Guide. 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. + +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. We are not held reliable if anyhting breaks on your system. Use at your own risk! + +!!! attention + + Use this script at your own risk! + +```bash +wget -qO- shortURL-goes-here | sudo bash +``` ## Install Docker From 5ea0b43d7936e6b35f7e43ebe352dd00f591a60a Mon Sep 17 00:00:00 2001 From: bokkoman Date: Tue, 14 Dec 2021 17:53:09 +0100 Subject: [PATCH 2/4] Update Synology.md --- docs/Hardlinks/How-to-setup-for/Synology.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 6e8feafe7..ea92d0c01 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -9,7 +9,7 @@ Thanks to faxity for the initial compose that I used to create the Synology Guide. 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. @@ -17,7 +17,7 @@ This page will provide you with guidance on how to install several Docker images 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. We are not held reliable if anyhting breaks on your system. Use at your own risk! !!! attention - + Use this script at your own risk! ```bash From bb633479cce7b96a7a2b55cae4f6730819ad4973 Mon Sep 17 00:00:00 2001 From: bokkoman Date: Tue, 14 Dec 2021 17:54:53 +0100 Subject: [PATCH 3/4] Update Synology.md --- docs/Hardlinks/How-to-setup-for/Synology.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index ea92d0c01..88e355e72 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -17,7 +17,7 @@ This page will provide you with guidance on how to install several Docker images 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. We are not held reliable if anyhting breaks on your system. Use at your own risk! !!! attention - + Use this script at your own risk! ```bash From 80ac0b24304dec25661c0ccaddadd9d4ea7cc75e Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 19 Dec 2021 14:56:55 +0100 Subject: [PATCH 4/4] Added: Automated script - Added: Automated script --- docs/Hardlinks/How-to-setup-for/Synology.md | 25 ++++++++++++++++----- mkdocs.yml | 1 + 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index 88e355e72..28fd77b0e 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -14,15 +14,26 @@ 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. -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. We are not held reliable if anyhting breaks on your system. Use at your own risk! +### Automated Script -!!! attention +??? example "Automated script (**:bangbang:Use this script at your own risk:bangbang:**) - [CLICK TO EXPAND]" - Use this script at your own risk! + !!! 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. -```bash -wget -qO- shortURL-goes-here | sudo bash -``` + 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 @@ -214,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