pan.do/ra is a free, open source media archive platform. https://pan.do/ra
Go to file
j 5bf71ead09 fallback item 2024-02-17 11:01:32 +00:00
docker docker-compose -> docker compose 2024-01-08 12:10:13 +01:00
etc update django/celery 2023-07-27 15:35:53 +02:00
pandora update edit preview in backend 2024-02-17 10:52:19 +00:00
scripts Image.ANTIALIAS->Image.LANCZOS 2023-08-24 23:39:54 +02:00
static fallback item 2024-02-17 11:01:32 +00:00
vm use /etc/apt/trusted.gpg.d/ instead of apt-key add 2023-12-08 16:17:28 +00:00
.dockerignore add docker build 2019-07-06 18:12:32 +02:00
.editorconfig use .editorconfig 2018-06-19 08:33:26 +02:00
.gitignore only keep templates in git 2021-11-15 11:49:19 +00:00
COPYING add gpl3 2012-11-26 17:46:14 +01:00
Dockerfile use code.0x2620.org as container registry everywhere 2024-01-07 22:49:03 +01:00
README.md now with Debian 12 support 2023-07-27 19:05:47 +02:00
ctl update dependencies 2023-11-18 16:38:20 +01:00
docker-compose.yml use postgres 15 2024-01-07 19:15:27 +01:00
requirements.txt update dependencies 2023-11-18 16:38:20 +01:00
update.py update dependencies 2023-11-18 16:38:20 +01:00

README.md

pan.do/ra - open media archive

for more information about pan.do/ra visit our website at https://pan.do/ra

Installing pan.do/ra

We recommend to run pan.do/ra inside of LXD or LXC or dedicated VM or server. You will need at least 2GB of free disk space

pan.do/ra is known to work with Debian/12 (bookworm) and Ubuntu 20.04, other distributions might also work, let us know if it works for you.

Use the following commands as root to install pan.do/ra and all dependencies:

cd /root
curl -sL https://pan.do/ra-install > pandora_install.sh
chmod +x pandora_install.sh
export BRANCH=stable # change to 'master' to get current developement version
./pandora_install.sh 2>&1 | tee pandora_install.log

For step by step installation, look at pandora_install.sh

Configuration

pan.do/ra is mostly configured in two places:

/srv/pandora/pandora/local_settings.py

this file contains local Django configuration overwrites, like database configuration, email backend and more.

/srv/pandora/pandora/config.jsonc

config.jsonc can be used in configure the pan.do/ra related settings. From title to item keys to video resolutions.

More info at https://code.0x2620.org/0x2620/pandora/wiki/Configuration

Customization

pan.do/ra can be customized, this is mostly done by adding JavaScript files that replace or enhance parts of pan.do/ra

More info at https://code.0x2620.org/0x2620/pandora/wiki/Customization

Update

To update your existing instlalation run

pandoractl update