[PR #1296] [CLOSED] Netbird Multi-Tenant #15184

Closed
opened 2026-08-05 03:07:07 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1296
Author: @VitoCrl
Created: 11/8/2023
Status: Closed

Base: mainHead: main


📝 Commits (4)

📊 Changes

11 files changed (+984 additions, -0 deletions)

View changed files

📝 dns/docs/media/logo-full.png (+0 -0)
📝 dns/docs/media/logo.png (+0 -0)
📝 dns/docs/media/peerA.gif (+0 -0)
📝 dns/docs/media/peerB.gif (+0 -0)
multi-tenancy/API/main.py (+78 -0)
multi-tenancy/API/netbird_api.service (+13 -0)
multi-tenancy/README.md (+165 -0)
multi-tenancy/caddy/Caddyfile (+17 -0)
multi-tenancy/caddy/docker-compose.yml (+20 -0)
multi-tenancy/init.sh (+688 -0)
multi-tenancy/requirements.txt (+3 -0)

📄 Description

Describe your changes

A new feature has been introduced in the form of a folder called "multi-tenancy" added to the root of the project. This folder contains various files and directories designed to help users set up a Netbird structure that functions across multiple tenants within their self-hosted environment. Additionally, comprehensive step-by-step documentation is available in the "multi-tenancy" directory to guide users through the setup process.

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/1296 **Author:** [@VitoCrl](https://github.com/VitoCrl) **Created:** 11/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`f70e3e6`](https://github.com/netbirdio/netbird/commit/f70e3e6053982ff6962743a4673bd1e57696d18e) Multi Tenancy documentation - [`73a35e1`](https://github.com/netbirdio/netbird/commit/73a35e1d5d5096f8a19a6971df300b2ed47f99ce) Merge branch 'netbirdio:main' into main - [`11d7344`](https://github.com/netbirdio/netbird/commit/11d7344f0f4c0bf61d2cd4b71bac0d38afca7fe7) Fix - [`c43eddb`](https://github.com/netbirdio/netbird/commit/c43eddb71f1768df6c63dc2380a121e0086fc1af) Merge branch 'main' of https://github.com/Uania-srl/netbird ### 📊 Changes **11 files changed** (+984 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `dns/docs/media/logo-full.png` (+0 -0) 📝 `dns/docs/media/logo.png` (+0 -0) 📝 `dns/docs/media/peerA.gif` (+0 -0) 📝 `dns/docs/media/peerB.gif` (+0 -0) ➕ `multi-tenancy/API/main.py` (+78 -0) ➕ `multi-tenancy/API/netbird_api.service` (+13 -0) ➕ `multi-tenancy/README.md` (+165 -0) ➕ `multi-tenancy/caddy/Caddyfile` (+17 -0) ➕ `multi-tenancy/caddy/docker-compose.yml` (+20 -0) ➕ `multi-tenancy/init.sh` (+688 -0) ➕ `multi-tenancy/requirements.txt` (+3 -0) </details> ### 📄 Description ## Describe your changes A new feature has been introduced in the form of a folder called "multi-tenancy" added to the root of the project. This folder contains various files and directories designed to help users set up a Netbird structure that functions across multiple tenants within their self-hosted environment. Additionally, comprehensive step-by-step documentation is available in the "multi-tenancy" directory to guide users through the setup process. ### 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 03:07:07 -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#15184