From 05bab5a52e7ad58cf2009a63933422481924d096 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 27 Mar 2022 01:31:15 +0000 Subject: [PATCH] Auto Publish new pages --- credits.md | 26 +++++++++++++------------- deployment.md | 21 ++++++++++++++++++++- 2 files changed, 33 insertions(+), 14 deletions(-) diff --git a/credits.md b/credits.md index 7d55ab7..4198e29 100644 --- a/credits.md +++ b/credits.md @@ -196,6 +196,13 @@ Jeremy Chauvin + + + 0n1cOn3 +
+ 0n1cOn3 +
+ BeginCI @@ -209,15 +216,15 @@
David
- + + deepsourcebot
DeepSource Bot
- - + FormatToday @@ -252,15 +259,15 @@
Rubjo
- + + turnrye
Ryan Turner
- - + royshreyaaa @@ -288,13 +295,6 @@
Aniket Teredesai
- - - - jnach -
- Jnach -
diff --git a/deployment.md b/deployment.md index ceac3a3..df9555b 100644 --- a/deployment.md +++ b/deployment.md @@ -122,8 +122,27 @@ If you are building from source, and would like to use one of the [other Dockerf ## Synology NAS -// TODO +Installing dashy is really simply and fast: +1. Install Docker via Synology ```Package Center```. +2. Go to ```File Station``` and open the ```docker``` folder. Inside the docker folder, create one new folder and name it ```dashy```. + > Note: Be careful to enter only lowercase, not uppercase letters. +3. Go to Control Panel / Task Scheduler / Create / Scheduled Task / User-defined script. +4. Once you click on ```User-defined``` script a new window will open. +5. Follow the instructions below: +6. General: In the Task field type in Install dashy. Uncheck “Enabled” option. Select root User. +7. Schedule: Select Run on the following date then select “Do not repeat“. +8. Task Settings: Check “Send run details by email“, add your email then copy paste the code below in the Run command area. After that click OK. + +``` +docker run -d \ + -p 4000:80 \ + -v /volume1/docker/dashy/my-local-conf.yml:/app/public/conf.yml \ + --name dashy \ + --restart=always \ + lissy93/dashy:latest +``` +dashy should be up within 1-2min after you've started the install task procedure --- ## Build from Source