Commit Graph

7 Commits

Author SHA1 Message Date
Kyle Carberry 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
Mathias Fredriksson 31aaa1ed59
docs: Update Docker docs and docker-compose, mention `group-add` (#4237) 2022-09-28 16:33:36 +03:00
Mohammed Agboola 656dcc0050
fix: typo (#4149) 2022-09-21 17:38:51 -05:00
Ben Potter 3ded910cca
Add support for `coder tunnel` in docker-compose (#4027) 2022-09-13 14:53:41 +00:00
Christian Feldkirchner 1ee1db9664
Update docker.md (#4004)
Added a more detailed description on how to create the initial user (via the web ui)
2022-09-13 05:17:01 +00:00
Ben Potter d380c9494d
fix: broken docker-compose link (#3976) 2022-09-09 11:04:02 -05:00
Ben Potter 3610f09c77
chore: separate install docs (#3859) 2022-09-08 14:41:00 -05:00