You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2024. It is now read-only.
**Hocus** is a self-hosted application that spins up ready-to-code, disposable development environments on your own servers in seconds. You define your dev environments as code and launch them instantly from your browser. It's a **self-hosted alternative** to **Gitpod** and **Github Codespaces**.
15
+
**Hocus** is a self-hosted application that spins up ready-to-code, disposable development environments on your own servers in seconds. You define your dev environments as code and launch them instantly from your browser. It's a **self-hosted alternative** to **Gitpod** and **GitHub Codespaces**.
16
16
17
17
Hocus integrates with any Git provider that uses the SSH protocol, like GitHub, GitLab, BitBucket, or Gitea. It prebuilds dev environments on every commit for all branches like a CI system, enabling your team members to start coding with fresh, fully configured dev environments right away. Whether you're fixing a bug, building a new feature, or conducting a code review, Hocus has you covered.
- 💻 **Workspaces** - disposable, fully-configured development environments powered by [Firecracker](https://github.com/firecracker-microvm/firecracker) micro VMs, defined as code.
23
+
- 💻 **Workspaces** - disposable, fully-configured development environments powered by VMs, defined as code.
24
24
- 🏗️ **Prebuilds** - Hocus continuously builds your project like a CI system, so you can spin up a fresh dev environment in seconds and focus on coding rather than waiting.
25
25
- 🤝 **Project Environment Variables** - Declare shared environment variables for your entire team, making collaboration easier.
26
26
- 🔗 **VSCode Integration** - Connect to workspaces over SSH automatically with your local VSCode editor.
27
27
- 🧙♂️ **Full Root Access** - Unlike Docker containers, Hocus workspaces are full-fledged VMs, giving you full control over your environment. You can use Docker and nested KVM, run [LocalStack](https://github.com/localstack/localstack), or even deploy [Kubernetes](https://github.com/kubernetes/kubernetes);
28
-
- 🔄 **Support for any Git provider that uses the SSH protocol** - Connect Hocus to Github, Gitlab, Bitbucket, Gitea, Gerrit, and others.
28
+
- 🔄 **Support for any Git provider that uses the SSH protocol** - Connect Hocus to GitHub, Gitlab, Bitbucket, Gitea, Gerrit, and others.
29
29
- 🚄 **Monorepo support** - Create multiple development environments for different projects in a single repository.
0 commit comments