mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[PR #255] [CLOSED] add feat: local iis deploy support #887
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#887
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/certimate-go/certimate/pull/255
Author: @LeoChen98
Created: 10/24/2024
Status: ❌ Closed
Base:
main← Head:feat-local-iis-deploy📝 Commits (1)
aa19f6cadd 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.