mirror of
https://github.com/gethomepage/homepage.git
synced 2026-09-26 14:01:16 -07:00
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
19 lines
394 B
Markdown
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
|
|
```
|