001670cc13
docs: add steps for postgres SSL cert config ( #8648 )
...
* docs: add steps for postgres SSL cert config
* make fmt
* Update docs/install/kubernetes.md
Co-authored-by: Cian Johnston <cian@coder.com >
* fixup! Update docs/install/kubernetes.md
---------
Co-authored-by: Cian Johnston <cian@coder.com >
2023-07-21 10:36:11 -04:00
d96a6575af
docs: add link to CODER_DOCS_URL ( #8606 )
2023-07-19 19:47:38 +00:00
16cd1a675c
docs: add documentation about the offline docs ( #8603 )
2023-07-19 13:51:44 -05:00
d8d8eb2c8d
docs: add note on recommended Azure LB ( #8431 )
2023-07-11 18:19:45 +00:00
977e9ef505
docs: add steps for configuring trusted headers & origins in Helm chart ( #8031 )
2023-06-14 16:20:40 -04:00
6715cb6a95
docs: resolve README 404s ( #7822 )
2023-06-02 20:56:06 +00:00
b6604e8845
chore(docs): AWS EKS load balancer setup steps ( #7665 )
2023-05-24 10:19:45 -05:00
7f02fa696a
chore(docs): update openshift documentation re psp ( #7432 )
2023-05-05 13:00:07 +01:00
b26826ee3f
chore(docs): update advice for cache dir ( #7182 )
...
* Adds a note in openshift documentation regarding CODER_CACHE_DIRECTORY with readOnlyRootFS=true
2023-04-18 14:13:45 +01:00
9afbd152fc
chore: fix one broken link ( #7143 )
...
* fix one broken link
* Fix the hopefully last broken link
---------
Co-authored-by: Muhammad Atif Ali <atif@coder.com >
2023-04-14 18:28:58 +00:00
0e50afe4cf
fix(docs): fix broken docs ( #7138 )
...
* fixing a lot of broken links
* more fixes
* add 0 as valid status codes
https://tools.ietf.org/html/rfc7231#section-6.3.1 --> 0 as status code
2023-04-14 11:11:51 -05:00
e5c6ebdc96
docs: bump tf version in offline docs ( #7065 )
2023-04-10 11:04:31 -04:00
ded931f0f6
docs: rename quickstart to platforms + Kubernetes guide ( #6972 )
...
* rename quickstart to platforms + Kubernetes guide
* fmt
2023-04-03 09:51:07 -05:00
0b22c88538
fix(docs): fix broken links ( #6796 )
...
* Update change-management.md to fix broken links
* Update offline.md
* Update docker-in-docker.md
* fmt
2023-03-27 09:21:47 -04:00
b287ec5eec
docs: clarify mac docker install ( #6788 )
...
* clarify mac docker install
* point MacOS users to standalone binary
* macOS
2023-03-26 12:39:20 +00:00
39510f4163
docs: add openshift install ( #6165 )
...
* docs: add openshift install
* make: fmt
* Apply suggestions from code review
Update securityContext: set project-specific uid/gid, set readOnlyRootFilesystem=false
* add steps for creating compatible image and template
* Update docs/install/openshift.md
* make fmt
* docs: make changes on feedback
* combine helm steps
---------
Co-authored-by: Cian Johnston <cian@coder.com >
2023-03-20 03:48:53 -05:00
fadeb2ba3a
docs: add k8s & aws to offline Dockerfile ( #6663 )
2023-03-20 03:47:36 -05:00
f8494d2bac
Update binary.md ( #6415 )
...
Fixed broken Link to release archive
2023-03-07 12:30:50 -06:00
248c53d68d
fix: install terraform in base Docker image ( #6263 )
...
Updates the base Docker image to install Terraform version 1.3.4 (max supported version) by default.
Also updates documentation to reflect this change.
2023-03-07 13:52:45 +00:00
d8abe37cd7
docs: AWS EKS sessionAffinity for LB external IP to be issued ( #6425 )
2023-03-06 23:40:05 +00:00
175a41567e
docs: clarify requirements for offline deployments ( #6418 )
...
* docs: clarify requirements for offline deployments
* fix punctuation
* fix typo and add postgres
* mention update check
* disable update checks
2023-03-02 14:59:31 -06:00
90bc5d5b5f
docs: add note around offline docs provider versions ( #6018 )
2023-02-06 04:36:20 +00:00
8ef0306c08
Revert "docs: Change console to shell and remove unused elements ( #5960 )" ( #5964 )
...
This reverts commit 61dcf643e8
.
2023-02-01 17:05:45 -03:00
936bd5b231
chore: fix broken link in offline docs
2023-02-01 13:16:46 -06:00
bca6244c4e
chore: change docs links to latest release
2023-02-01 13:14:49 -06:00
61dcf643e8
docs: Change console to shell and remove unused elements ( #5960 )
2023-02-01 18:27:11 +00:00
ea4a845248
docs: dedicated instructions for Windows installer ( #5924 )
...
* docs: dedicated instructions for Windows installer
* changes from feedback
2023-01-31 17:26:37 +00:00
a040bcc0cf
docs: clarify access URL in install flow ( #5626 )
...
* fix: TLS disabled copy
* clarify default access URL
* add docs for coder address
2023-01-18 23:23:55 +00:00
04d45f3c1c
fix!: remove AUTO_IMPORT_TEMPLATE for Kubernetes installs ( #5401 )
...
* fix!: remove AUTO_IMPORT_TEMPLATE
* chore: remove template auto importing
Co-authored-by: Dean Sheather <dean@deansheather.com >
2023-01-05 04:04:32 +00:00
8df02f42c0
docs: make it clear the CLI must be downloaded to use templates ( #5373 )
2022-12-13 19:31:09 +00:00
2a6fff9227
fix: Set a default CODER_ACCESS_URL
in Helm ( #5041 )
...
* fix: Set a default `CODER_ACCESS_URL` in Helm
This allows for a simple `helm apply` to create a full Coder
deployment that works for creating workspaces.
* Update docs
2022-11-13 14:49:57 -06:00
30e9ecbc96
docs: fix offline install docs some errors ( #5039 )
...
* docs: fix offline install docs some error
* retrigger checks
2022-11-13 14:05:19 -06:00
dad89453d4
docs: Setup external PostgreSQL server ( #4901 )
...
* docs: Setup external PostgreSQL server
* Update docs/install/database.md
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
* Use user:password pattern
* Fix
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com >
2022-11-04 21:15:03 +01:00
55fe26bdfa
feat: publish helm chart to helm.coder.com ( #4793 )
2022-11-04 13:43:29 -05:00
c9a311331a
docs: fix DB URL ( #4888 )
2022-11-04 02:32:59 +00:00
7635736be6
Fix link to supported terraform versions ( #4803 )
...
* Fix link to supported terraform versions
* Update offline.md
2022-10-29 11:07:06 -07:00
7bc5b89f7a
feat: Support config files with viper ( #4696 )
2022-10-21 17:08:23 -05:00
e8537067ef
Revert "Revert "Revert "feat: Support config files with viper"" ( #4693 )" ( #4695 )
...
This reverts commit 372fb1f345
.
2022-10-21 16:07:38 -05:00
372fb1f345
Revert "Revert "feat: Support config files with viper"" ( #4693 )
2022-10-21 20:55:20 +00:00
a2fb444911
Revert "feat: Support config files with viper ( #4558 )" ( #4692 )
...
This reverts commit c8e299c8f1
.
2022-10-21 20:04:27 +00:00
c8e299c8f1
feat: Support config files with viper ( #4558 )
2022-10-21 19:26:39 +00:00
f9480ed576
add: helm binary download cmd ( #4526 )
2022-10-19 11:39:44 -05:00
0727c98313
docs: offline (air-gapped) installs ( #4644 )
...
* chore: add docs for offline (air-gapped) installs
* mention postgresql
2022-10-19 06:12:43 -05:00
614e40c0f5
add: postgres version requirement ( #4611 )
2022-10-18 00:24:49 +00:00
d1c537407d
fix: install index 404 ( #4610 )
2022-10-17 19:22:56 -05:00
9dcbe753f4
chore: Update docs for secretNames
TLS change ( #4469 )
...
This was changed but the docs didn't reflect it.
2022-10-11 13:21:04 -05:00
cb54986d3f
docs: fix bullet points in kubernetes.md ( #4445 )
2022-10-10 17:21:32 +00:00
3cc77d96eb
feat: Add tunnel by default ( #4399 )
...
* feat: Add tunnel by default
If an access URL is not specified, we will always tunnel.
This is from community-member feedback who exclaimed that
it's confusing having the default for `coder server` display
a warning message, and I agree.
There is very little (maybe none) in running `coder server`
without tunnel and without an access URL, so this seems like
overall a much better UX.
* Update install.sh
Co-authored-by: Ben Potter <ben@coder.com >
* Update docs/install/packages.md
Co-authored-by: Ben Potter <ben@coder.com >
* Fix reset pass test
* Fix e2e test
Co-authored-by: Ben Potter <ben@coder.com >
2022-10-07 08:05:56 -05:00
31aaa1ed59
docs: Update Docker docs and docker-compose, mention group-add
( #4237 )
2022-09-28 16:33:36 +03:00
656dcc0050
fix: typo ( #4149 )
2022-09-21 17:38:51 -05:00