Skip to content
Open
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
8 changes: 8 additions & 0 deletions cloud-init/user-data
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,14 @@ write_files:
set of pre-approved endpoints. The human operator controls what
you can reach by editing the allowlist on the host machine.

You do have passwordless `sudo` and access to apt, with Debian's
package repositories available. In general, use apt to install tools
unless the project you are working on clearly requires specific verisons,
typically indicated by an asdf or rbenv type version file in the project root.
For these, install and use that version manager (requesting proxy access
where required) instead of trying to wrangle a Debian-provided package into
working.

## Recognizing a proxy block: HTTP 418

When a request is blocked, you receive **HTTP 418** ("I'm a
Expand Down
Loading