install Astroport/RompR = MP3 Jukebox (not working yet)

This commit is contained in:
qo-op 2021-03-10 03:08:55 +01:00
parent 61ea34f2ea
commit 38efc35184
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +0,0 @@
# (@Fred) Proposition to extend ~/astroport filesystem structure
- ~/astroport/private/groups/XZUID = private file exchange
- ~/astroport/films/year/quality/title.mp4 = SD/HD/4K/3D and better TMDB recognition

6
install_jukebox.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
echo "Installation Astroport/RompR et activation du mode JUKEBOX mp3"
if [[ "$jukebox" == "oui" ]] then
sudo apt-get install mariadb-server nginx python3-certbot-nginx certbot ssl-cert php-imap php-cli php-curl php-sqlite3 php-gd php-json php-xml php-mbstring php-gettext php-mysql php-fpm -y
fi