Setting up a cloud Ubuntu with Amazon Cloud Drive + Plex
##Setting up Plex.
- Download Plex
- dpkg -i
plex-file-version.deb - SSH with Tunnel to
localhost:32400 - Access
http://localhost:32400on local machine - Link to Plex account, setup the rest of Plex later..
- First you need to register a ACD account... :)
- Install Python PIP
sudo apt-get install python3-pip - Install ACD CLI
sudo pip3 install --upgrade git+https://github.com/yadayada/acd_cli.git - Init ACD_CLI config:
acd_cli -v init - Test sync
acd_cli sync - Mount ACD to a folder
acd_cli mount ~/Amazon
Lets use EncFS for this.. its fast, reliable and safe.
- Install
sudo apt-get -y install encfs - Make a encrypted folder inside amazon:
mkdir ~/Amazon/encrypted - Make a uncrypted folder to read from:
mkdir ~/Media - Fire EncFS to setup the folders:
encfs /home/user/Amazon/encrypted/ /home/user/Media/FULL PATHS IS NEEDED HERE
more to come..
more to come..
more to come..