envy
envy copied to clipboard
Lightweight dev environments with a twist
Right now all environments are private to each user. You should be able to share an environment with others users. I should be able to do it without being an...
When a user is created (logs in for first time), check if they have a repo called `envy.home` and clone that into their user home directory mounted into all environments.
Based on current specs if you want to keep the source for projects around, you'd persist in `/root` to keep with the environment, or `/home/` to make available in all...
Basically, integrate termshare: https://github.com/progrium/termshare
Envy releases will be tested against a version of Docker that will be included in the envy image, however, the readme should suggest mounting your Linux host docker binary to...
I've spent some time hacking on the project and as a result I now have lots and lots of "trash" on my Docker instance. It would be nice if we...
Need to change HTTP to only serve over TLS. By default it will generate a self-signed cert and copy into place. It can be overwritten with a custom cert. SSH...