Skip to content

Doc: Documentation on how to run a workspace proxy via systemctl #12783

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

Closed
michaelbrewer opened this issue Mar 27, 2024 · 4 comments · Fixed by #12810
Closed

Doc: Documentation on how to run a workspace proxy via systemctl #12783

michaelbrewer opened this issue Mar 27, 2024 · 4 comments · Fixed by #12810
Labels
docs Area: coder.com/docs

Comments

@michaelbrewer
Copy link
Contributor

michaelbrewer commented Mar 27, 2024

Current docs describe how to setup a Workspace Proxy via the CLI:

Some docs should be added like:

# Edit this file /etc/coder.d/coder-workspace-proxy.env
sudo systemctl enable --now coder-workspace-proxy

PR #12810

@coder-labeler coder-labeler bot added chore docs Area: coder.com/docs labels Mar 27, 2024
@kylecarbs
Copy link
Member

We'll definitely do this. Not sure why we don't have a systemd unit for these, but we should.

For whoever implements, we should bundle a "coder-workspace-proxy" service file with our deb distribution, but not enable it by default.

@michaelbrewer
Copy link
Contributor Author

Thanks @kylecarbs this will greatly simplify setup :)

@kylecarbs
Copy link
Member

@michaelbrewer turns out we already have this!

sudo systemctl enable --now coder-workspace-proxy

We'll add docs though... that is missing!

@michaelbrewer
Copy link
Contributor Author

Thanks @matifali for running make fmt , i did manage to run prettier --write to manual fix it later, but will at how to build the coder dev environment right ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Area: coder.com/docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants