Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Pigallery2 | 1,228 | 2 days ago | 12 | December 30, 2019 | 107 | mit | TypeScript | |||
A fast directory-first photo gallery website, with rich UI, optimized for running on low resource servers (especially on raspberry pi) | ||||||||||
Photobooth | 276 | a month ago | 26 | mit | PHP | |||||
A photobooth Web-Application for raspberry pi with gphoto2 | ||||||||||
Selfhosted Google Photos Alternative | 121 | a year ago | unlicense | |||||||
A complete guide on exiting Google, Amazon or any proprietary service Photos storage with all the features you would want. | ||||||||||
Pigallery | 30 | 3 years ago | 4 | JavaScript | ||||||
tiny gallery | ||||||||||
Raspberrypi Workshop | 7 | 6 years ago | 2 | C++ | ||||||
Raspberry Pi for Artists Workshop @_reverse_art gallery | ||||||||||
Raspberry_camera_gallery | 5 | 5 days ago | ||||||||
gallery associated to https://stamm-wilbrandt.de/en/Raspberry_camera.html | ||||||||||
Spis | 4 | 11 days ago | gpl-3.0 | Rust | ||||||
Simple private image server 🖼️ | ||||||||||
Raspberry Pi Photo Booth | 3 | 7 years ago | 1 | mit | Python | |||||
A python script for a raspberry pi photo booth with the pi camera modul | ||||||||||
Pigal | 3 | 8 years ago | 4 | JavaScript | ||||||
A Raspberry pi optimized full-screen gallery program | ||||||||||
Photobooth | 3 | 5 years ago | 5 | HTML | ||||||
A photo booth web app |
Photo manager and gallery made of Vanilla JS, Bash scripts, and PHP
$ bash setup.sh
Sng can be used to serve PHP from somewhere in your home folder. Nginx, PHP, and MySQL are required. Sng requires npm, the neatest way to install that is with nvm (Node Version Manager).
.sng.conf
in the parent directory of the project. Place these contents in .sng.conf
:# pass the PHP scripts to FastCGI server listening on the php-fpm socket
location ~ \.php$ {
try_files $uri =404;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
Run sng
from that parent directory.
Upload albums without a password (mandatory for UI uploads)
$ ssh-keygen
$ ssh-copy-id [email protected]_website.com -P 22