[PR #255] [CLOSED] add feat: local iis deploy support #887

Closed
opened 2026-03-03 01:06:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/certimate-go/certimate/pull/255
Author: @LeoChen98
Created: 10/24/2024
Status: Closed

Base: mainHead: feat-local-iis-deploy


📝 Commits (1)

  • aa19f6c add feat: local iis deploy support

📊 Changes

19 files changed (+791 additions, -2 deletions)

View changed files

📝 README.md (+1 -0)
📝 README_EN.md (+1 -0)
📝 go.mod (+3 -2)
📝 go.sum (+4 -0)
📝 internal/deployer/deployer.go (+3 -0)
internal/deployer/local_iis.go (+148 -0)
📝 internal/domain/access.go (+2 -0)
migrations/1729783789_updated_access.go (+101 -0)
ui/public/imgs/providers/iis.svg (+25 -0)
📝 ui/src/components/certimate/AccessEditDialog.tsx (+12 -0)
ui/src/components/certimate/AccessIISForm.tsx (+149 -0)
📝 ui/src/components/certimate/DeployEditDialog.tsx (+4 -0)
ui/src/components/certimate/DeployToIIS.tsx (+308 -0)
📝 ui/src/domain/access.ts (+5 -0)
📝 ui/src/domain/domain.ts (+1 -0)
📝 ui/src/i18n/locales/en/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/en/nls.domain.json (+11 -0)
📝 ui/src/i18n/locales/zh/nls.common.json (+1 -0)
📝 ui/src/i18n/locales/zh/nls.domain.json (+11 -0)

📄 Description

新增本地IIS部署支持 close #250


🔄 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/255 **Author:** [@LeoChen98](https://github.com/LeoChen98) **Created:** 10/24/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat-local-iis-deploy` --- ### 📝 Commits (1) - [`aa19f6c`](https://github.com/certimate-go/certimate/commit/aa19f6c56af11f8e654562317c259fbb1e658673) add feat: local iis deploy support ### 📊 Changes **19 files changed** (+791 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) 📝 `README_EN.md` (+1 -0) 📝 `go.mod` (+3 -2) 📝 `go.sum` (+4 -0) 📝 `internal/deployer/deployer.go` (+3 -0) ➕ `internal/deployer/local_iis.go` (+148 -0) 📝 `internal/domain/access.go` (+2 -0) ➕ `migrations/1729783789_updated_access.go` (+101 -0) ➕ `ui/public/imgs/providers/iis.svg` (+25 -0) 📝 `ui/src/components/certimate/AccessEditDialog.tsx` (+12 -0) ➕ `ui/src/components/certimate/AccessIISForm.tsx` (+149 -0) 📝 `ui/src/components/certimate/DeployEditDialog.tsx` (+4 -0) ➕ `ui/src/components/certimate/DeployToIIS.tsx` (+308 -0) 📝 `ui/src/domain/access.ts` (+5 -0) 📝 `ui/src/domain/domain.ts` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/en/nls.domain.json` (+11 -0) 📝 `ui/src/i18n/locales/zh/nls.common.json` (+1 -0) 📝 `ui/src/i18n/locales/zh/nls.domain.json` (+11 -0) </details> ### 📄 Description 新增本地IIS部署支持 close #250 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:06:41 +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#887
No description provided.