coder/docs/admin
Cian Johnston c83af5e627
chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133)
* Detects the following pattern where the CLI is initialized with a client authenticated as the "first user":

    client := coderdtest.New(t, ...)
    [...]
    user := coderdtest.CreateFirstUser(t, client)
    [...]
    clitest.SetupConfig(t, client, root)

* Updates documentation regarding role permissions on workspaces.
2023-10-10 11:14:20 +01:00
..
README.md chore: reorganize some docs (#7062) 2023-04-12 21:47:25 +00:00
app-logs.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
appearance.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
audit-logs.md feat: add API support for workspace automatic updates (#10099) 2023-10-06 13:27:12 +04:00
auth.md docs: mention the need for permission to read email addresses (#9588) 2023-09-07 16:40:22 -06:00
automation.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
configure.md docs: add `CODER_TLS_ADDRESS` to documentation for TLS setup (#9503) 2023-09-05 19:07:56 +00:00
encryption.md chore: rename `git_auth` to `external_auth` in our schema (#9935) 2023-09-29 19:13:20 +00:00
external-auth.md fix: update the validation url for github enterprise (#10061) 2023-10-04 18:49:40 +00:00
groups.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
high-availability.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
prometheus.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
provisioners.md docs: fix typo (#9859) 2023-09-25 19:52:53 +00:00
quotas.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
rbac.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
scale.md chore(docs): update scaling table (#9279) 2023-08-23 20:18:42 +00:00
telemetry.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
upgrade.md Update upgrade.md (#9569) 2023-09-08 10:38:35 -04:00
users.md chore(cli): add linter to detect potential spurious usage of owner user in cli tests (#10133) 2023-10-10 11:14:20 +01:00
workspace-proxies.md chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00

README.md

Get started with Coder administration:

This page is rendered on https://coder.com/docs/coder-oss/admin. Refer to the other documents in the `admin/` directory.