Skip to content

Instantly share code, notes, and snippets.

@simplymathematics
Last active August 28, 2021 18:53
Show Gist options
  • Save simplymathematics/3fd0979ae11d9dcd8c02cb4f821df9a5 to your computer and use it in GitHub Desktop.
Save simplymathematics/3fd0979ae11d9dcd8c02cb4f821df9a5 to your computer and use it in GitHub Desktop.
# assume ubuntu server
# Install Guest Additons
https://linuxize.com/post/how-to-install-virtualbox-guest-additions-in-ubuntu/
???? sudo adduser $USER vboxsf
sudo apt-get install git curl
sudo apt-get update
bash -c "$(curl -fsSL https://get.dockstarter.com)"
cd ~
sudo ds
#set global vars
#enable plex, delugevpn, sonarr, radarr, lidarr, portainer
#mount folders inside virtualbox from host OS
# TODO: prompt for user input of ovpn file
# cp *.ovpn ~/.config/openvpn/.
#
sudo ds
sudo mount -o bind /mnt/Documents/Pics/ ~/storage/pics/
# You must choose where/how to mount your media. I simply mounted it here: /mnt/medialibrary/ and symlinked that folder to the various drives on the host machine (in my case Windows).
@simplymathematics
Copy link
Author

GhostWriters/DockSTARTer@3d7fe55

commit example for adding an app to ds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment