Commit Graph

182 Commits

Author SHA1 Message Date
Anmol Sethi 0129e002e8
Add install.sh into README.md 2020-05-27 15:48:22 -04:00
Anmol Sethi 3b11733bd8
Add auto install script 2020-05-27 15:48:22 -04:00
Anmol Sethi 96eeb9fea0
Fix install instructions for SUSE
Closes #1699
2020-05-27 15:48:22 -04:00
Anmol Sethi 0d207f4f9a
Update AUR docs
Closes #1634
2020-05-20 09:21:22 -04:00
Colin Adler 37d287199f
Document AUR install instructions 2020-05-19 22:41:28 -05:00
Anmol Sethi 9858af9014
Mention yarn as another installation option 2020-05-19 00:17:23 -04:00
Anmol Sethi 6f1309795e
Rebuild all node_modules on npm install
Stuff like ripgrep needs to be refetched so we cannot bundle
node_modules at all.
2020-05-18 21:37:16 -04:00
Anmol Sethi 5f94d5a687
Release v3.3.1
This release fixes bugs introduced with the release of v3.3.0

- We've reverted to VS Code 1.45.1 due to bugs in 1.46 #1667
- Accessing code-server from a web browser on Windows has been fixed #1642
- Search in project has been fixed #1665
- The glibc requirement on static releases has been lowered to v2.19 #1656
2020-05-18 18:11:52 -04:00
Anmol Sethi 47d50c9163
Downgrade CI to Debian 8 for glibc 2.19
Closes #1656
2020-05-18 00:38:55 -04:00
Anmol Sethi 59f0128d27
Shorten static release script horizontally 2020-05-17 21:11:52 -04:00
Anmol Sethi 761c2035c7
Fix grammar in README 2020-05-17 20:47:33 -04:00
Anmol Sethi c33a4651c9
Improve static install script 2020-05-17 20:36:10 -04:00
Anmol Sethi 783dfe0a14
Fix typo in installation docs 2020-05-17 20:32:04 -04:00
Anmol Sethi 2421cab479
Fix grammar in README 2020-05-17 20:25:33 -04:00
Anmol Sethi 52eeccaba1
v3.3.0 2020-05-17 18:35:36 -04:00
Anmol Sethi e0dbd8f74a
Rename self contained release to static release 2020-05-17 16:59:09 -04:00
Anmol Sethi 6a25b3bfa0
Document structure better
Closes #1648
2020-05-17 16:53:08 -04:00
Anmol Sethi d56381666a
Use .tar.gz for macOS releases
No good reason to use .zip, was just confusion on my part.
2020-05-16 10:01:26 -04:00
Anmol Sethi 181bad9563
Improve docker install formatting 2020-05-14 22:33:13 -04:00
Anmol Sethi 73b2ff0945
$PORT should always override port in --bind-addr 2020-05-14 22:33:12 -04:00
Anmol Sethi d4b3d21dce
Require minimum node 12 2020-05-14 22:33:12 -04:00
Anmol Sethi d7234029e6
Use /usr/local instead of /opt in self contained release example 2020-05-14 20:27:36 -04:00
Anmol Sethi a0a77e379e
Add doc/guide.md 2020-05-14 05:24:23 -04:00
Anmol Sethi f4a78587b0
Make npm-postinstall.sh more robust 2020-05-13 22:44:43 -04:00
Anmol Sethi b3ae4d67d3
Hide bundled node_modules to prevent them from being ignored 2020-05-13 04:17:34 -04:00
Anmol Sethi 1739b21600
Bundle VS Code node_modules to avoid yarn dependency
Many random bizarre issues otherwise.

