mirror of
				https://github.com/gethomepage/homepage.git
				synced 2025-11-03 19:17:03 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			342 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			342 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: Nginx Proxy Manager
 | 
						|
description: Nginx Proxy Manager Widget Configuration
 | 
						|
---
 | 
						|
 | 
						|
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
 | 
						|
```
 |