[PR #248] [MERGED] Ignoe derp.yaml, don't panic in Serve() #1343

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

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/248
Author: @negbie
Created: 12/1/2021
Status: Merged
Merged: 12/7/2021
Merged by: @kradalby

Base: mainHead: main


📝 Commits (8)

📊 Changes

4 files changed (+14 additions, -3 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 acls.go (+7 -0)
📝 app.go (+3 -3)
📝 config-example.yaml (+2 -0)

📄 Description

If there is no specifc reason to panic I think it's better to just return the error.


🔄 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/248 **Author:** [@negbie](https://github.com/negbie) **Created:** 12/1/2021 **Status:** ✅ Merged **Merged:** 12/7/2021 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (8) - [`7e95b35`](https://github.com/juanfont/headscale/commit/7e95b3501dcf8239e59c9cf6607ff67968d08b65) Ignoe derp.yaml, don't panic in Serve() - [`a6e9952`](https://github.com/juanfont/headscale/commit/a6e99525aca8e32e1807f84017627e112b2e67ef) Add log_level to config, more ACL debug log - [`04d81a0`](https://github.com/juanfont/headscale/commit/04d81a0e5c1fe60f314a32f96d7788964309b86c) Merge branch 'main' into main - [`3a85c4d`](https://github.com/juanfont/headscale/commit/3a85c4d367ffdeb5aeb41859ec01a5fd25a1f9e5) Better error description - [`686384e`](https://github.com/juanfont/headscale/commit/686384ebb760866a1c3b6af6855a6312664c45f2) Merge branch 'main' of https://github.com/negbie/headscale into main - [`54c2306`](https://github.com/juanfont/headscale/commit/54c2306637f5e8b0d92b5bf6476a037e0f7186b2) Merge branch 'main' into main - [`b4cce22`](https://github.com/juanfont/headscale/commit/b4cce224154b9dd70bb26f6c07c826c1fc55cacb) Better error description - [`5a504fa`](https://github.com/juanfont/headscale/commit/5a504fa71190ef64c4daee8790294d93766f13bf) Better error description ### 📊 Changes **4 files changed** (+14 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `acls.go` (+7 -0) 📝 `app.go` (+3 -3) 📝 `config-example.yaml` (+2 -0) </details> ### 📄 Description If there is no specifc reason to panic I think it's better to just return the error. --- <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:46 +01:00
adam closed this issue 2025-12-29 02:29:46 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1343