[PR #1012] [MERGED] feat: windows service #1102

Closed
opened 2026-03-03 01:07:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/1012
Author: @fudiwei
Created: 10/28/2025
Status: Merged
Merged: 10/28/2025
Merged by: @fudiwei

Base: mainHead: main


📝 Commits (1)

  • 519a994 feat: install/uninstall windows service

📊 Changes

8 files changed (+281 additions, -4 deletions)

View changed files

cmd/serve_nonwindows.go (+12 -0)
cmd/serve_windows.go (+57 -0)
cmd/winsc_nonwindows.go (+18 -0)
cmd/winsc_windows.go (+189 -0)
📝 go.mod (+1 -1)
📝 internal/workflow/dispatcher/dispatcher.go (+1 -1)
📝 internal/workflow/engine/engine.go (+1 -1)
📝 main.go (+2 -1)

📄 Description

该 PR 包含以下内容变更:

  • feat: 提供 Windows 服务安装与卸载命令
    # 安装服务
    .\certimate.exe winsc install --http 0.0.0.0:8090
    # 卸载服务
    .\certimate.exe winsc uninstall
    

🔄 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/certimate-go/certimate/pull/1012 **Author:** [@fudiwei](https://github.com/fudiwei) **Created:** 10/28/2025 **Status:** ✅ Merged **Merged:** 10/28/2025 **Merged by:** [@fudiwei](https://github.com/fudiwei) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`519a994`](https://github.com/certimate-go/certimate/commit/519a994488dc4177ffd68539ffc84b1f0f8b0cd1) feat: install/uninstall windows service ### 📊 Changes **8 files changed** (+281 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `cmd/serve_nonwindows.go` (+12 -0) ➕ `cmd/serve_windows.go` (+57 -0) ➕ `cmd/winsc_nonwindows.go` (+18 -0) ➕ `cmd/winsc_windows.go` (+189 -0) 📝 `go.mod` (+1 -1) 📝 `internal/workflow/dispatcher/dispatcher.go` (+1 -1) 📝 `internal/workflow/engine/engine.go` (+1 -1) 📝 `main.go` (+2 -1) </details> ### 📄 Description 该 PR 包含以下内容变更: - **feat**: 提供 Windows 服务安装与卸载命令 ```bash # 安装服务 .\certimate.exe winsc install --http 0.0.0.0:8090 # 卸载服务 .\certimate.exe winsc uninstall ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:07:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/certimate#1102
No description provided.