8000 chore: separate install docs by bpmct · Pull Request #3859 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: separate install docs #3859

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 13 commits into from
Sep 8, 2022
Merged
Show file tree
Hide file tree
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
Next Next commit
fixes from ammario feedback
  • Loading branch information
bpmct committed Sep 6, 2022
commit 24afb084291b7a9dc27a09f94d8943312031b334
13 changes: 9 additions & 4 deletions coder.env
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Coder must be reachable from an external URL for users and workspaces to connect.
# Enable CODER_TUNNEL (easy) or set CODER_ACCESS_URL
# Coder must be reachable from an external URL
# for users and workspaces to connect.

# Option 1) Enable CODER_TUNNEL to generate a
# unique *. try.coder.com access URL
CODER_TUNNEL=false

# Option 2) Set an access URL
# e.g. https://coder.example.com
CODER_ACCESS_URL=

CODER_ADDRESS=
CODER_PG_CONNECTION_URL=
CODER_TLS_CERT_FILE=
CODER_TLS_ENABLE=
CODER_TLS_KEY_FILE=
# Generate a unique *.try.coder.app access URL
CODER_TUNNEL=false

# Run "coder server --help" for flag information.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"title": "Standalone binaries",
"description": "Download binaries for macOS, Windows, and Linux.",
"path": "./install/manual.md"
"path": "./install/binary.md"
}
]
},
Expand Down
0