1
0
Fork 0
Share your image gallery from a server's directory without need for a database thanks to strong encryption. Users can be authenticated via authentication module, e.g. implementing LDAP.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Marc Wäckerlin 744b6018c5 updated build system vor 6 Jahren
debian updated dependencies vor 7 Jahren
doc build fixed vor 8 Jahren
etc root folder vor 7 Jahren
html added slideshow: double click or swipe up to start and stop vor 7 Jahren
AUTHORS configuration added and updated vor 7 Jahren
COPYING some styling vor 7 Jahren
ChangeLog updated build system vor 6 Jahren
INSTALL some styling vor 7 Jahren
NEWS updated build system vor 9 Jahren
README configuration added and updated vor 7 Jahren
autogen.sh update build system vor 7 Jahren
ax_check_qt.m4 updated build system vor 6 Jahren
ax_cxx_compile_stdcxx_11.m4 build fixed vor 8 Jahren
ax_init_standard_project.m4 updated build system vor 6 Jahren
bootstrap.sh updated build system vor 6 Jahren
build-in-docker.conf updated dependencies vor 7 Jahren
build-in-docker.sh updated build system vor 6 Jahren
build-resource-file.sh updated build system vor 9 Jahren
configure.ac full screen in handy, swipe down to go back vor 7 Jahren
dependency-graph.sh updated build system vor 6 Jahren
mac-create-app-bundle.sh updated build system vor 6 Jahren
makefile.am build fixed vor 7 Jahren
makefile_test.inc.am build fixed vor 8 Jahren
resolve-debbuilddeps.sh updated build system vor 6 Jahren
resolve-rpmbuilddeps.sh updated build system vor 6 Jahren
rpmsign.exp updated build system vor 6 Jahren
sharing-gallery.desktop.in build fixed vor 8 Jahren
sharing-gallery.spec.in updated build system vor 9 Jahren
sql-to-dot.sed build fixed vor 8 Jahren
template.sh updated build system vor 6 Jahren

README

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