[PR #319] [MERGED] v2.2.0 New Brand #3214

Closed
opened 2026-02-26 07:38:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/319
Author: @jc21
Created: 3/11/2020
Status: Merged
Merged: 3/11/2020
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 7afaceb Tweaks and backend vscode settings
  • 4f3ffa4 Version bump
  • c46c708 Merge branch 'master' into develop
  • 044ccfd Merge branch 'master' of github.com:jc21/nginx-proxy-manager into develop
  • f0c8aff Updated Icon to be more vibrant
  • e485c40 New logo and new login screen layout, version bump
  • 88f45df New documentation!
  • 9fdf0c6 Use CI to update package versions
  • 88327f5 Generate docs
  • 148bebf Docs upload

📊 Changes

52 files changed (+9245 additions, -192 deletions)

View changed files

📝 .version (+1 -1)
📝 Jenkinsfile (+62 -0)
📝 README.md (+7 -65)
📝 backend/package.json (+1 -1)
doc/example/config.json (+0 -10)
doc/example/docker-compose.yml (+0 -28)
docs/.gitignore (+3 -0)
docs/.vuepress/config.js (+80 -0)
docs/.vuepress/public/github.png (+0 -0)
docs/.vuepress/public/icon.png (+0 -0)
docs/.vuepress/public/logo.png (+0 -0)
docs/.vuepress/public/logo.svg (+1 -0)
docs/.vuepress/public/nerd-font.woff2 (+0 -0)
docs/.vuepress/public/robots.txt (+2 -0)
docs/.vuepress/public/screenshots/access-lists.png (+0 -0)
docs/.vuepress/public/screenshots/audit-log.png (+0 -0)
docs/.vuepress/public/screenshots/certificates.png (+0 -0)
docs/.vuepress/public/screenshots/custom-settings.png (+0 -0)
docs/.vuepress/public/screenshots/dashboard.png (+0 -0)
docs/.vuepress/public/screenshots/dead-hosts.png (+0 -0)

...and 32 more files

📄 Description

No description provided


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/319 **Author:** [@jc21](https://github.com/jc21) **Created:** 3/11/2020 **Status:** ✅ Merged **Merged:** 3/11/2020 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`7afaceb`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/7afacebc92b7105783a8f2d2b893fcb05ca9cdfc) Tweaks and backend vscode settings - [`4f3ffa4`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4f3ffa47c49c69bc629d76acac28dc2694c1a4e3) Version bump - [`c46c708`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c46c708091f1125294c3f5cd361c4ecd91520e20) Merge branch 'master' into develop - [`044ccfd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/044ccfdee01d7c7e16ac8a4ea07c879bf7f8163f) Merge branch 'master' of github.com:jc21/nginx-proxy-manager into develop - [`f0c8aff`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/f0c8aff514cee931e963a4c954d3a6f19c3bd901) Updated Icon to be more vibrant - [`e485c40`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/e485c409c9a4e7bc7fc00edd54c5f68f202bd034) New logo and new login screen layout, version bump - [`88f45df`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/88f45df48f84f193c1d7f43fee35af5bfc9363dd) New documentation! - [`9fdf0c6`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/9fdf0c6b6239ee344712c5c8ea91bcc68950ba7d) Use CI to update package versions - [`88327f5`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/88327f510331df8128c1e897f6ea830a88cb70c3) Generate docs - [`148bebf`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/148bebf4029beb37d7a32efd236539e05f658090) Docs upload ### 📊 Changes **52 files changed** (+9245 additions, -192 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `Jenkinsfile` (+62 -0) 📝 `README.md` (+7 -65) 📝 `backend/package.json` (+1 -1) ➖ `doc/example/config.json` (+0 -10) ➖ `doc/example/docker-compose.yml` (+0 -28) ➕ `docs/.gitignore` (+3 -0) ➕ `docs/.vuepress/config.js` (+80 -0) ➕ `docs/.vuepress/public/github.png` (+0 -0) ➕ `docs/.vuepress/public/icon.png` (+0 -0) ➕ `docs/.vuepress/public/logo.png` (+0 -0) ➕ `docs/.vuepress/public/logo.svg` (+1 -0) ➕ `docs/.vuepress/public/nerd-font.woff2` (+0 -0) ➕ `docs/.vuepress/public/robots.txt` (+2 -0) ➕ `docs/.vuepress/public/screenshots/access-lists.png` (+0 -0) ➕ `docs/.vuepress/public/screenshots/audit-log.png` (+0 -0) ➕ `docs/.vuepress/public/screenshots/certificates.png` (+0 -0) ➕ `docs/.vuepress/public/screenshots/custom-settings.png` (+0 -0) ➕ `docs/.vuepress/public/screenshots/dashboard.png` (+0 -0) ➕ `docs/.vuepress/public/screenshots/dead-hosts.png` (+0 -0) _...and 32 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 07:38:29 +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-proxy-manager-NginxProxyManager#3214
No description provided.