mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			425 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			425 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ## Version 2022/08/06
 | |
| # Fail2Ban jail configuration for vaultwarden
 | |
| # Requires modification to Vaultwardens settings
 | |
| # https://github.com/dani-garcia/vaultwarden/wiki/Logging#logging-to-a-file
 | |
| 
 | |
| # Specify the path to the log file with the LOG_FILE environment variable
 | |
| 
 | |
| # -e LOG_FILE=/data/vaultwarden.log
 | |
| 
 | |
| [vaultwarden-auth]
 | |
| 
 | |
| enabled  = false
 | |
| port     = http,https
 | |
| logpath  = %(remote_logs_path)s/vaultwarden/vaultwarden.log
 |