Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

SauravDharwadkar/heroku-code-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

This repo will not recieve update in future use https://github.com/coder/deploy-code-server this for diployment solution , you can still fork and add your own customization for personal use

Project logo

code-server with rclone

Status GitHub Issues GitHub Pull Requests License visitors


Few lines describing My project.

📝 Table of Contents

🧐 About

This is heroku app that allow you to run vscode web version "code-server" also it implement rclone with sftp along with vscode sftp plugin to access files from multiple clouds supported by rclone .

🏁 Getting Started

deployment

Prerequisites

You need heroku account . You need rclone .

sudo apt install rclone

Installing

to generate rclone config use following

rclone config

after adding at least 1 working to rclone enter following to terminal to generate BASE_CONF value

curl https://raw.githubusercontent.com/SauravDharwadkar/heroku-code-server/master/rclone_conf.sh | bash 

copy generated value and put in heroku ENV variables

Eg

BASE_CONF
Note: copy as it is without spaces 

<here  your config string maybe long>

here CLOUD_NAME ignore other token texts 

[<you cloud name>]

🎈 Usage

remeber the name you given to your heroku app and use that name to open your vscode on browser


🚀 Deployment

if you work on other programming other than python and c , just fork repo edit Dockerfile and change install applications also add following line in Dockerfile to preinstalled vscode plugin

RUN code-server --install-extension <plugin name> --force

also add heroku addons for database or other things as your need

Note

Heroku server provide single core , some time it took while to load application if you open it after long time , to be sure it loaded completely open terminal inside code-server to confirm it loaded completely



✍️ Authors

🎉 Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published