You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
939 B
19 lines
939 B
#!/bin/bash |
|
echo "Installation Astroport/RompR et activation du mode JUKEBOX mp3" |
|
|
|
if [[ "$jukebox" == "oui" ]] then |
|
sudo apt-get install mariadb-server nginx libnginx-mod-rtmp lsof 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 |
|
|
|
# Add user to be able to modify nginx directories |
|
sudo usermod -a -G "$USER" www-data |
|
sudo chmod g+rw /var/www/html |
|
|
|
## TODO ## INSTALLER SITE PROXY NGINX QUI REDIRIGE VERS https://127.0.0.1:8080/ipns/$IPFSNODEID/.$IPFSNODEID |
|
# STRUCTURE DE DONNEE SITUE DANS ~/.zen/ipfs/ PUBLIEE PAR IPNS SELF |
|
|
|
## AJOUT ADDONS NAVIGATEUR https://askubuntu.com/questions/73474/how-to-install-firefox-addon-from-command-line-in-scripts |
|
# OpenWith # |
|
# https://chrome.google.com/webstore/detail/open-with/cogjlncmljjnjpbgppagklanlcbchlno |
|
# https://addons.mozilla.org/firefox/downloads/file/3831723/open_with-7.2.6-fx.xpi |
|
|
|
|