[PR #155] [MERGED] Support environment vars #2582

Closed
opened 2025-11-20 07:11:43 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/155
Author: @mlsmaycon
Created: 11/14/2021
Status: Merged
Merged: 11/15/2021
Merged by: @braginini

Base: mainHead: support-environment-vars


📝 Commits (7)

  • 009da47 updage flag values from environment variables
  • f916e9d add log and removing unused constants
  • 5452e79 removing unused code
  • c5ea28f Docker build client
  • ce8e37e fix indentation
  • 0aa8e69 Documentation with docker command
  • dcd4476 use docker volume

📊 Changes

10 files changed (+110 additions, -23 deletions)

View changed files

📝 .goreleaser.yaml (+58 -0)
📝 README.md (+5 -0)
client/Dockerfile (+4 -0)
📝 client/cmd/login.go (+2 -5)
📝 client/cmd/root.go (+28 -6)
📝 client/cmd/service.go (+0 -3)
📝 client/cmd/service_controller.go (+9 -5)
📝 client/cmd/service_installer.go (+2 -3)
📝 client/cmd/up.go (+1 -1)
📝 go.mod (+1 -0)

📄 Description

  • Support environment variables
  • Build and deploy docker files

🔄 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/155 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 11/14/2021 **Status:** ✅ Merged **Merged:** 11/15/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `support-environment-vars` --- ### 📝 Commits (7) - [`009da47`](https://github.com/netbirdio/netbird/commit/009da47791a46dfb5c69b3497349268bb81f0e00) updage flag values from environment variables - [`f916e9d`](https://github.com/netbirdio/netbird/commit/f916e9d2cd5d5bb8b0e59f62181d73abd61a5caf) add log and removing unused constants - [`5452e79`](https://github.com/netbirdio/netbird/commit/5452e7936266e675c82af1f77c785471abfda18f) removing unused code - [`c5ea28f`](https://github.com/netbirdio/netbird/commit/c5ea28f243c289dcfe35976cd415e27e3e59b479) Docker build client - [`ce8e37e`](https://github.com/netbirdio/netbird/commit/ce8e37e4f3be6a80d9f2449724874ad375ac81c7) fix indentation - [`0aa8e69`](https://github.com/netbirdio/netbird/commit/0aa8e69cd2b585fc7c6233655b7fc9263bc2a90a) Documentation with docker command - [`dcd4476`](https://github.com/netbirdio/netbird/commit/dcd4476caaa654420267086c452911afa03b4575) use docker volume ### 📊 Changes **10 files changed** (+110 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yaml` (+58 -0) 📝 `README.md` (+5 -0) ➕ `client/Dockerfile` (+4 -0) 📝 `client/cmd/login.go` (+2 -5) 📝 `client/cmd/root.go` (+28 -6) 📝 `client/cmd/service.go` (+0 -3) 📝 `client/cmd/service_controller.go` (+9 -5) 📝 `client/cmd/service_installer.go` (+2 -3) 📝 `client/cmd/up.go` (+1 -1) 📝 `go.mod` (+1 -0) </details> ### 📄 Description * Support environment variables * Build and deploy docker files --- <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 2025-11-20 07:11:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2582