Skip to content

docs: add steps for postgres server verification #12072

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 25, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
add manifest
  • Loading branch information
ericpaulsen committed Feb 25, 2024
commit 8d81edc379d895da4edc09e5dc7d97d79a32fdf1
5 changes: 5 additions & 0 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,11 @@
"description": "Creating ImagePullSecrets for private registries",
"path": "./guides/image-pull-secret.md"
},
{
"title": "Postgres SSL",
"description": "Configure Coder to connect to Postgres over SSL",
"path": "./guides/postgres-ssl.md"
},
{
"title": "Azure Federation",
"description": "Federating Coder to Azure",
Expand Down