- Notifications
You must be signed in to change notification settings - Fork928
Closed as not planned
Closed as not planned
Description
We could provide ainstall.sh
in the/bin directory of a Coder install. Then, instead of using the publicly-hosted install script, the CLI can refer to the deployment's bin folder:
➜ ~ coder lsversion mismatch: client v0.11.0+df89e2c, server v0.14.1+52d7dfa- download the server version with: 'curl -L https://coder.com/install.sh | sh -s -- --version 0.14.1'+ download the server version with: 'curl -L https://coder.mycompany.com/bin/install.sh | sh -s -- --version 0.14.1'
This means we would have to also self-host minimal versions of the.deb, .rpm, .exe
installers/packages. We can also consider adding a staticindex.html
in the/bin
folder with user-friendly download links for each OS. Or a "download CLI" page in the dashboard 🤷🏼