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.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Marc Wäckerlin 744b6018c5 updated build system hace 6 años
debian updated dependencies hace 7 años
doc build fixed hace 8 años
etc root folder hace 7 años
html added slideshow: double click or swipe up to start and stop hace 7 años
AUTHORS configuration added and updated hace 7 años
COPYING some styling hace 7 años
ChangeLog updated build system hace 6 años
INSTALL some styling hace 7 años
NEWS updated build system hace 9 años
README configuration added and updated hace 7 años
autogen.sh update build system hace 7 años
ax_check_qt.m4 updated build system hace 6 años
ax_cxx_compile_stdcxx_11.m4 build fixed hace 8 años
ax_init_standard_project.m4 updated build system hace 6 años
bootstrap.sh updated build system hace 6 años
build-in-docker.conf updated dependencies hace 7 años
build-in-docker.sh updated build system hace 6 años
build-resource-file.sh updated build system hace 9 años
configure.ac full screen in handy, swipe down to go back hace 7 años
dependency-graph.sh updated build system hace 6 años
mac-create-app-bundle.sh updated build system hace 6 años
makefile.am build fixed hace 7 años
makefile_test.inc.am build fixed hace 8 años
resolve-debbuilddeps.sh updated build system hace 6 años
resolve-rpmbuilddeps.sh updated build system hace 6 años
rpmsign.exp updated build system hace 6 años
sharing-gallery.desktop.in build fixed hace 8 años
sharing-gallery.spec.in updated build system hace 9 años
sql-to-dot.sed build fixed hace 8 años
template.sh updated build system hace 6 años

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