Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/infrastructure/dev-tunnel/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ Make sure to run `nix-shell` for all subsequent commands.

- Docker
- Linode API Key
- Scope: `Linodes: Read/Write, Firewall: Read/Write`

## Step 1: Create Dev Tunnel

```sh
task dev-tunnel:up
```

This will prompt you to past your Linode API token.
This will prompt you to past your Linode API token. Running this will create a
new `Nanode 1 GB` instance on Linode.

Once complete, this will print an IP to your console like:

Expand Down