Fork me on GitHub

Organizations

@github @rss
23 results for diskstation
  • Difficulty level: Can be done by anyone
    images/featured-image.jpg
    When my colleague showed me his latest purchase request “Govee Glide Music LED Wall Lights”, I was excited and immediately looked for an API connection. In this tutorial, you will learn how to install a “Home Assistant” on the Synology DiskStation. In this example, I also use HACS to include a Govee Glide Music LED wall sconce. Step 1: Install app and generate API key First, you need to connect the “Govee Glide Music LED wall sconces” with the “Govee” app on your smartphone.
    HACS synology diskstation nas home-assistant Created Sat, 17 Sep 2022 00:00:00 +0000
  • Difficulty level: Can be done by anyone
    images/featured-image.jpg
    Plex Media Server is a free and easy-to-install media center that lets you manage, prepare and stream your music, movie and series collection over the home network or Internet to almost any device or operating system. Today I show how to install a Plex service on Synology DiskStation. Option for professionals Of course, as an experienced Synology user, you can log in right away with SSH and install the whole setup via Docker Compose file.
    synology diskstation nas plex video Created Sat, 17 Sep 2022 00:00:00 +0000
  • Difficulty level: It may take a little longer
    images/featured-image.png
    Especially in the Corona era, with decentralized work, current information is in hot demand in all places. I myself have already set up countless information systems and would like to introduce a great software called Smashing.Speaker: https://smashing.github.io/Das Smashing project was originally developed under the name Dashing by the company Shopify for the presentation of business figures. But of course you can display not only business figures. Developers from all over the world have developed Smashing - tiles so called widgets for Gitlab, Jenkins, Bamboo, Jira etc.
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    Streamripper is a command line tool that allows you to record MP3 or OGG/Vorbis streams and save them directly to your hard disk. The songs are automatically named after the artist and saved individually, the format is the one originally sent (so in effect, files with the extension .mp3 or .ogg are created). I found a great radiorecorder interface and built a Docker image from it, see: https://github.com/terrorist-squad/mightyMixxxTapper/ Option for professionals Of course, as an experienced Synology user, you can log in right away with SSH and install the whole setup via Docker Compose file.
  • Difficulty level: Can be done by anyone
    In this tutorial, you will learn how to install a Logitech media server on Synology DiskStation. Step 1: Prepare Logitech Media Server folder I create a new directory named “logitechmediaserver” in the Docker directory. Step 2: Install Logitechmediaserver image I click on the “Registration” tab in the Synology Docker window and search for “logitechmediaserver”. I select the Docker image “lmscommunity/logitechmediaserver” and then click on the tag “latest”.
    logitech synology diskstation nas sound-system Created Sun, 05 Sep 2021 00:00:00 +0000
  • Difficulty level: It may take a little longer
    images/featured-image.png
    Learn how to make your Docker images available network-wide via a custom registry. Installation I create a new directory called “docker-registry” on my server: x – + Terminal $ mkdir docker-registry After that I go to the docker-registry directory (“cd docker-registry”) and create new file named “registry.yml” with the following content: version: '3' services: registry: restart: always image: registry:2 ports: - "5000:5000" environment: REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY: /data volumes: - .
  • Difficulty level: Can be done by anyone
    images/featured-image.png
    With Grocy you can manage a whole household, restaurant, cafe, bistro or food market. You can manage refrigerators, menus, task, shopping lists and the best before date of food. Today I show how to install a Grocy service on the Synology disk station. Option for professionals Of course, as an experienced Synology user, you can log in right away with SSH and install the whole setup via Docker Compose file.
  • Difficulty level: Not too easy and not too hard
    images/featured-image.png
    In this tutorial you will learn how to download “udemy” courses for offline use. Step 1: Prepare Udemy folder I create a new directory named “udemy” in the Docker directory. Step 2: Install Ubuntu image I click on the “Registration” tab in the Synology Docker window and search for “ubunutu”. I select the Docker image “ubunutu” and then click on the tag “latest”. I double click on my Ubuntu image.
    udemy download synology diskstation udemydl Created Sun, 30 May 2021 00:00:00 +0000
  • Difficulty level: It may take a little longer
    images/featured-image.png
    Step 1: Prepare Synology The first thing to do is to enable SSH login on Diskstation. To do this, go to the “Control Panel” > “Terminal After that you can log in via “SSH”, the specified port and the administrator password (Windows users take Putty or WinSCP). I log in via Terminal, winSCP or Putty and leave this console open for later. Step 2: create portainer folder I create a new directory called “portainer” in the Docker directory.
  • Difficulty level: Not too easy and not too hard
    images/featured-image.png
    If you run Docker containers on your disk station, you naturally want them to always be up to date. Watchtower updates images and containers automatically. This way you can enjoy the latest features and the most up-to-date data security. Today I will show you how to install Watchtower on your Synology DiskStation. Step 1: Prepare Synology The first thing to do is to enable SSH login on Diskstation. To do this, go to the “Control Panel” > “Terminal After that you can log in via “SSH”, the specified port and the administrator password (Windows users take Putty or WinSCP).
Next