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.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marc Wäckerlin 004037dc53 root folder 8 years ago
debian updated dependencies 8 years ago
doc
etc root folder 8 years ago
html root folder 8 years ago
AUTHORS configuration added and updated 8 years ago
COPYING configuration added and updated 8 years ago
ChangeLog root folder 8 years ago
INSTALL configuration added and updated 8 years ago
NEWS
README configuration added and updated 8 years ago
autogen.sh
ax_check_qt.m4
ax_cxx_compile_stdcxx_11.m4
ax_init_standard_project.m4 build fixed 8 years ago
bootstrap.sh updated dependencies 8 years ago
build-in-docker.conf updated dependencies 8 years ago
build-in-docker.sh
build-resource-file.sh
configure.ac fixed dependencies 8 years ago
mac-create-app-bundle.sh
makefile.am build fixed 8 years ago
makefile_test.inc.am
resolve-debbuilddeps.sh configuration added and updated 8 years ago
resolve-rpmbuilddeps.sh
sharing-gallery.desktop.in
sharing-gallery.spec.in
sql-to-dot.sed

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