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
- Open Container Manager → Container → Create
- Image:
ghcr.io/manak-hash/linkbreeze:latest- If the image isn't found, pull it first via Image → Add → enter the image name
- Configure container settings:
- Name:
linkbreeze - Port: Local
3000→ Container3000 - Volume: Create
/docker/linkbreeze/dataand map to/app/data - Restart policy:
Unless stopped
- Name:
- 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:3000and configure a certificate - Or set up a Cloudflare Tunnel for zero-config external access