mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-16 09:05:57 -07:00
Documentation: change npm credentials to 'view-only' user
Docker CI / Docker Build & Push (push) Waiting to run
Docs / Test Build Docs (push) Waiting to run
Docs / Build & Deploy Docs (push) Waiting to run
Lint / Linting Checks (push) Waiting to run
Tests / vitest (1) (push) Waiting to run
Tests / vitest (2) (push) Waiting to run
Tests / vitest (3) (push) Waiting to run
Tests / vitest (4) (push) Waiting to run
Docker CI / Docker Build & Push (push) Waiting to run
Docs / Test Build Docs (push) Waiting to run
Docs / Build & Deploy Docs (push) Waiting to run
Lint / Linting Checks (push) Waiting to run
Tests / vitest (1) (push) Waiting to run
Tests / vitest (2) (push) Waiting to run
Tests / vitest (3) (push) Waiting to run
Tests / vitest (4) (push) Waiting to run
This commit is contained in:
@@ -5,7 +5,7 @@ description: Nginx Proxy Manager Widget Configuration
|
||||
|
||||
Learn more about [Nginx Proxy Manager](https://nginxproxymanager.com/).
|
||||
|
||||
Login with the same admin username and password used to access the web UI.
|
||||
Use a "view-only" user for the username and password.
|
||||
|
||||
Allowed fields: `["enabled", "disabled", "total"]`.
|
||||
|
||||
@@ -13,6 +13,6 @@ Allowed fields: `["enabled", "disabled", "total"]`.
|
||||
widget:
|
||||
type: npm
|
||||
url: http://npm.host.or.ip
|
||||
username: admin_username
|
||||
password: admin_password
|
||||
username: view_only_username
|
||||
password: view_only_password
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user