Commit Graph

17 Commits

Author SHA1 Message Date
Stephen Kirby 114fb31fbb
fixed sharable port + coder_app interaction (#13285) 2024-05-15 14:40:46 -05:00
Garrett Delfosse a3c23ed313
chore: add docs for sharing ports (#13136)
Co-authored-by: kirby <kirby@coder.com>
Co-authored-by: Stephen Kirby <me@skirby.dev>
2024-05-03 12:38:29 -04:00
Dean Sheather 3416f6dfb5
chore: update port-forwarding documentation (#10916) 2023-11-28 23:54:19 +10:00
sharkymark 43ebf667f0
docs: explain why coder port-forward is more performant than dashboard and sshd (#9494) 2023-09-03 10:10:48 -05:00
Muhammad Atif Ali d37f6d80f7
chore(docs): update docs for correct use of shell and console and enforce linewidth (#9245) 2023-08-23 12:27:57 +03:00
Muhammad Atif Ali 25decc152a
chore: fix broken docs links (#8198)
* chore: add examples templates to docs filter

* chore: fix broken docs links

* Discard changes to .github/workflows/ci.yaml
2023-06-27 08:20:57 -04:00
Asher 96f9e61ca1
Strip CORS headers from applications (#8057)
The problem is that the headers get doubled up (not overwritten) and
browsers do not like multiple values for the allowed origin even though
it appears the spec allows for it.

We could prefer the application's headers instead of ours but since we
control OPTIONS I think preferring ours will by the more consistent
experience and also aligns with the original RFC.
2023-06-21 13:41:27 -08:00
Asher 4a0ac13bb7
docs: document CORS behavior between forwarded apps (#7944)
* docs: document CORS behavior

* docs: move CORS documentation under dashboard section

None of this applies to ports forwarded in other ways.
2023-06-12 20:59:47 +00:00
Bruno Quaresma 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
Bruno Quaresma 61dcf643e8
docs: Change console to shell and remove unused elements (#5960) 2023-02-01 18:27:11 +00:00
Eric Paulsen 823b02ac9c
docs: deprecate name arg (#5026) 2022-11-11 06:16:14 +00:00
sharkymark b6f2a29b7e
docs: update port forwarding to state it works without a wildcard with tunnel (#4887) 2022-11-09 20:25:32 +10:00
sharkymark 9cd74f307c
chore: update port forward dashboard docs for coder_app, sharing, and showing running processes (#4876)
* chore: update port forward dashboard docs for coder_app and sharing

* Update docs/networking/port-forwarding.md

Co-authored-by: Ben Potter <ben@coder.com>
2022-11-03 15:44:56 +00:00
Mathias Fredriksson 092a22f242
feat: Support for comma-separation and ranges in port-forward (#4166)
Fixes #3766
2022-10-03 11:58:43 +03:00
Ben Potter a7e08db16d
docs: fix link 404 in port-forwarding (#4211) 2022-09-27 08:24:49 -05:00
Bruno Quaresma c37ecdb9ff
feat: Add port forward button (#4167) 2022-09-26 14:56:17 +00:00
Ammar Bandukwala 7e54413d3b
docs: add networking (#4030) 2022-09-12 19:07:03 +00:00
Renamed from docs/port-forwarding.md (Browse further)