Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.29 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.29 KB

gcloud-plex-server

Scripts to automate creation of a Plex Server on Google Compute Engine

Rclone

Install and configure rclone for filesystem access

sudo apt-get install rclone
rclone config

Remote desktop

Remote desktop auto-install instructions:

sudo journalctl -o cat -f _SYSTEMD_UNIT=google-startup-scripts.service
  • Set a password
sudo passwd $(whoami)
  • Add user to sudoers
sudo adduser $(whoami) sudo

Configure plex from remote desktop machine:

Reference

Install guides to use as templates for later automation:

Backup instructions for later automation:

Archive

From https://github.com/plexdrive/plexdrive -- OBSOLETE