[PR #2185] [CLOSED] #2177 Added conversion of 'Hostname' to 'givenName' in a node by applying FQDN rules #2539

Closed
opened 2025-12-29 03:21:42 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2185
Author: @hopleus
Created: 10/9/2024
Status: Closed

Base: mainHead: hotfix/2177-fqdn-givenname-when-registering-node


📝 Commits (8)

  • 2a8fbfc #2177 Added conversion of 'Hostname' to 'givenName' in a node by applying FQDN rules
  • 2a4e983 #2177 Updated CHANGELOG.md
  • 8c7d8ee Restructure headscale documentation (#2163)
  • 0602304 Add headplane
  • 52a3b54 Fixed loginUrl with "WithTLS()" used. Added "WithTLS()" to scenario integration tests (#2187)
  • a30b8dc #2177 Added conversion of 'Hostname' to 'givenName' in a node by applying FQDN rules
  • 657c835 #2177 Updated CHANGELOG.md
  • 7627a8d Merge remote-tracking branch 'origin/hotfix/2177-fqdn-givenname-when-registering-node' into hotfix/2177-fqdn-givenname-when-registering-node

📊 Changes

49 files changed (+963 additions, -945 deletions)

View changed files

📝 .prettierignore (+1 -5)
📝 CHANGELOG.md (+1 -0)
📝 README.md (+3 -23)
📝 config-example.yaml (+2 -2)
docs/about/clients.md (+15 -0)
docs/about/contributing.md (+3 -0)
📝 docs/about/faq.md (+14 -17)
docs/about/features.md (+31 -0)
docs/about/help.md (+11 -0)
docs/about/releases.md (+10 -0)
docs/about/sponsor.md (+4 -0)
docs/dns-records.md (+0 -92)
docs/images/headscale-sealos-grpc-url.png (+0 -0)
docs/images/headscale-sealos-url.png (+0 -0)
📝 docs/index.md (+6 -7)
📝 docs/ref/acls.md (+3 -3)
docs/ref/configuration.md (+39 -0)
docs/ref/dns.md (+80 -0)
📝 docs/ref/exit-node.md (+0 -0)
📝 docs/ref/integration/reverse-proxy.md (+3 -3)

...and 29 more files

📄 Description

  • have read the CONTRIBUTING.md file
  • 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 #2177


🔄 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/2185 **Author:** [@hopleus](https://github.com/hopleus) **Created:** 10/9/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `hotfix/2177-fqdn-givenname-when-registering-node` --- ### 📝 Commits (8) - [`2a8fbfc`](https://github.com/juanfont/headscale/commit/2a8fbfced6cd1f034e9e58c1aa0562f11bfd2b5b) #2177 Added conversion of 'Hostname' to 'givenName' in a node by applying FQDN rules - [`2a4e983`](https://github.com/juanfont/headscale/commit/2a4e983fb822c82692810d6674824cbc1cdff831) #2177 Updated CHANGELOG.md - [`8c7d8ee`](https://github.com/juanfont/headscale/commit/8c7d8ee34f3f0cdca5f36983eea38f68cdd0abc0) Restructure headscale documentation (#2163) - [`0602304`](https://github.com/juanfont/headscale/commit/0602304cead2dea9b46ad458a70c952080af2848) Add headplane - [`52a3b54`](https://github.com/juanfont/headscale/commit/52a3b54ba265b14ae571a536483f0d992281a5c7) Fixed loginUrl with "WithTLS()" used. Added "WithTLS()" to scenario integration tests (#2187) - [`a30b8dc`](https://github.com/juanfont/headscale/commit/a30b8dc5ac61f237bad3d748d1b9680ff20abd13) #2177 Added conversion of 'Hostname' to 'givenName' in a node by applying FQDN rules - [`657c835`](https://github.com/juanfont/headscale/commit/657c83509208e55c2084b9ceb2db1070c587c29c) #2177 Updated CHANGELOG.md - [`7627a8d`](https://github.com/juanfont/headscale/commit/7627a8dccfed5c0386e7b99f62f683117cee7d79) Merge remote-tracking branch 'origin/hotfix/2177-fqdn-givenname-when-registering-node' into hotfix/2177-fqdn-givenname-when-registering-node ### 📊 Changes **49 files changed** (+963 additions, -945 deletions) <details> <summary>View changed files</summary> 📝 `.prettierignore` (+1 -5) 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+3 -23) 📝 `config-example.yaml` (+2 -2) ➕ `docs/about/clients.md` (+15 -0) ➕ `docs/about/contributing.md` (+3 -0) 📝 `docs/about/faq.md` (+14 -17) ➕ `docs/about/features.md` (+31 -0) ➕ `docs/about/help.md` (+11 -0) ➕ `docs/about/releases.md` (+10 -0) ➕ `docs/about/sponsor.md` (+4 -0) ➖ `docs/dns-records.md` (+0 -92) ➖ `docs/images/headscale-sealos-grpc-url.png` (+0 -0) ➖ `docs/images/headscale-sealos-url.png` (+0 -0) 📝 `docs/index.md` (+6 -7) 📝 `docs/ref/acls.md` (+3 -3) ➕ `docs/ref/configuration.md` (+39 -0) ➕ `docs/ref/dns.md` (+80 -0) 📝 `docs/ref/exit-node.md` (+0 -0) 📝 `docs/ref/integration/reverse-proxy.md` (+3 -3) _...and 29 more files_ </details> ### 📄 Description - [x] have read the [CONTRIBUTING.md](./CONTRIBUTING.md) file - [x] raised a GitHub issue or discussed it on the projects chat beforehand - [x] added unit tests - [ ] added integration tests - [ ] updated documentation if needed - [x] updated CHANGELOG.md Fixes #2177 --- <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 03:21:42 +01:00
adam closed this issue 2025-12-29 03:21:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2539