/bc-hcc-codeserver

[read-only mirror]

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

Batch Connect - HCC Code Server

pipeline status GitHub License

An improved file viewer / editor for OSC OnDemand that launches a Code Server within an Owens batch job. Code Server leverages VSCode as its editor.

Prerequisites

This Batch Connect app requires the following software be installed on the compute nodes that the batch job is intended to run on (NOT the OnDemand node):

Build/Install

Gitlab CI will automatically build both CentOS 7 and 8 RPMs. They can be installed directly via yum for testing. For production, add to the per-cluster common repos and require via puppet.

Known Issues

  • In-app installation of extensions does not work
  • The authentication provided by code-server is unencrypted

Contributing

  1. Fork it ( https://git.unl.edu/hcc/bc-hcc-matlab )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request