pan.do/ra is a free, open source media archive platform. https://pan.do/ra
Go to file
j f8c1c3e328 reuse lookup 2019-11-16 00:18:06 +01:00
docker migrate from BROKER_URL to CELERY_BROKER_URL 2019-07-16 20:58:10 +01:00
etc move client_max_body_size 2019-08-19 22:28:35 +02:00
pandora always enable default filters 2019-11-15 16:44:43 +01:00
scripts use .editorconfig 2018-06-19 08:33:26 +02:00
static reuse lookup 2019-11-16 00:18:06 +01:00
vm list bionic 2019-10-31 11:10:14 +01: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 ignore more files, fix switch branch 2019-07-14 22:43:20 +01:00
COPYING add gpl3 2012-11-26 17:46:14 +01:00
Dockerfile add docker build 2019-07-06 18:12:32 +02:00
README.md install youtube-dl wihtout recommends 2019-07-14 18:47:20 +01:00
ctl use git branches to track stable release 2019-04-30 12:47:45 +02:00
docker-compose.yml add docker build 2019-07-06 18:12:32 +02:00
requirements.txt update celery to a version that works in python3.7 2019-07-16 12:05:40 +01:00
update.py use python3 2019-08-19 11:27:11 +02:00

README.md

pan.do/ra - open media archive

for more information on 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 Ubuntu 18.04 and Debian/10 (buster), 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
./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