Skip to content

Commit

Permalink
Remove unmaintained installation options
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere committed Jul 27, 2024
1 parent 26f724d commit c6a1ce9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 140 deletions.
81 changes: 0 additions & 81 deletions docs/installation/manual-debian-install.md

This file was deleted.

38 changes: 0 additions & 38 deletions docs/installation/raspberry-pi.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/installation/standard-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,3 @@ docker-compose down
docker-compose pull
docker-compose up -d
```

## Docker

Overview of the folders that can be mounted as volumes:

- `/var/lib/librephotos/photos/` your actual photos
- `/var/lib/librephotos/data/protected_media/` thumbnails
- `/var/log/librephotos/` logs
- `/var/lib/postgresql/data/` database

Replace the first part that is in brackets with the actual location of the folder:

```sh
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
```

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.
4 changes: 0 additions & 4 deletions docs/installation/unraid.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ excerpt: "How to install LibrePhotos on Unraid using Docker Compose."
sidebar_position: 3
---

## Community App

We are now also a [community app](https://unraid.net/community/apps?q=LibrePhotos#r) based on the singleton image.

## Docker Compose

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

0 comments on commit c6a1ce9

Please sign in to comment.