You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
407 B
19 lines
407 B
---
|
|
title: Nginx Proxy Manager
|
|
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.
|
|
|
|
Allowed fields: `["enabled", "disabled", "total"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: npm
|
|
url: http://npm.host.or.ip
|
|
username: admin_username
|
|
password: admin_password
|
|
```
|