Replies: 3 comments 6 replies
-
Looking at my notes, Last time (8 months ago) i did this whit my RPI4 to make it work: install docker https://github.com/bpatrik/pigallery2/blob/master/docker/README.md
compose:
Get pigallery files
install certbot for ssl (https)
|
Beta Was this translation helpful? Give feedback.
-
I came a little further and was able to find the fault. manual: sudo pip install docker-compose Now the next challenge, the installation of the rest of the manual was actually error-free ... pigallery2 is up-to-date but the page is unfortunately not available ... |
Beta Was this translation helpful? Give feedback.
-
I gave up the fight with the Raspberry for the time being. I am now running the application on a QNAP with an upstream reverse proxy (Nginx Proxy Manager). |
Beta Was this translation helpful? Give feedback.
-
I have a Raspberry Pi 4 Model B (4GB)
Installation via Raspberry Pi Imager 1.61
Raspberry Pi OS Lite
Release date: March 4th 2021
Kernel version: 5.10
Size: 442MB
Store empty file with the designation "ssh" in the file system
Start Raspberry and access via putty
$ sudo apt-get update && sudo apt-get upgrade
Then follow the instructions (https://github.com/bpatrik/pigallery2/blob/master/docker/README.md) and end up at:
sudo pip install docker-compose -> pyrsistent requires Python '>=3.5' but the running Python is 2.7.16
The installation and deinstallation of python has not been successful so far and it seems that I cannot see the forest for the trees.
Beta Was this translation helpful? Give feedback.
All reactions