mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 23:33:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"type": "object",
 | |
| 	"minProperties": 1,
 | |
| 	"properties": {
 | |
| 		"visibility": {
 | |
| 			"type": "string",
 | |
| 			"description": "Visibility Type",
 | |
| 			"enum": ["all", "user"],
 | |
| 			"example": "all"
 | |
| 		},
 | |
| 		"access_lists": {
 | |
| 			"type": "string",
 | |
| 			"description": "Access Lists Permissions",
 | |
| 			"enum": ["hidden", "view", "manage"],
 | |
| 			"example": "view"
 | |
| 		},
 | |
| 		"dead_hosts": {
 | |
| 			"type": "string",
 | |
| 			"description": "404 Hosts Permissions",
 | |
| 			"enum": ["hidden", "view", "manage"],
 | |
| 			"example": "manage"
 | |
| 		},
 | |
| 		"proxy_hosts": {
 | |
| 			"type": "string",
 | |
| 			"description": "Proxy Hosts Permissions",
 | |
| 			"enum": ["hidden", "view", "manage"],
 | |
| 			"example": "hidden"
 | |
| 		},
 | |
| 		"redirection_hosts": {
 | |
| 			"type": "string",
 | |
| 			"description": "Redirection Permissions",
 | |
| 			"enum": ["hidden", "view", "manage"],
 | |
| 			"example": "view"
 | |
| 		},
 | |
| 		"streams": {
 | |
| 			"type": "string",
 | |
| 			"description": "Streams Permissions",
 | |
| 			"enum": ["hidden", "view", "manage"],
 | |
| 			"example": "manage"
 | |
| 		},
 | |
| 		"certificates": {
 | |
| 			"type": "string",
 | |
| 			"description": "Certificates Permissions",
 | |
| 			"enum": ["hidden", "view", "manage"],
 | |
| 			"example": "hidden"
 | |
| 		}
 | |
| 	}
 | |
| }
 |