Skip to content

Commit c1eea4d

Browse files
committed
rebrand, change URLs
1 parent d89f4f1 commit c1eea4d

File tree

12 files changed

+90
-93
lines changed

12 files changed

+90
-93
lines changed
File renamed without changes.

docs/app/cloud/devspace/faq.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: FAQ
3+
sidebar_position: 6
4+
hide_title: false
5+
---
6+
7+
## What is Jetify Devspace?
8+
9+
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])
File renamed without changes.

docs/app/cloud/sandboxes/link_sandboxes.md renamed to docs/app/cloud/devspace/link_sandboxes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
h--
2-
title: Linking Cloudboxes from your Repo
2+
title: Linking a Devspace from your Repo
33
sidebar_position: 5
44
hide_title: false
55
---
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Managing Devspace
3+
sidebar_position: 3
4+
hide_title: false
5+
---
6+
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.

docs/app/cloud/sandboxes/quickstart.md renamed to docs/app/cloud/devspace/quickstart.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Cloudboxes Quickstart
2+
title: Jetify Devspace Quickstart
33
sidebar_position: 1
44
hide_title: false
55
---
66

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
88

9-
Let's launch our first Dev Environment with Jetify Cloudboxes.
9+
Let's launch our first Dev Environment in Jetify Devspace.
1010

1111
## Step 1: Launch a Sandbox from Github
1212

@@ -16,18 +16,19 @@ You can launch any Github Repo in a Jetify Sandbox by prepend the repo URL with:
1616
https://cloud.jetify.com/new/
1717
```
1818

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
2020

2121
[https://cloud.jetify.com/new/github.com/jetify-com/devbox](https://cloud.jetify.com/new/github.com/jetify-com/devbox)
2222

2323
:::tip
2424
If you need some inspiration, you can also launch one of our [templates](/devbox/docs/devbox_examples) projects to get started
2525
:::
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.
2726

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

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

3233
If your project doesn't already have a devbox.json, you can initialize one with:
3334

@@ -58,9 +59,9 @@ For further reading on how to install packages with Devbox, see:
5859

5960
## Step 3: Save your Dev Environment with `devbox.json`
6061

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

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:
6465

6566
* [Devbox Configuration Reference](/devbox/docs/configuration)
6667
* [Devbox Script](/devbox/docs/guides/scripts)
File renamed without changes.

docs/app/cloud/sandboxes/team_sandboxes.md renamed to docs/app/cloud/devspace/team_sandboxes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 4
44
hide_title: false
55
---
66

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

99
## Creating a Project
1010

@@ -20,14 +20,14 @@ Once the project is linked to a repository, developers can automatically create
2020

2121
## Sharing Secrets across Sandboxes
2222

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

2525
To add a secret to a project:
2626

2727
1. Navigate to the project in the Jetify Dashboard
2828
2. Click on the `Secrets` tab
2929
3. In the New Secrets form, provide a key and value for the secret, and then click "Add Secret"
3030

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

3333
For more information on managing secrets, see the [Jetify Secrets](../../secrets) guide.

docs/app/cloud/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Jetify Deploys cost $0.10/vCPU per hour while your deployment is scheduled. If y
3131
3232
-->
3333

34-
## What are the specs of the Jetify Cloudboxes?
34+
## What are the specs of Jetify Devspace?
3535

36-
Jetify Cloudboxes by default have:
36+
Devspaces by default have:
3737

3838
* 4 Dedicated vCPUs
3939
* 16 GB of RAM

docs/app/cloud/sandboxes/faq.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)