Skip to content

Commit c6a1ce9

Browse files
committed
Remove unmaintained installation options
1 parent 26f724d commit c6a1ce9

File tree

4 files changed

+0
-140
lines changed

4 files changed

+0
-140
lines changed

docs/installation/manual-debian-install.md

-81
This file was deleted.

docs/installation/raspberry-pi.md

-38
This file was deleted.

docs/installation/standard-install.md

-17
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,3 @@ docker-compose down
5353
docker-compose pull
5454
docker-compose up -d
5555
```
56-
57-
## Docker
58-
59-
Overview of the folders that can be mounted as volumes:
60-
61-
- `/var/lib/librephotos/photos/` your actual photos
62-
- `/var/lib/librephotos/data/protected_media/` thumbnails
63-
- `/var/log/librephotos/` logs
64-
- `/var/lib/postgresql/data/` database
65-
66-
Replace the first part that is in brackets with the actual location of the folder:
67-
68-
```sh
69-
sudo docker run -v <photos>:/var/lib/librephotos/photos/ -v <thumbnails>:/var/lib/librephotos/data/protected_media -v <logs>:/var/log/librephotos/ -v <db>:/var/lib/postgresql/data -p 3000:80 -d reallibrephotos/singleton
70-
```
71-
72-
If you run into any permission issue, add `-e FIXPERMISSIONS=true` or change the permission to allow read/write/execute your photo folder to other users.

docs/installation/unraid.md

-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ excerpt: "How to install LibrePhotos on Unraid using Docker Compose."
44
sidebar_position: 3
55
---
66

7-
## Community App
8-
9-
We are now also a [community app](https://unraid.net/community/apps?q=LibrePhotos#r) based on the singleton image.
10-
117
## Docker Compose
128

139
You have to download docker-compose. You can add the following to your /boot/config/go file to make sure it's always available:

0 commit comments

Comments
 (0)