Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion environments/devurls.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you provided a name for the Dev URL when you created it:
<name>-<username>.domain
```

If didn't provide a name for the Dev URL when you created it:
If you didn't provide a name for the Dev URL when you created it:

```text
<port>-<environment_name>-<username>.domain
Expand Down
6 changes: 3 additions & 3 deletions environments/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ even if the underlying [Image](../images/index.md) or its dependencies change.
## Auto-Off

Organizations can set an auto-off inactivity threshold. After an Environment
hasn't been access for the specified threshold, it is shutdown. A stopped
environment requires a [rebuild](#Rebuilds) before you can accessed it again.
hasn't been accessed for the specified threshold, it is shutdown. You must
[rebuild](#Rebuilds) a stopped environment before you can be access it again.
Read more about auto-off [here](../admin/environment-management/shutdown.md).

## Hooks

Coder exposes a few hooks during the build process. Once an Environment is
available and running on and underlying host, the following steps are taken
available and running on an underlying host, the following steps are taken:

1. `Injecting secrets into environment` Coder injects authentication for the
[Coder CLI](https://github.com/cdr/coder-cli), allowing the latter scripts to
Expand Down