[PR #420] [MERGED] Enhance auto cert #955

Closed
opened 2026-02-26 12:10:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/420
Author: @0xJacky
Created: 6/18/2024
Status: Merged
Merged: 6/18/2024
Merged by: @0xJacky

Base: devHead: enhance/auto-cert


📝 Commits (3)

  • 11e4607 fix: certificate dir cannot be created in some windows-docker setup #403
  • b3486a4 feat: sync certificates to remote server #293, #363, #411
  • 217f4dc chore: prepare v2.0.0-beta.25

📊 Changes

43 files changed (+2471 additions, -1654 deletions)

View changed files

📝 api/certificate/certificate.go (+60 -0)
📝 api/certificate/issue.go (+4 -11)
📝 api/certificate/router.go (+1 -0)
📝 api/notification/notification.go (+1 -2)
📝 api/sites/domain.go (+0 -2)
📝 app/package.json (+19 -19)
📝 app/pnpm-lock.yaml (+842 -827)
📝 app/src/api/cert.ts (+1 -0)
📝 app/src/api/curd.ts (+2 -2)
📝 app/src/components/Notification/Notification.vue (+4 -2)
app/src/components/Notification/detailRender.ts (+31 -0)
📝 app/src/components/StdDesign/StdDataDisplay/StdTable.vue (+15 -1)
📝 app/src/language/LINGUAS (+1 -1)
📝 app/src/language/constants.ts (+4 -0)
📝 app/src/language/en/app.po (+134 -83)
📝 app/src/language/es/app.po (+135 -83)
📝 app/src/language/fr_FR/app.po (+135 -83)
📝 app/src/language/ko_KR/app.po (+135 -83)
📝 app/src/language/messages.pot (+125 -83)
📝 app/src/language/ru_RU/app.po (+135 -83)

...and 23 more files

📄 Description

  • Fixed certificate directory cannot be created in some windows-docker setup #403
  • Introducing synchronize certificates to remote server #293, #363, #411

🔄 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/0xJacky/nginx-ui/pull/420 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 6/18/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `enhance/auto-cert` --- ### 📝 Commits (3) - [`11e4607`](https://github.com/0xJacky/nginx-ui/commit/11e460765ad76040df4fc6f503ed3d3194b79295) fix: certificate dir cannot be created in some windows-docker setup #403 - [`b3486a4`](https://github.com/0xJacky/nginx-ui/commit/b3486a42a5a173b684ab368d6c716069a082d6d4) feat: sync certificates to remote server #293, #363, #411 - [`217f4dc`](https://github.com/0xJacky/nginx-ui/commit/217f4dc417a60247d74c3fbedeb4e98fa1410cc2) chore: prepare v2.0.0-beta.25 ### 📊 Changes **43 files changed** (+2471 additions, -1654 deletions) <details> <summary>View changed files</summary> 📝 `api/certificate/certificate.go` (+60 -0) 📝 `api/certificate/issue.go` (+4 -11) 📝 `api/certificate/router.go` (+1 -0) 📝 `api/notification/notification.go` (+1 -2) 📝 `api/sites/domain.go` (+0 -2) 📝 `app/package.json` (+19 -19) 📝 `app/pnpm-lock.yaml` (+842 -827) 📝 `app/src/api/cert.ts` (+1 -0) 📝 `app/src/api/curd.ts` (+2 -2) 📝 `app/src/components/Notification/Notification.vue` (+4 -2) ➕ `app/src/components/Notification/detailRender.ts` (+31 -0) 📝 `app/src/components/StdDesign/StdDataDisplay/StdTable.vue` (+15 -1) 📝 `app/src/language/LINGUAS` (+1 -1) 📝 `app/src/language/constants.ts` (+4 -0) 📝 `app/src/language/en/app.po` (+134 -83) 📝 `app/src/language/es/app.po` (+135 -83) 📝 `app/src/language/fr_FR/app.po` (+135 -83) 📝 `app/src/language/ko_KR/app.po` (+135 -83) 📝 `app/src/language/messages.pot` (+125 -83) 📝 `app/src/language/ru_RU/app.po` (+135 -83) _...and 23 more files_ </details> ### 📄 Description - [x] Fixed certificate directory cannot be created in some windows-docker setup #403 - [x] Introducing synchronize certificates to remote server #293, #363, #411 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:03 +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/nginx-ui#955
No description provided.