photo apps for Raspberry Pi

piwigo

apt-get install php7.4

apt-get install php7.4-fpm

apt-get install php7.4-mysqli

apt-get install mysql-server

sudo apt install mariadb-server

mysql_secure_installation

apt-get install php7.4-gd

edit ./piwigo/include/template.class.php

add error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);

 piwigo plugins

Upload this in your-gallery/plugins/ dir.

download the archive from github

wget -O piwigo-openstreetmap.zip https://github.com/xbgmsharp/piwigo-openstreetmap/archive/master.zip

unzip piwigo-openstreetmap.zip

mv piwigo-openstreetmap-master piwigo-openstreetmap

taggroups plugin

https://piwigo.org/ext/extension_view.php?eid=781

Photonix install

apt-get install docker-compose

docker-compose up

http://192.168.178.62:8888/login

Pigallery2

docker pull bpatrik/pigallery2:nightly-alpine

docker-compose up

photoprism

wget https://dl.photoprism.app/docker/arm64/docker-compose.yml

or if you get problems with missing manifest

docker pull --platform=arm64 photoprism/photoprism:latest

if you are on 32 bit Raspberry Pi

docker pull photoprism/photoprism:armv7

or

wget https://dl.photoprism.app/docker/armv7/docker-compose.yml

(check with uname -m)

running

docker-compose up or docker-compose up -d

 upgrading

docker-compose pull
docker-compose stop
docker-compose up -d

you'll see something like:


root@raspberrypi:/home/pi/photoprism# docker-compose up
Creating network "photoprism_default" with the default driver
Pulling mariadb (arm64v8/mariadb:10.6)...
10.6: Pulling from arm64v8/mariadb```

run:

`docker-compose up -d`

connect:

`http://localhost:2342/`

[Performance](https://docs.photoprism.app/getting-started/troubleshooting/performance/#troubleshooting)

# webreaper/damselfly

edit `vi docker-compose.yml`

`docker-compose up`