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.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Marc Wäckerlin 744b6018c5 updated build system před 6 roky
debian updated dependencies před 7 roky
doc build fixed před 8 roky
etc root folder před 7 roky
html added slideshow: double click or swipe up to start and stop před 7 roky
AUTHORS configuration added and updated před 7 roky
COPYING some styling před 7 roky
ChangeLog updated build system před 6 roky
INSTALL some styling před 7 roky
NEWS updated build system před 9 roky
README configuration added and updated před 7 roky
autogen.sh update build system před 7 roky
ax_check_qt.m4 updated build system před 6 roky
ax_cxx_compile_stdcxx_11.m4 build fixed před 8 roky
ax_init_standard_project.m4 updated build system před 6 roky
bootstrap.sh updated build system před 6 roky
build-in-docker.conf updated dependencies před 7 roky
build-in-docker.sh updated build system před 6 roky
build-resource-file.sh updated build system před 9 roky
configure.ac full screen in handy, swipe down to go back před 7 roky
dependency-graph.sh updated build system před 6 roky
mac-create-app-bundle.sh updated build system před 6 roky
makefile.am build fixed před 7 roky
makefile_test.inc.am build fixed před 8 roky
resolve-debbuilddeps.sh updated build system před 6 roky
resolve-rpmbuilddeps.sh updated build system před 6 roky
rpmsign.exp updated build system před 6 roky
sharing-gallery.desktop.in build fixed před 8 roky
sharing-gallery.spec.in updated build system před 9 roky
sql-to-dot.sed build fixed před 8 roky
template.sh updated build system před 6 roky

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