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.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Marc Wäckerlin 744b6018c5 updated build system 6 yıl önce
debian updated dependencies 7 yıl önce
doc build fixed 8 yıl önce
etc root folder 7 yıl önce
html added slideshow: double click or swipe up to start and stop 7 yıl önce
AUTHORS configuration added and updated 7 yıl önce
COPYING some styling 7 yıl önce
ChangeLog updated build system 6 yıl önce
INSTALL some styling 7 yıl önce
NEWS updated build system 9 yıl önce
README configuration added and updated 7 yıl önce
autogen.sh update build system 7 yıl önce
ax_check_qt.m4 updated build system 6 yıl önce
ax_cxx_compile_stdcxx_11.m4 build fixed 8 yıl önce
ax_init_standard_project.m4 updated build system 6 yıl önce
bootstrap.sh updated build system 6 yıl önce
build-in-docker.conf updated dependencies 7 yıl önce
build-in-docker.sh updated build system 6 yıl önce
build-resource-file.sh updated build system 9 yıl önce
configure.ac full screen in handy, swipe down to go back 7 yıl önce
dependency-graph.sh updated build system 6 yıl önce
mac-create-app-bundle.sh updated build system 6 yıl önce
makefile.am build fixed 7 yıl önce
makefile_test.inc.am build fixed 8 yıl önce
resolve-debbuilddeps.sh updated build system 6 yıl önce
resolve-rpmbuilddeps.sh updated build system 6 yıl önce
rpmsign.exp updated build system 6 yıl önce
sharing-gallery.desktop.in build fixed 8 yıl önce
sharing-gallery.spec.in updated build system 9 yıl önce
sql-to-dot.sed build fixed 8 yıl önce
template.sh updated build system 6 yıl önce

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