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
Jetify Devspace is a cloud-based development environment that can be customized and preconfigured using Devbox. Your Devspace is fully managed by Jetify, so you don't need to worry about setting up servers or infrastructure to get started.
10
+
11
+
## What size instances are available for Jetify Sandboxes?
12
+
13
+
Currently, all Jetify Sandboxes are configured with the following default specs:
14
+
15
+
* 4 vCPUs
16
+
* 16 GB RAM
17
+
* 10 GB Home Dir SSD
18
+
19
+
## Can I request a custom instance size?
20
+
21
+
We are working on adding support for more instance sizes, including the ability to configure custom sizes. Stay tuned for updates!
22
+
23
+
## Can I create an instance with a GPU?
24
+
25
+
GPU support is coming soon!
26
+
27
+
## What are the limitations for the Jetify Devspace Free Tier?
28
+
29
+
Our Free Tier comes with the following limitations per user:
30
+
31
+
* 2 Devspaces
32
+
* 25 active hours per month
33
+
* 15-minute inactivity timeout
34
+
* 4-hours maximum runtime per Devspace
35
+
36
+
## Do you have offers for Education and Open Source projects?
37
+
38
+
If you're interested in using Jetify Devspace for Education or Open Source projects, please reach out to us at [[email protected]](mailto:[email protected]) to discuss your use case and needs!
39
+
40
+
## Do you offer self-hosted or Enterprise solutions?
41
+
42
+
We're looking for early design partners for our self-hosted and Enterprise solutions. If you're interested in exploring Jetify Devspace for your enterprise, please reach out to us at [[email protected]](mailto:[email protected])
Devspaces that you've previously created can be managed from the Jetify Cloud dashboard. You can use the dashboard start, stop, and delete your previous Devspace instances.
7
+
8
+
## Accessing the Dashboard
9
+
10
+
To access Devspace in your dashboard, navigate to [cloud.jetify.com](https://cloud.jetify.com) and log in with your Jetify account. Once you select an Org, you will can view all the Devspaces that you have created within that org on the org page.
11
+
12
+
If you've created any projects in the org, you can also navigate to the project and select the Devspace tab to view all your instances in that project.
13
+
14
+
## Stopping and Starting Devspace
15
+
16
+
Your Devspaces are automatically stopped after 15 minutes of user inactivity. This is to help you save resources, and avoid being billed for unused CPU time.
17
+
18
+
If you want to manually stop your instance, click on the `Options` button on the Devspace that you want to stop, and then click on the `Stop` button. Your package store and project data will be saved, so you can quickly resume your work when you restart the Devspace.
19
+
20
+
:::info
21
+
Stopped instances are not billed for CPU usage, but you may be billed for storage usage in excess of the free tier.
22
+
:::
23
+
24
+
To restart your Devspace, click the option button on the cloud box you want to start, and then click the "Start" button. This will relaunch with the Home directory and packages from your previous session.
25
+
26
+
## Deleting Devspaces
27
+
28
+
By default, Devspaces are deleted if they are not used for more than 14 consecutive days. This is to help you save storage costs, and avoid being billed for unused disks.
29
+
30
+
If you are done with a Devspace, you can delete it by clicking on the `Options` button on the instance that you want to delete, and then clicking on the `Delete` button. This will permanently delete all data associated with the Devspace.
Copy file name to clipboardExpand all lines: docs/app/cloud/devspace/quickstart.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Cloudboxes Quickstart
2
+
title: Jetify Devspace Quickstart
3
3
sidebar_position: 1
4
4
hide_title: false
5
5
---
6
6
7
-
Jetify Cloudboxes let you spin up reproducible cloud development environments in your browser in seconds. Jetify Cloudboxes are powered by [Devbox](/devbox/docs), so you can run your environment on any machine. You can launch any
7
+
Jetify Devspace let you spin up reproducible cloud development environments in your browser in seconds. Jetify Devspace is powered by [Devbox](/devbox/docs), so you can run your environment on any machine. You can launch any
8
8
9
-
Let's launch our first Dev Environment with Jetify Cloudboxes.
9
+
Let's launch our first Dev Environment in Jetify Devspace.
10
10
11
11
## Step 1: Launch a Sandbox from Github
12
12
@@ -16,18 +16,19 @@ You can launch any Github Repo in a Jetify Sandbox by prepend the repo URL with:
16
16
https://cloud.jetify.com/new/
17
17
```
18
18
19
-
For example, to launch the [Devbox repo](https://github.com/jetify-com/devbox) in Jetify Cloudboxes, open the following URL in your browser
19
+
For example, to launch the [Devbox repo](https://github.com/jetify-com/devbox), open the following URL in your browser
If you need some inspiration, you can also launch one of our [templates](/devbox/docs/devbox_examples) projects to get started
25
25
:::
26
-
You can also launch a new Sandbox by navigating to your [Dashboard](https://cloud.jetify.com/dashboard) and clicking on the `New Sandbox` button.
27
26
28
-
## Step 2: Customize your Sandbox with Devbox
27
+
You can also launch a new Devspace by navigating to your [Dashboard](https://cloud.jetify.com/dashboard) and clicking on the `New Devspace` button.
29
28
30
-
You can customize your Jetify Sandbox with over 100,000 Nix packages in seconds using Devbox.
29
+
## Step 2: Customize your Environment with Devbox
30
+
31
+
You can customize your Jetify Devspace with over 100,000 Nix packages in seconds using Devbox.
31
32
32
33
If your project doesn't already have a devbox.json, you can initialize one with:
33
34
@@ -58,9 +59,9 @@ For further reading on how to install packages with Devbox, see:
58
59
59
60
## Step 3: Save your Dev Environment with `devbox.json`
60
61
61
-
Once you've customized your environment, you can save your Dev Environment config to source control by checking in your `devbox.json` and `devbox.lock` files. These files can be used to recreate your environment on Jetify Cloudboxes, or on any other machine that has devbox installed.
62
+
Once you've customized your environment, you can save your Dev Environment config to source control by checking in your `devbox.json` and `devbox.lock` files. These files can be used to recreate your environment on Jetify Devspace, or on any other machine that has devbox installed.
62
63
63
-
You can also use this file to configure initilization hooks, scripts, services, and environment variables for your project. For further reading, see:
64
+
You can also use this file to configure initialization hooks, scripts, services, and environment variables for your project. For further reading, see:
Copy file name to clipboardExpand all lines: docs/app/cloud/devspace/team_sandboxes.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ sidebar_position: 4
4
4
hide_title: false
5
5
---
6
6
7
-
**Jetify Projects** are a great way to share configuration and secrets with your team. A project can store repository settings and secrets that are shared across all Cloudboxes and users in the project. For example, you can configure a project for a Backend API with the database parameters, API keys, and other secrets. When a user launches a Sandbox in the project, they will automatically have access to the project's configuration and secrets.
7
+
**Jetify Projects** are a great way to share configuration and secrets with your team. A project can store repository settings and secrets that are shared across all Devspace users in the project. For example, you can configure a project for a Backend API with the database parameters, API keys, and other secrets. When a user launches a Sandbox in the project, they will automatically have access to the project's configuration and secrets.
8
8
9
9
## Creating a Project
10
10
@@ -20,14 +20,14 @@ Once the project is linked to a repository, developers can automatically create
20
20
21
21
## Sharing Secrets across Sandboxes
22
22
23
-
Jetify Projects can store secrets with Jetify Secrets that are shared across all Cloudboxes in the project. Cloudboxes will automatically use the `dev` namespace when accessing secrets.
23
+
Jetify Projects can store secrets with Jetify Secrets that are shared across all Devspaces in the project. New Jetify Devspace instance will automatically use the `dev` namespace when accessing secrets.
24
24
25
25
To add a secret to a project:
26
26
27
27
1. Navigate to the project in the Jetify Dashboard
28
28
2. Click on the `Secrets` tab
29
29
3. In the New Secrets form, provide a key and value for the secret, and then click "Add Secret"
30
30
31
-
Jetify will automatically add the secrets to any Cloudbox that is launched in the project. Note that if a Cloudbox is currently running when you add a secret, you will need to restart it to access the new secret.
31
+
Jetify will automatically add the secrets to any session that is launched in the project. Note that if a Devspace instance is currently running when you add a secret, you will need to restart it to access the new secret.
32
32
33
33
For more information on managing secrets, see the [Jetify Secrets](../../secrets) guide.
0 commit comments