Also includes misc improvements to docs and scripts.
2020-05-13 02:35:11 -04:00
Anmol Sethi a346c6d565
Document npm module install dependencies 2020-05-12 23:11:31 -04:00
Anmol Sethi 4aae5eaeca
CI fixes
- Splits up test into fmt, lint and test
- Fixes bug in build-packages.sh
- Minor README.md fixes
2020-05-12 21:26:36 -04:00
Anmol Sethi 41d625abb6
Revamp README.md with new installation options 2020-05-12 21:26:36 -04:00
saxc c04befac68
fix macOS 2020-05-01 17:55:38 +02:00
Anmol Sethi c7753f2cf9
Update docker one liner to forward UID/GID
Closes #1425
2020-04-16 14:57:41 -04:00
Onilton Maciel 09db0ffad5
Add link to contributing 2020-03-19 18:53:31 -03:00
Allan Bowe f83a57a010
chore: update README link (as no longer redirects) 2020-03-09 20:40:41 +01:00
Asher 79b4c64a03
Add example gif 2020-03-02 15:13:39 -06:00
Asher 70ad2354bb
Remove gif link for now 2020-02-27 10:57:39 -06:00
Asher 01710cf6ff
Update download instructions
We aren't providing binaries any longer.
2020-02-26 15:42:31 -06:00
Anmol Sethi 25288b1afd
Cleanup FAQ and mention GPG/SSH forwarding 2020-02-20 17:45:04 -05:00
Anmol Sethi 9f3240346c
Doc fixes 2020-02-19 00:27:02 -05:00
Anmol Sethi b6aa0cbcba
Fix docs 2020-02-18 19:07:01 -05:00
Anmol Sethi 4aa15401c3
Format and lint 2020-02-14 20:00:19 -05:00
Asher b29346ecdf
Implement new structure 2020-02-04 14:31:44 -06:00
Ben Potter 50234e5f04
Reflects new location of vscodeVersion (#1327) 2020-02-04 11:10:32 -06:00
Anmol Sethi a674d882bf
Remove buggy -v flag from README.md docker run
Closes #1270

Will describe in FAQ how to keep state.
2020-01-27 12:17:59 -06:00
Asher 92da02ef3e
Add Drone CI caching 2020-01-15 13:20:58 -06:00
Asher e6d1f2a7c8
Update VS Code to 1.41.0 2019-12-16 16:52:29 -06:00
Asher 917aa48072
Update enterprise link
Fixes #1172.
2019-11-14 11:16:08 -06:00
Asher 2ad2582cc0
Minor readme updates and fixes 2019-11-05 13:49:18 -06:00
Asher 3d5db8313a
Add secure domain to requirements 2019-10-30 10:33:07 -05:00
Asher d81d5f499f
Remove Cloud Run button
Unfortunately it doesn't allow websockets so it's not working.
2019-10-24 16:45:22 -05:00
Asher 4be178d234
Move Google Cloud button to match Digital Ocean 2019-10-24 16:09:02 -05:00
Ayane Satomi 9c40466b4b Add Google Cloud quick-launch button (#1069) 2019-10-24 16:07:44 -05:00
Asher e7945bea94
Enable password authentication by default
Fixes #1062.
2019-10-24 12:35:26 -05:00
Asher eea9c1618c
Move client-side extension code out of patch 2019-10-23 13:12:11 -05:00
Asher f1b38e4e48
Fix out-of-order readme section 2019-10-23 11:54:47 -05:00
Asher ff99a1d768
Add security section to readme
See #1062.
2019-10-23 11:49:17 -05:00
Asher faae03da6b
Add prerequisites for building 2019-10-22 17:49:43 -05:00
Asher 4cd2f2cd52
Simplify build and development steps 2019-10-18 19:10:55 -05:00
Kyle Carberry 134040fea3
Update extensions section of readme 2019-09-27 09:39:29 -05:00
Ayane Satomi 22058c5f86 [README] add Requirements section (#1000)
* [README] add Requirements section

This is based user feedback and testing. This may expand if need be

Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>

* [README] raised the bar a bit more

Apparently we were targeting GLIBC 2.17

Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2019-09-18 13:21:38 -05:00
Asher 7eececead6
Use v2 tag for Docker example 2019-09-17 12:27:32 -05:00
Asher 0ff8a11c7f
Vsix upload should work 2019-09-13 10:22:07 -05:00
Asher 8b1cdaa4a1
Nbin is no longer a global dependency 2019-09-13 10:20:35 -05:00
Asher 0bbaa9763b
Add back Digital Ocean button 2019-09-13 10:17:27 -05:00
Ayane Satomi cb0f9c58d2 re-add GH-969
I somehow deleted it during the conflict resolution

Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2019-09-13 00:51:29 +08:00
Ayane Satomi 8643bdc9d7 fix further conflicts in README.md
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2019-09-13 00:48:09 +08:00
Ayane Satomi 5b51999df7 resolve tree conflicts with master
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
2019-09-13 00:46:29 +08:00
Ayane Satomi 51a82655a9 [README] Add volume flag for persisting configs (#969)
Fixes GH-965
2019-09-12 10:12:39 -05:00
Asher b901043bfc
Target a recent commit for VS Code
This is so we can try out the web worker extension host.
2019-08-29 19:11:11 -05:00
Asher 83f86a45b6
Load language bundles on the client 2019-08-14 10:25:31 -05:00
Asher b566b66590
Fix service worker scope when there is a base path 2019-08-12 11:24:05 -05:00
Asher 7389d9e2cb
Use current URL for webview 2019-08-12 10:23:08 -05:00
Asher ba7285192c
Update VS Code to 1.37.0 2019-08-09 19:23:41 -05:00
Asher 8c39e085f4
Use generic releases link for v2 message 2019-08-08 13:40:01 -05:00
Asher d4ed2efa71
Change default port to 8080 2019-08-08 11:21:45 -05:00
Asher 3667b16cba
Add link to v2 preview 2019-08-07 18:18:01 -05:00
Asher 712274d912
Groundwork for language support
- Implement the localization service.
- Use the proper build process which generates the require JSON files.
- Implement getting the locale and language configuration.
2019-08-02 19:29:00 -05:00
Dean Sheather bdd9d65146
Add DigitalOcean button to README 2019-08-02 14:08:33 +10:00
Asher 60ed0653bc
Reformat readme intro 2019-07-31 17:22:19 -05:00
Asher bce0cac48f
Document recent VS Code patch changes 2019-07-31 17:22:18 -05:00
jhalek90 c67844d356
update README.md
Removed linked to coder.com/enterprise,(404)
replaced with link to coder.com
2019-07-28 10:35:52 -05:00
Asher 329acbb251
Combine main and webview servers 2019-07-23 19:22:10 -05:00
Asher fd55139c82
Make flags additive and clean up docs
This means that you have to turn on features now instead of disabling
them like auth and https.

In addition:
- Allow multiple options for auth (only password for now).
- Combine the install docs since they had many commonalities and
- generally simplified them (hopefully not too much).
- Move all example configs into docs/examples.
2019-07-23 18:59:39 -05:00
Asher 436ef7bd5c
Fix VS Code version in readme and describe our changes 2019-07-22 18:01:46 -05:00
Kyle Carberry 078af59fd8 Replace demo image with GIF (#863) 2019-07-22 10:21:15 -05:00
Asher 36b8731cfe
Add some missing development steps 2019-07-19 18:45:13 -05:00
Asher b6fdb7d0e7
Telemetry 2019-07-18 18:09:20 -05:00
Asher 9446cc8245
Update Dockerfile 2019-07-18 18:09:15 -05:00
Asher 8dcc1e3567
Accept argument to change initial working directory 2019-07-18 18:09:13 -05:00
Asher 97167e75ff
Add authentication 2019-07-18 18:09:11 -05:00
Asher 2fdf09e6e7
Include version when building 2019-07-18 18:08:37 -05:00
Asher 54ffd1d351
Make extension sidebar work 2019-07-18 18:08:36 -05:00
Asher a20fa4a97a
Implement extensions channel 2019-07-18 18:08:32 -05:00
Asher 197d8dba93
Need to run `yarn compile` once
To build the extensions for development.
2019-07-18 18:08:30 -05:00
Asher 5677ff2edf
Add build scripts 2019-07-18 18:08:27 -05:00
Asher 57a8186e88
Add development steps 2019-07-18 18:08:20 -05:00
Asher 4861405683
Initial connection handling 2019-07-18 18:08:13 -05:00
morningspace e6713db677
Update READE to add know issue for golang debug 2019-07-02 06:37:34 +08:00
Anmol Sethi 72152f74ab
Fix docker oneliner in README.md 2019-05-02 13:32:05 -04:00
Anmol Sethi bb5836ec61
Rename codercom/code-server to cdr/code-server 2019-05-02 11:25:50 -04:00
Kyle Carberry 6c972e855f
codercom -> cdr 2019-04-27 16:57:10 -04:00