[PR #9] [MERGED] Add support for TLS to the web service. #1191

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/9
Author: @cure
Created: 4/24/2021
Status: Merged
Merged: 4/24/2021
Merged by: @juanfont

Base: mainHead: add-tls-autocert


📝 Commits (4)

  • c5a3d0b In absPath, skip empty paths.
  • 252c68c Add HTTPS support for the web endpoint with manually configured
  • 1b30874 Check for errors from the Serve() function.
  • 426b4fd Add support for automatic TLS certificates via Let's Encrypt. Add a

📊 Changes

5 files changed (+150 additions, -6 deletions)

View changed files

📝 README.md (+49 -0)
📝 app.go (+61 -1)
📝 cmd/headscale/headscale.go (+33 -2)
📝 config.json.example (+6 -1)
📝 go.mod (+1 -2)

📄 Description

Add supporrt for TLS to the web service (automatic with Let's Encrypt, or via externally managed certificate/key files).

This PR als has a small bugfix for absPath, added error checking after calling the Serve() function, and a new configuration reference section in the README.md file.


🔄 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/9 **Author:** [@cure](https://github.com/cure) **Created:** 4/24/2021 **Status:** ✅ Merged **Merged:** 4/24/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `add-tls-autocert` --- ### 📝 Commits (4) - [`c5a3d0b`](https://github.com/juanfont/headscale/commit/c5a3d0b01c2c1f5c656bc484025ae38e14101a31) In absPath, skip empty paths. - [`252c68c`](https://github.com/juanfont/headscale/commit/252c68c50a5f6b667f2bc1528b0b022d8a8afbb0) Add HTTPS support for the web endpoint with manually configured - [`1b30874`](https://github.com/juanfont/headscale/commit/1b30874cf8a7e164481a0b1b5e277abe906dd795) Check for errors from the Serve() function. - [`426b4fd`](https://github.com/juanfont/headscale/commit/426b4fd98a604b7eea0811e506b60bec19b9f8e7) Add support for automatic TLS certificates via Let's Encrypt. Add a ### 📊 Changes **5 files changed** (+150 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+49 -0) 📝 `app.go` (+61 -1) 📝 `cmd/headscale/headscale.go` (+33 -2) 📝 `config.json.example` (+6 -1) 📝 `go.mod` (+1 -2) </details> ### 📄 Description Add supporrt for TLS to the web service (automatic with Let's Encrypt, or via externally managed certificate/key files). This PR als has a small bugfix for absPath, added error checking after calling the Serve() function, and a new configuration reference section in the README.md file. --- <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:29:10 +01:00
adam closed this issue 2025-12-29 02:29:10 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1191