Asher
f26309a23c
Release v4.102.0
2025-07-16 18:56:42 -08:00
Alex Strick van Linschoten
92fca0dcc3
Add language customization flag ( #7374 )
...
This allows you to customize any string (that has a translation) or add your own translations.
2025-07-15 12:38:27 -08:00
Asher
dded82bb47
Release v4.99.3
2025-04-28 14:28:51 -08:00
partev
ec0899a81b
Remove extra closing parentheses from docs ( #7309 )
2025-04-14 11:27:44 -08:00
Jan Larwig
a6fad66e5e
doc: update upstream documentation urls ( #7165 )
2025-02-11 11:24:31 -09:00
Rafael Ferreira
4a703893b0
Add --abs-proxy-base-path for when code-server is not at the root ( #6958 )
2024-08-26 20:19:55 +00:00
Asher
6467c60166
Remove section about VS Code Remote
...
It has nothing to do with code-server and will not connect to or use
code-server in any way.
Closes #5613 .
2024-07-12 17:02:40 -08:00
liuxhit
db9f678477
Update default nginx config in guide.md ( #6471 )
...
update nginx config to avoid wss error when expose code-server using a custom domain and a custom port via nginx.
see also:
[issue of code-server](https://github.com/coder/code-server/issues/4443 )
[different between `$host` and `$http_host`](https://stackoverflow.com/a/76875724 )
2023-10-04 10:41:35 -08:00
Efren
56d3548fa2
Add braces to Caddyfile example ( #6382 )
2023-08-10 00:44:23 +00:00
Michael Thomas
7cbb6a8b09
Add Svelte to guide ( #6269 )
...
Added a guide on proxying to a Svelte app since there wasn't one already. Used the vue and angular guides as a template and included a link to an issue post on sveltekits website which adds some context.
2023-07-13 16:17:25 -05:00
Joe Previte
96d9c5eb0f
docs: add port-forwarding ( #5979 )
2023-01-27 16:41:27 +00:00
Joe Previte
71a127a62b
refactor: update prettier and doctoc ( #5605 )
...
* docs: add toc to CODE OF CONDUCT
* chore: add prettier ignore blocks to docs
* chore: update styles for Dockerfile
* refactor: separate prettier, doctoc
This does a couple things:
- update `.prettierignore`
- split `prettier` and `doctoc` commands. you can still run with `yarn
fmt`
- delete `fmt.sh` and add `doctoc.sh`
By doing so, we can run tasks in parallel in CI and we should also have
less false positives than before with `yarn fmt` locally.
* refactor: update prettier job, add doctoc
This modifies the prettier job to use actionsx/prettier. It also adds a
job for `doctoc`.
* chore: upgrade to prettier 2.7.1
* chore: pin doctoc to 2.0.0
* fixup!: add .pc to prettierignore
* feat: add --cache to prettier cmd
2022-10-13 22:16:55 +00:00
Möbius
b2f043ab41
Update guide.md ( #5614 )
...
Co-authored-by: Mobius <ELXIAGHT@outlook.com >
Co-authored-by: Joe Previte <jjprevite@gmail.com >
2022-10-07 18:04:22 +00:00
Joe Previte
ba6b8da76b
docs: add proxying to angular app ( #5457 )
...
* docs(guide): add proxying to Angular app
* fixup: formatting
* fixup: formatting
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
2022-08-15 19:27:50 +00:00
Raúl Martín
cb09650d7c
Update caddy installation steps ( #5384 )
...
The official installation instructions have changed again.
2022-07-27 12:44:12 -05:00
Petar Petrov
d3f58f9b7d
Fix caddy installation docs ( #5209 )
...
Applies Caddy installations documentation fixes and also resolves the following issue when trying to install Caddy:
W: GPG error: https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ABA1F9B8875A6661
See:
- https://github.com/caddyserver/website/commit/930109ec3399035c4870a6c6a673537ca4813960
- https://github.com/caddyserver/website/commit/2e255b1ee39c36919e913466489c205e47a7a8f2
- https://github.com/caddyserver/website/commit/0f4885e59214a2d08a775051b587bb3363c7453c
2022-05-19 22:36:06 +00:00
azriel-stephen
77296c7187
Update guide.md ( #4981 )
...
Grammatical mistake
2022-03-11 09:49:12 -07:00
LG
10f57bac65
docs: Update some more links ( #4806 )
...
* Update links in package.json
I will try checking the docs too
* docs: Update links in triage.md
* docs: Update links in npm.md
* docs: Update links in whatever files that have `cdr`
* Replace globally, thanks @bpmct!
* fix: coderer instead of coder
I should've used all three toggles in the Search/Replace tab in the GItHub.dev editor.
* Code Formatting
2022-02-01 09:45:19 -07:00
n1ghtBl00d
48cd3c8b11
Fix Typos in guide.md ( #4674 )
...
The Guide mentioned "HTTP/HTTP traffic" when it should say "HTTP/HTTPS traffic"
Co-authored-by: Joe Previte <jjprevite@gmail.com >
2022-01-18 16:44:02 -07:00
Dmitriy Fishman
15500bb388
docs: fix a typo in guide.md ( #4728 )
2022-01-12 13:00:58 -07:00
Asher
3520ad2286
Mention that Safari needs TLS 1.2 ( #4346 )
...
* Mention that Safari needs TLS 1.2
https://github.com/cdr/code-server/issues/3850
* Delete duplicated guide sections
2021-10-18 10:31:30 -05:00
Joe Previte
d650894eb5
Revert "Revert "refactor: move helm README to docs/helm.md""
...
This reverts commit f319fca291 .
2021-09-13 14:16:47 -07:00
Joe Previte
2c1aed2395
fix: update tar version with resolution
2021-09-07 14:51:16 -07:00
Joe Previte
b4c5dc548e
Revert "revert: "docs(guide): add ssh into code-server on vs code" ( #4060 )"
...
This reverts commit c0d62da127 .
2021-09-07 14:51:16 -07:00
Jonathan Yu
c0d62da127
revert: "docs(guide): add ssh into code-server on vs code" ( #4060 )
...
This reverts commit efbfe060cd as
some of the contents broke our doc site generator.
2021-08-28 13:06:33 -07:00
Joe Previte
efbfe060cd
docs(guide): add ssh into code-server on vs code
2021-08-27 11:16:12 -07:00
Joe Previte
f2bef942f7
docs(guide): clarify login limits
2021-08-25 11:00:00 -07:00
Joe Previte
8cf98eaafb
docs: add proxying a vue app
2021-08-24 15:47:52 -07:00
Katie Horne
9d6a154352
chore: update header from Self signed certificates to Accessing Web Services
2021-07-20 09:25:57 -05:00
Katie Horne
66b6590e36
refactor(docs): clean up and restructure
2021-07-12 14:03:09 -05:00
Joe Previte
2540b0d02c
docs(guide): add note for exposing address NGINX
2021-07-06 12:53:53 -07:00
Joe Previte
b009ad0633
docs(guide): add WebSockets to requirements
2021-07-01 10:37:32 -07:00
PisecesPeng
988dc724f9
format 'caddy' for guide docs
2021-06-03 15:13:25 +08:00
hackercat
95164d024c
feat: add caddy example for serving from sub-path
2021-04-26 08:16:32 +02:00
Joe Previte
4756257207
refactor: rename doc to docs
2021-02-03 09:46:35 -07:00