homepage/docs/widgets/services/nginx-proxy-manager.md

19 lines
407 B
Markdown
Raw Permalink Normal View History

2023-09-29 21:01:11 +03:00
---
title: Nginx Proxy Manager
description: Nginx Proxy Manager Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Nginx Proxy Manager](https://nginxproxymanager.com/).
2023-09-29 21:01:11 +03:00
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
2023-09-29 21:01:11 +03:00
```