[PR #69] [MERGED] Use 8080 as default port in the example config #1237

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/69
Author: @juanfont
Created: 7/30/2021
Status: Merged
Merged: 7/31/2021
Merged by: @juanfont

Base: mainHead: change-default-port


📝 Commits (1)

  • 4fb55e1 Use 8080 as default port, like in the Kubernetes yamls

📊 Changes

4 files changed (+11 additions, -11 deletions)

View changed files

📝 README.md (+2 -2)
📝 cmd/headscale/headscale_test.go (+5 -5)
📝 config.json.postgres.example (+2 -2)
📝 config.json.sqlite.example (+2 -2)

📄 Description

We had :8000 in the examples, while the Dockerfile and Kubernetes YAMLs use :8080.

This PR changes everything to :8080, as it is the port that had actually running software pointing at it.

This fixes #68.


🔄 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/69 **Author:** [@juanfont](https://github.com/juanfont) **Created:** 7/30/2021 **Status:** ✅ Merged **Merged:** 7/31/2021 **Merged by:** [@juanfont](https://github.com/juanfont) **Base:** `main` ← **Head:** `change-default-port` --- ### 📝 Commits (1) - [`4fb55e1`](https://github.com/juanfont/headscale/commit/4fb55e1684b7fb02905caa01159cc164f2d81233) Use 8080 as default port, like in the Kubernetes yamls ### 📊 Changes **4 files changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `cmd/headscale/headscale_test.go` (+5 -5) 📝 `config.json.postgres.example` (+2 -2) 📝 `config.json.sqlite.example` (+2 -2) </details> ### 📄 Description We had :8000 in the examples, while the Dockerfile and Kubernetes YAMLs use :8080. This PR changes everything to :8080, as it is the port that had actually running software pointing at it. This fixes #68. --- <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:24 +01:00
adam closed this issue 2025-12-29 02:29:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1237