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.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Marc Wäckerlin 744b6018c5 updated build system il y a 6 ans
debian updated dependencies il y a 7 ans
doc build fixed il y a 8 ans
etc root folder il y a 7 ans
html added slideshow: double click or swipe up to start and stop il y a 7 ans
AUTHORS configuration added and updated il y a 7 ans
COPYING some styling il y a 7 ans
ChangeLog updated build system il y a 6 ans
INSTALL some styling il y a 7 ans
NEWS updated build system il y a 9 ans
README configuration added and updated il y a 7 ans
autogen.sh update build system il y a 7 ans
ax_check_qt.m4 updated build system il y a 6 ans
ax_cxx_compile_stdcxx_11.m4 build fixed il y a 8 ans
ax_init_standard_project.m4 updated build system il y a 6 ans
bootstrap.sh updated build system il y a 6 ans
build-in-docker.conf updated dependencies il y a 7 ans
build-in-docker.sh updated build system il y a 6 ans
build-resource-file.sh updated build system il y a 9 ans
configure.ac full screen in handy, swipe down to go back il y a 7 ans
dependency-graph.sh updated build system il y a 6 ans
mac-create-app-bundle.sh updated build system il y a 6 ans
makefile.am build fixed il y a 7 ans
makefile_test.inc.am build fixed il y a 8 ans
resolve-debbuilddeps.sh updated build system il y a 6 ans
resolve-rpmbuilddeps.sh updated build system il y a 6 ans
rpmsign.exp updated build system il y a 6 ans
sharing-gallery.desktop.in build fixed il y a 8 ans
sharing-gallery.spec.in updated build system il y a 9 ans
sql-to-dot.sed build fixed il y a 8 ans
template.sh updated build system il y a 6 ans

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