[PR #91] [MERGED] Part of #26 - Default Site Customisation #3189

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/91
Author: @jc21
Created: 3/4/2019
Status: Merged
Merged: 3/4/2019
Merged by: @jc21

Base: developHead: feature/26-custom-pages


📝 Commits (2)

  • 4f386de Default Site customisation and new Settings space
  • eed9c96 Merge branch 'develop' of github.com:jc21/nginx-proxy-manager into feature/26-custom-pages

📊 Changes

31 files changed (+893 additions, -15 deletions)

View changed files

📝 rootfs/etc/nginx/conf.d/default.conf (+5 -5)
📝 rootfs/etc/nginx/nginx.conf (+1 -0)
📝 rootfs/etc/services.d/nginx/run (+2 -0)
📝 src/backend/internal/nginx.js (+15 -8)
📝 src/backend/internal/proxy-host.js (+1 -1)
src/backend/internal/setting.js (+133 -0)
src/backend/lib/access/settings-get.json (+7 -0)
src/backend/lib/access/settings-list.json (+7 -0)
src/backend/lib/access/settings-update.json (+7 -0)
src/backend/migrations/20190227065017_settings.js (+54 -0)
src/backend/models/setting.js (+30 -0)
📝 src/backend/routes/api/main.js (+1 -0)
src/backend/routes/api/settings.js (+96 -0)
📝 src/backend/schema/definitions.json (+7 -0)
src/backend/schema/endpoints/settings.json (+99 -0)
📝 src/backend/schema/index.json (+3 -0)
src/backend/templates/default.conf (+32 -0)
📝 src/frontend/js/app/api.js (+29 -0)
📝 src/frontend/js/app/controller.js (+30 -0)
📝 src/frontend/js/app/router.js (+1 -0)

...and 11 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/91 **Author:** [@jc21](https://github.com/jc21) **Created:** 3/4/2019 **Status:** ✅ Merged **Merged:** 3/4/2019 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `feature/26-custom-pages` --- ### 📝 Commits (2) - [`4f386de`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/4f386de818c251b48bbf958e2d37f0970e4c23eb) Default Site customisation and new Settings space - [`eed9c96`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/eed9c9650f9b7aa5b8c050305a1fd51575d64400) Merge branch 'develop' of github.com:jc21/nginx-proxy-manager into feature/26-custom-pages ### 📊 Changes **31 files changed** (+893 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `rootfs/etc/nginx/conf.d/default.conf` (+5 -5) 📝 `rootfs/etc/nginx/nginx.conf` (+1 -0) 📝 `rootfs/etc/services.d/nginx/run` (+2 -0) 📝 `src/backend/internal/nginx.js` (+15 -8) 📝 `src/backend/internal/proxy-host.js` (+1 -1) ➕ `src/backend/internal/setting.js` (+133 -0) ➕ `src/backend/lib/access/settings-get.json` (+7 -0) ➕ `src/backend/lib/access/settings-list.json` (+7 -0) ➕ `src/backend/lib/access/settings-update.json` (+7 -0) ➕ `src/backend/migrations/20190227065017_settings.js` (+54 -0) ➕ `src/backend/models/setting.js` (+30 -0) 📝 `src/backend/routes/api/main.js` (+1 -0) ➕ `src/backend/routes/api/settings.js` (+96 -0) 📝 `src/backend/schema/definitions.json` (+7 -0) ➕ `src/backend/schema/endpoints/settings.json` (+99 -0) 📝 `src/backend/schema/index.json` (+3 -0) ➕ `src/backend/templates/default.conf` (+32 -0) 📝 `src/frontend/js/app/api.js` (+29 -0) 📝 `src/frontend/js/app/controller.js` (+30 -0) 📝 `src/frontend/js/app/router.js` (+1 -0) _...and 11 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:23 +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#3189
No description provided.