You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-21Lines changed: 7 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
> [!WARNING]
31
31
> The --restore command is disabled (a fix is in progress).
32
32
>
33
-
> V2.6.0 introduced some issues. A fix has been tested and pushed, but user feedback is required to ensure everything works as expected with V2.7.0.
33
+
34
34
35
35
## Description
36
36
🛠️ This script allows you to efficiently manage [Nginx Proxy Manager](https://github.com/NginxProxyManager/nginx-proxy-manager?utm_source=nginx-proxy-manager) via its **API**. It provides advanced features such as proxy host creation, user management, and configuration display, while also integrating a backup system (BACKUP) with a user-friendly interface.
@@ -105,13 +105,6 @@ API_PASS="changeme"
105
105
./npm-api.sh --show-default
106
106
```
107
107
108
-
> [!NOTE]
109
-
> **New in version 2.6.0:**
110
-
> - 📊 New dashboard (by default)
111
-
> - 🔐 Improved token management
112
-
> - 📋 Enhanced command display and options
113
-
> - 🎨 More user-friendly interface with icons and colors
@@ -510,8 +497,8 @@ Host proxy info command `--host-show id`
510
497
511
498
We have performed a **force push (`git push --force`)** on this repository to remove sensitive data from the history. As a result, the commit history has been rewritten, and your local copy may be out of sync.
512
499
513
-
###🛠️ What You Need to Do?
514
-
To avoid any issues, please follow these steps to update your local repository:
500
+
🛠️ What You Need to Do?
501
+
To avoid any issues, please follow these steps to update your local repository:
515
502
516
503
```bash
517
504
git fetch --all
@@ -520,9 +507,8 @@ git reset --hard origin/main # Replace 'main' with your branch name if differen
520
507
If you have local changes that you **don't want to lose**, consider making a backup before running these commands.
521
508
522
509
❓ Why Was This Done?
523
-
This action was necessary to **remove sensitive data** from the repository's history and ensure better security.
524
-
525
-
510
+
This action was necessary to **remove sensitive data** from the repository's history and ensure better security.
511
+
526
512
## TODO:
527
513
-[x] add setting for ADVANCED configuration in npm `location / { ... }`
0 commit comments