[PR #1984] [MERGED] Add installer support for Synology #18384

Open
opened 2026-08-05 04:08:27 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1984
Author: @bcmmbaga
Created: 5/14/2024
Status: Merged
Merged: 5/15/2024
Merged by: @bcmmbaga

Base: mainHead: fix-synology-installer


📝 Commits (4)

  • 92d34be add installer support for the synology
  • a93fe56 skip ui installation for Synology
  • 9872e7f Merge branch 'refs/heads/main' into fix-synology-installer
  • 31a6980 Fix conflicts

📊 Changes

1 file changed (+46 additions, -30 deletions)

View changed files

📝 release_files/install.sh (+46 -30)

📄 Description

Describe your changes

Adds support for installing and updating NetBird on Synology NAS devices.

curl -fsSL https://pkgs.netbird.io/install.sh | sh
curl -fsSL https://pkgs.netbird.io/install.sh | sh -s -- --update

#1977
#1325

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/1984 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `main` ← **Head:** `fix-synology-installer` --- ### 📝 Commits (4) - [`92d34be`](https://github.com/netbirdio/netbird/commit/92d34bef40e99815b2c171a43d4b572161b8849e) add installer support for the synology - [`a93fe56`](https://github.com/netbirdio/netbird/commit/a93fe562d1b03f2937d111eee1233513db43e5af) skip ui installation for Synology - [`9872e7f`](https://github.com/netbirdio/netbird/commit/9872e7f1bb23e0e713fd335f1d632f4399190fe4) Merge branch 'refs/heads/main' into fix-synology-installer - [`31a6980`](https://github.com/netbirdio/netbird/commit/31a69800491b1557f78acb3b7c3fdee9b60e5e4e) Fix conflicts ### 📊 Changes **1 file changed** (+46 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `release_files/install.sh` (+46 -30) </details> ### 📄 Description ## Describe your changes Adds support for installing and updating NetBird on Synology NAS devices. ```bash curl -fsSL https://pkgs.netbird.io/install.sh | sh ``` ```bash curl -fsSL https://pkgs.netbird.io/install.sh | sh -s -- --update ``` ## Issue ticket number and link #1977 #1325 ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:08:27 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#18384