All Projects → LER0ever → EvDev

LER0ever / EvDev

Licence: other
Full-Featured Dockerized Development Environment

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to EvDev

container
Custom containers for various usecases
Stars: ✭ 12 (-42.86%)
Mutual labels:  container, development-environment
docker
🐳 Official Docker image of the SinusBot for TeamSpeak 3 and Discord.
Stars: ✭ 50 (+138.1%)
Mutual labels:  container
docker-jre
Lean JRE 8 Docker container
Stars: ✭ 25 (+19.05%)
Mutual labels:  container
keepalived
Alpine based container for keepalived
Stars: ✭ 38 (+80.95%)
Mutual labels:  container
docker-compose-moodle
This project quickly builds a local workspace for Moodle (Apache2, PHP-FPM with XDEBUG y Postgres) using containers for each of its main components. The local workspace is built and managed by Docker Compose
Stars: ✭ 33 (+57.14%)
Mutual labels:  container
elixir-ms
an elixir microservice base/skeleton 💀
Stars: ✭ 39 (+85.71%)
Mutual labels:  container
magento-ngrok
Magento 2 module for ngrok.io service support
Stars: ✭ 45 (+114.29%)
Mutual labels:  development-environment
northstar
Embedded container runtime
Stars: ✭ 82 (+290.48%)
Mutual labels:  container
odoo-development-environment-tutorial
建立 odoo 開發環境 ( source code )
Stars: ✭ 25 (+19.05%)
Mutual labels:  development-environment
dockerMullvadVPN
Mullvad VPN container tutorial for docker
Stars: ✭ 38 (+80.95%)
Mutual labels:  container
spacemacs module for doom
Aim to port spacemacs features (defaults keybinding, transient state, layers and more) to doom, and provides a spacemacs module for doom.
Stars: ✭ 117 (+457.14%)
Mutual labels:  spacemacs
rails-development-environment
Development environment for Ruby on Rails based on Vagrant, VirtualBox and Ubuntu 16.04 LTS (Xenial Xerus).
Stars: ✭ 50 (+138.1%)
Mutual labels:  development-environment
fengming
No description or website provided.
Stars: ✭ 14 (-33.33%)
Mutual labels:  container
evil-briefcase
Change cases quickly with vim motions in emacs
Stars: ✭ 20 (-4.76%)
Mutual labels:  spacemacs
container-amiga-gcc
Containerfile for AmigaOS Cross-Compiler Toolchain
Stars: ✭ 51 (+142.86%)
Mutual labels:  container
base
base tool yamls (logging, monitoring, oauth, certificates, DNS)
Stars: ✭ 33 (+57.14%)
Mutual labels:  development-environment
piranha
Piranha - a modern cloud runtime
Stars: ✭ 136 (+547.62%)
Mutual labels:  container
edge-home-orchestration-go
Home Edge Project in LF Edge - Edge Orchestration for home edge devices to enabling smart home use cases.
Stars: ✭ 68 (+223.81%)
Mutual labels:  container
HerokuContainer
Dockerized ASP.NET Core Web API app in Heroku
Stars: ✭ 26 (+23.81%)
Mutual labels:  container
appbox.deploy
AppBoxFuture is Low-Code DevOps platform with embedded distributed HTAP database.
Stars: ✭ 25 (+19.05%)
Mutual labels:  development-environment

EvDev

My own configuration to run VSCode on the cloud for browser-based coding.

For the original EvDev which features EverVim and SpaceMacs, please see the terminal branch

Usage

If you want to use my configuration:

docker run -p 127.0.0.1:8443:8443 -v "${PWD}:/project" ler0ever/evdev code-server --allow-http --no-auth

If you have your own VSCode Settings Sync setup

  • Fork this project
  • Change sync.gist into your gist id "USERNAME/GISTID"
  • docker build . -tag WHATEVER
  • docker run -p 127.0.0.1:8443:8443 -v "${PWD}:/project" WHATEVER code-server --allow-http --no-auth

Features

Sync with VSCode Settings Sync

  • Directly download VSCode configurations and extension lists from SettingsSync gist.
  • VSCode settings is directly used for code-server
  • VSCode extensions are parsed and installed automatically from extensions.json

Official VSCode Extension Market

  • Code-server uses their own extensions registry and it is pretty limited and outdated, at least for now.
  • Here, Microsoft VSCode binary is used to install all the extensions before copying to code-server for final use, so they are up-to-date and official.

Dev Tools Included out of the box

  • Comes with
    • Golang
    • C++
    • Nodejs
    • Python
    • Rust

toolings pre-installed and ready to use.

CI and Docker Hub

This docker image is built and pushed to Docker Hub EvDev everyday with Travis Cron.

License

Credit goes to the code-server project.
Code for this configuration is licensed under Apache 2.0, detailed in LICENSE.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].