Skip to content

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

License

Notifications You must be signed in to change notification settings

josephrkramer/gcloud-plex-server

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages