[PR #2919] [MERGED] cmd/hi: reject if we are already running #2935

Closed
opened 2025-12-29 04:19:44 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/2919
Author: @kradalby
Created: 11/27/2025
Status: Merged
Merged: 12/1/2025
Merged by: @kradalby

Base: mainHead: kradalby/hi-only-one


📝 Commits (1)

  • a96409f cmd/hi: reject if we are already running

📊 Changes

2 files changed (+156 additions, -0 deletions)

View changed files

📝 cmd/hi/docker.go (+85 -0)
📝 cmd/hi/run.go (+71 -0)

📄 Description

prevent multiple hi runs to start at the same time.


🔄 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/2919 **Author:** [@kradalby](https://github.com/kradalby) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 12/1/2025 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `kradalby/hi-only-one` --- ### 📝 Commits (1) - [`a96409f`](https://github.com/juanfont/headscale/commit/a96409f84e4b05792b5d099d34e21c482ef42f04) cmd/hi: reject if we are already running ### 📊 Changes **2 files changed** (+156 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `cmd/hi/docker.go` (+85 -0) 📝 `cmd/hi/run.go` (+71 -0) </details> ### 📄 Description prevent multiple hi runs to start at the same time. --- <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 04:19:44 +01:00
adam closed this issue 2025-12-29 04:19:44 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#2935