Files
homepage/docs/widgets/services/nginx-proxy-manager.md
T
shamoon 0e131aa0d4
Docker CI / Docker Build & Push (push) Has been cancelled
Docs / Test Build Docs (push) Has been cancelled
Docs / Build & Deploy Docs (push) Has been cancelled
Lint / Linting Checks (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Documentation: change npm credentials to 'view-only' user
2026-09-16 07:15:09 -07:00

19 lines
394 B
Markdown

---
title: Nginx Proxy Manager
description: Nginx Proxy Manager Widget Configuration
---
Learn more about [Nginx Proxy Manager](https://nginxproxymanager.com/).
Use a "view-only" user for the username and password.
Allowed fields: `["enabled", "disabled", "total"]`.
```yaml
widget:
type: npm
url: http://npm.host.or.ip
username: view_only_username
password: view_only_password
```