envy icon indicating copy to clipboard operation
envy copied to clipboard

Lightweight dev environments with a twist

Results 27 envy issues
Sort by recently updated
recently updated
newest added

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...

enhancement
discussion

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.

enhancement
help wanted
discussion

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...

discussion

Basically, integrate termshare: https://github.com/progrium/termshare

discussion

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...

enhancement
discussion

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...

discussion

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...

enhancement
help wanted