Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

docker

  1. DSfuchs

    Virtual DSM (vDSM) practical application

    vDSM is attracting notable attention, partly because its modern implementation via Docker bypasses any hardware limitations imposed by the manufacturer. Whether using VMM or Docker, the resulting experiences are something I would like to share here.
  2. 7

    Container Manager / Docker removal

    After years of reading and hearing about how great and versatile and useful Docker is, I finally decided to take the plunge and try only one thing on one system. Part of this test was to determine if my expected successor would be able to manage that environment without undo overhead. Container...
  3. B

    User introduction Hi everyone, NAS / Docker / homelab user here

    Hi everyone, I’m new to SynoForum. I’ve been using Synology NAS and Docker in my homelab, and I’m also interested in monitoring, alerts, and keeping small self-hosted services easier to manage. Most of my setup is around NAS, containers, and a few private services, so I’m here to learn how...
  4. DeltaGolf

    Obsidian

    TL;DR How do you synchronise your Obsidian notes between devices? Time for me to look at note apps again and after discounting Obsidian - far too complex - I've returned to it as it keeps its Markdown under control. In past discussion Obsidian has been recommended, so I tried installing it on...
  5. K

    Cannot connect to Jellyfin

    A non computer literate person here...I was a DS Audio user until the casting stopped working. I managed to get Jellyfin installed in a container. And it worked for a few weeks. And then it did not. Observations: When I try to connect via the Android app, it fails to do so If I put the http://...
  6. S

    Docker or VMM for use on VLANs

    Hi all, this covers a few topic areas so hope it is ok here. I have a Synology router and I have had until now 4 vlans (default, Iot, cameras, guest). Due to increased family/friends access I have decided to add a fifth (shared) with the intention of keeping everything away from the other 4...
  7. BobW

    App 🚀 Flatnotes-Enhanced – A feature-rich fork of Flatnotes for your Synology (Folders, Tags, Previews) 2026-04-13

    Hi everyone, I've been using Flatnotes for a while and loved its simplicity, but I really missed proper folders and nested tags. So I created a fork called Flatnotes-Enhanced. It's a drop-in replacement for the original Flatnotes that adds a ton of features while keeping the same clean...
  8. Cyberwasp

    Piholee TailScale issue

    Been using TailScale and this error keeps popping up in Pi-hole diagnosis. Has anyone here dealt with this, Thank you Connection error (2606:4700:4700::1001#53): failed to send UDP request (Address not available)
  9. tekguru

    Tailscale, Docker, Pi-Hole, Mac Mini, NAS and Cloudflare

    There had been a lot of posts lately concerning remote access to the NAS when hosting Pi-Hole on the NAS with an 'entry' via a custom domain and Cloudflare. It all worked well for me via Cloudflare using a CNAME DNS record to point at my QuickConnect ID on the NAS then using a reverse proxy to...
  10. H

    Need help setting up Thunderbird in Docker and actually understanding how Docker Containers work please

    I am trying to set up several ddocker containers. I did install it but can't access it via web console. My goal is it to have thunderbird off of my laptop and in one central point to also access it from my phone. I want to be able to just have one complete container that I can back up and move...
  11. Cyberwasp

    Pihole + tailscale.

    I've been running pihole since getting my DS920+ using the yaml config B: below Recently I've employed TailScale to help secure my nas and link other clients. Which seems successful. I came across a video from Digital Aloha showing how to get traffic through Pihole to work across all of the...
  12. J

    Moving containers to new volume

    I have been searching for a while now, and have found several different takes on this. I created my Docker containers a while back in Docker, and have since updated to Container Manager. I have my shared "docker" folder on volume 1 and would like to move it to volume 2 as it is a NVME driver I...
  13. U

    Migrate DSM6 Subversion to a docker container usable in DSM7.x

    Just a short description of how to migrate subversion repositories from NAS OS6.x to OS 7.x There are already a fex threads regarding that subject, but I could not find anything short and easy to follow. Background: There is no official subversion revision control package for OS Version 7.x of...
  14. DeltaGolf

    BItWarden Lite

    The new BitWarden Lite looks attractive as its a single Docker. But do you need to have a subscription? AFAIK you did for the ‘old’ self install/hosted version. but it was a less than the usual subscription. Now I can only see that you need either of the two licence options. Which means paying...
  15. T

    Trying to Install qBittorrent in Docker the easy way, but keeps failing.

    I've tried a few times, following both Dr. Frankenstein and Marius to the letter, but always the same result, nowt works and the log continuously shows "Could not create required directory ' /config/.cache/qBittorrent' " stream stderr. Without having to run anything too deeply via SSH, Does...
  16. B

    Need advice Replace DS212J

    Hi Team Need some suggestions on how to proceed. I have a Synology DS212J with 2x 4TB disks. Has been running as SMB access to backup, file sharing and all our photos. The NAS goes to 99% cpu when used, but it has been ok. We needed better access to the pictures and installed the Photo...
  17. N

    Expose Docker containers on a specific network

    Hi there! My RT6600ax is operating two separate networks. A "main" one, serving my NAS, smartphone/laptops, etc. and an "IoT" Network, serving...well, IoT devices like newly installed Shelly switches etc. The NAS is running Docker/Portainer with several containers. Now, I would like to run a...
  18. B

    Docker Version for DMS 7.1.1 on RS815

    I want to install Uptime Kuma. I believe I need Docker for my DSM 7.1.1 version. Else is there another way to install Uptime Kuma?
  19. Rusty

    Bitwarden Lite - official self-hosted single docker deployment

    Rusty submitted a new resource: Bitwarden Lite - official self-hosted single docker deployment - official self-hosted single docker deployment Read more about this resource...
  20. Rusty

    Docker Bitwarden Lite - official self-hosted single docker deployment 2025-12-21

    version: "3.8" services: bitwarden: image: ghcr.io/bitwarden/lite container_name: bwlite restart: always ports: - "80:8080" volumes: - /volume1/docker/bwliteuat:/etc/bitwarden environment: # Database BW_DB_PROVIDER: sqlite BW_DOMAIN...
Back
Top