[PR #937] [MERGED] Feat/https #1153

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

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/937
Author: @0xJacky
Created: 3/31/2025
Status: Merged
Merged: 3/31/2025
Merged by: @0xJacky

Base: devHead: feat/https


📝 Commits (4)

  • 1ca802d feat: support https
  • 8eac1bb chore: update translations
  • 51443de fix: build error
  • 543c054 feat: add build task for app and update version build_id

📊 Changes

40 files changed (+2207 additions, -761 deletions)

View changed files

📝 .vscode/tasks.json (+56 -1)
📝 api/settings/settings.go (+28 -0)
📝 app/package.json (+1 -1)
📝 app/src/api/settings.ts (+7 -0)
📝 app/src/components/Chart/UsageProgressLine.vue (+1 -1)
📝 app/src/constants/errors/middleware.ts (+1 -0)
📝 app/src/constants/errors/system.ts (+6 -0)
📝 app/src/language/ar/app.po (+153 -58)
📝 app/src/language/de_DE/app.po (+148 -56)
📝 app/src/language/en/app.po (+146 -56)
📝 app/src/language/es/app.po (+153 -58)
📝 app/src/language/fr_FR/app.po (+154 -59)
📝 app/src/language/ko_KR/app.po (+153 -58)
📝 app/src/language/messages.pot (+135 -51)
📝 app/src/language/ru_RU/app.po (+154 -58)
📝 app/src/language/tr_TR/app.po (+153 -58)
📝 app/src/language/vi_VN/app.po (+146 -56)
📝 app/src/language/zh_CN/app.po (+141 -60)
📝 app/src/language/zh_TW/app.po (+154 -58)
📝 app/src/version.json (+1 -1)

...and 20 more files

📄 Description

Close #914


🔄 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/937 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 3/31/2025 **Status:** ✅ Merged **Merged:** 3/31/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/https` --- ### 📝 Commits (4) - [`1ca802d`](https://github.com/0xJacky/nginx-ui/commit/1ca802d82971dad6926f7c14d92564cdbeb1dbbb) feat: support https - [`8eac1bb`](https://github.com/0xJacky/nginx-ui/commit/8eac1bb150bc4c25452a66db6a45754bcc862343) chore: update translations - [`51443de`](https://github.com/0xJacky/nginx-ui/commit/51443dead239e966f59b758a0a3c73dfa1031c17) fix: build error - [`543c054`](https://github.com/0xJacky/nginx-ui/commit/543c0541dbdb05d18a32e4e8e6c757db75531881) feat: add build task for app and update version build_id ### 📊 Changes **40 files changed** (+2207 additions, -761 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/tasks.json` (+56 -1) 📝 `api/settings/settings.go` (+28 -0) 📝 `app/package.json` (+1 -1) 📝 `app/src/api/settings.ts` (+7 -0) 📝 `app/src/components/Chart/UsageProgressLine.vue` (+1 -1) 📝 `app/src/constants/errors/middleware.ts` (+1 -0) 📝 `app/src/constants/errors/system.ts` (+6 -0) 📝 `app/src/language/ar/app.po` (+153 -58) 📝 `app/src/language/de_DE/app.po` (+148 -56) 📝 `app/src/language/en/app.po` (+146 -56) 📝 `app/src/language/es/app.po` (+153 -58) 📝 `app/src/language/fr_FR/app.po` (+154 -59) 📝 `app/src/language/ko_KR/app.po` (+153 -58) 📝 `app/src/language/messages.pot` (+135 -51) 📝 `app/src/language/ru_RU/app.po` (+154 -58) 📝 `app/src/language/tr_TR/app.po` (+153 -58) 📝 `app/src/language/vi_VN/app.po` (+146 -56) 📝 `app/src/language/zh_CN/app.po` (+141 -60) 📝 `app/src/language/zh_TW/app.po` (+154 -58) 📝 `app/src/version.json` (+1 -1) _...and 20 more files_ </details> ### 📄 Description Close #914 --- <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:39 +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#1153
No description provided.