Skip to content

Instantly share code, notes, and snippets.

@sanbor
Created October 3, 2013 00:34
Show Gist options
  • Save sanbor/6802757 to your computer and use it in GitHub Desktop.
Save sanbor/6802757 to your computer and use it in GitHub Desktop.
Working on a way to solve my computing needs

Scenario

  • 1 tb external HD
  • 1 linux server with > 1 tb of storage
  • ? number of computers

Instructions

  • Plug my external HD to a computer where I have docker configured.
  • Load my VM with docker from my external HD
  • Access my files through the VM
  • If necessary, I should be able to directly access those files without the VM (with the proper app to decrypt the files).
  • Sync those encrypted files with my server, in order to have a back up
  • The server also has docker installed and the same VM
  • If I need to, I can connect to my server via ssh and have my stuff
  • In the future, I would like the VM serving some of my files via http so I can have "public files" like Dropbox. Also, maybe I can have my own set of weapps and be able to edit some of thouse files via http.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment