24 lines
		
	
	
		
			823 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			823 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Browse Fotos in Internet and Share with Friends
 | 
						|
 | 
						|
Expose your personal foto folder to the internet, limit users by Apache or LDAP configuration and allow users to share fotos with friends.
 | 
						|
 | 
						|
See: https://dev.marc.waeckerlin.org/redmine/projects/sharing-gallery/wiki
 | 
						|
 | 
						|
Configuration:
 | 
						|
 | 
						|
/etc/gallery/password:
 | 
						|
 | 
						|
Contains only a server password that is used as part of any ancryption. Keep it secret. Only the web server process should be able to read this file.
 | 
						|
 | 
						|
You can generate it e.g. using: `pwgen 20 1` > /etc/gallery/password
 | 
						|
 | 
						|
/etc/gallery/settings.php
 | 
						|
 | 
						|
Provide path to images as `$path`, path to thumbnails as `$thumbs`. Set maximum of days a link is valid in `$max_validity_days`.
 | 
						|
 | 
						|
/etc/gallery/authentication.php
 | 
						|
 | 
						|
Check and verify the user, then provide `$username` if login is successful.
 | 
						|
 | 
						|
/etc/gallery/usersettings.php
 |