I hereby claim:
- I am nurodev on github.
- I am nurodev (https://keybase.io/nurodev) on keybase.
- I have a public key ASBgX1bDMDjLlEoRgHUNg9iTXQNwFSn2fh_nFWSOalZXSAo
To claim this, I am signing this object:
| # Host directory paths | |
| config_dir=/mnt/Pi/config/ | |
| downloads_dir=/mnt/Pi/downloads/ | |
| media_dir=/mnt/Pi/media/ | 
| # Host directory paths | |
| portainer_dir=dir_name/ | |
| pihole_dir=dir_name/ | |
| dnsmasq_dir=dir_name/ | |
| gateway_dir=dir_name/ | |
| # Other | |
| server_ip=ip_address | 
I hereby claim:
To claim this, I am signing this object:
| sudo apt-get update && sudo apt-get upgrade && sudo apt-get install apache2 php5 php5-gd sqlite php5-sqlite php5-curl -y && sudo service apache2 restart && cd /var/www/html && sudo wget https://download.nextcloud.com/server/releases/nextcloud-12.0.2.zip && sudo unzip -q nextcloud-12.0.2.zip && sudo rm -rf ./nextcloud-12.0.2.zip && sudo mkdir -p /var/www/html/nextcloud/data && sudo chown www-data:www-data /var/www/html/nextcloud/data && sudo chmod 750 /var/www/html/nextcloud/data && cd /var/www/html/nextcloud && sudo chown www-data:www-data config apps && sudo reboot | 
| sudo apt-get install samba samba-common-bin -y | 
| sudo apt-get update && sudo apt-get upgrade && sudo apt-get install apt-transport-https -y && wget -O - https://dev2day.de/pms/dev2day-pms.gpg.key | sudo apt-key add - && echo "deb https://dev2day.de/pms/ jessie main" | sudo tee /etc/apt/sources.list.d/pms.list && sudo apt-get update && sudo apt-get install -t jessie plexmediaserver && sudo rm -rf /etc/default/plexmediaserver && echo | |
| # default script for Plex Media Server | |
| # the number of plugins that can run at the same time | |
| PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6 | |
| # ulimit -s $PLEX_MEDIA_SERVER_MAX_STACK_SIZE | |
| PLEX_MEDIA_SERVER_MAX_STACK_SIZE=3000 | |
| # where the mediaserver should store the transcodes |