[PR #756] [MERGED] Env config #1624

Closed
opened 2025-12-29 02:30:58 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/756
Author: @huskyii
Created: 8/21/2022
Status: Merged
Merged: 8/22/2022
Merged by: @juanfont

Base: mainHead: env_config


📝 Commits (4)

  • 81f91f0 add env var to specify config location
  • 35dd920 update CHANGELOG.md
  • ce4a1cf 1. add noise key to config file
  • a81a4d2 Update CHANGELOG.md

📊 Changes

5 files changed (+118 additions, -0 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 cmd/headscale/cli/root.go (+3 -0)
📝 integration_cli_test.go (+38 -0)
integration_test/etc/alt-env-config.dump.gold.yaml (+49 -0)
integration_test/etc/alt-env-config.yaml (+27 -0)

📄 Description

  • read the CONTRIBUTING guidelines
  • raised a GitHub issue or discussed it on the projects chat beforehand
  • added unit tests
  • added integration tests
  • updated documentation if needed
  • updated CHANGELOG.md

Fixes #674


🔄 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/juanfont/headscale/pull/756 **Author:** [@huskyii](https://github.com/huskyii) **Created:** 8/21/2022 **Status:** ✅ Merged **Merged:** 8/22/2022 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `env_config` --- ### 📝 Commits (4) - [`81f91f0`](https://github.com/juanfont/headscale/commit/81f91f03b41e3c2e3bd875f7a480337cb5109b7f) add env var to specify config location - [`35dd920`](https://github.com/juanfont/headscale/commit/35dd9209b98b47e7a4326803d48f2d62e20c253a) update CHANGELOG.md - [`ce4a1cf`](https://github.com/juanfont/headscale/commit/ce4a1cf4473f7cb5c1e0e83633a7332ead1c14db) 1. add noise key to config file - [`a81a4d2`](https://github.com/juanfont/headscale/commit/a81a4d274f787f7da6ce5973d6e01de0cb0f25e5) Update CHANGELOG.md ### 📊 Changes **5 files changed** (+118 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `cmd/headscale/cli/root.go` (+3 -0) 📝 `integration_cli_test.go` (+38 -0) ➕ `integration_test/etc/alt-env-config.dump.gold.yaml` (+49 -0) ➕ `integration_test/etc/alt-env-config.yaml` (+27 -0) </details> ### 📄 Description <!-- Please tick if the following things apply. You… --> - [x] read the [CONTRIBUTING guidelines](README.md#contributing) - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [ ] added unit tests - [x] added integration tests - [ ] updated documentation if needed - [x] updated CHANGELOG.md <!-- If applicable, please reference the issue using `Fixes #XXX` and add tests to cover your new code. --> Fixes #674 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:30:58 +01:00
adam closed this issue 2025-12-29 02:30:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1624