mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Merge pull request #2400 from holta/nextcloud_required_ip
Fix #2399: legacy var {{ nextcloud_required_ip }} is still invoked for doc purposes
This commit is contained in:
		
						commit
						4ebcee6607
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -44,8 +44,8 @@ nextcloud_dbpassword: nextcloudmysql
 | 
				
			||||||
nextcloud_admin_user: 'Admin'
 | 
					nextcloud_admin_user: 'Admin'
 | 
				
			||||||
nextcloud_admin_password: 'changeme'
 | 
					nextcloud_admin_password: 'changeme'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 2019-09-04: UNUSED (due to changes in roles/nextcloud/templates/nextcloud.conf.j2)
 | 
					# 2020-05-09: Not functional but still templated by templates/nextcloud.conf.j2
 | 
				
			||||||
# nextcloud_required_ip: 10.0.0.0/8 192.168.0.0/16
 | 
					nextcloud_required_ip: 10.0.0.0/8 192.168.0.0/16
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 2020-02-15: UNUSED at the time.  Legacy remains from Apache:
 | 
					# 2020-02-15: UNUSED at the time.  Legacy remains from Apache:
 | 
				
			||||||
# nextcloud_allow_public_ips: True
 | 
					# nextcloud_allow_public_ips: True
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue