Synology NAS

Run LinkBreeze on Synology DiskStation with Container Manager.

Running Synology DiskStation with Container Manager (DSM 7.2+)? You can host LinkBreeze directly on your NAS.

Setup Steps

  1. Open Container ManagerContainerCreate
  2. Image: ghcr.io/manak-hash/linkbreeze:latest
    • If the image isn't found, pull it first via ImageAdd → enter the image name
  3. Configure container settings:
    • Name: linkbreeze
    • Port: Local 3000 → Container 3000
    • Volume: Create /docker/linkbreeze/data and map to /app/data
    • Restart policy: Unless stopped
  4. Click Done — live at http://<nas-ip>:3000

Updating

Pull the latest image, stop the container, and recreate it. Your data persists in the mapped volume at /docker/linkbreeze/data.

Accessing From Outside Your Network

To access LinkBreeze from outside your local network:

  • Use Synology's built-in Reverse Proxy feature (Control Panel → Login Portal → Advanced → Reverse Proxy)
  • Point it to localhost:3000 and configure a certificate
  • Or set up a Cloudflare Tunnel for zero-config external access