Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ ce Public archive

Botway Code Editor (Built on top of Coder)

License

Notifications You must be signed in to change notification settings

botwayorg/ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botway Code Editor

Botway CE is built on top of Coder

Build

docker build --build-arg PASSWORD="" \
    --build-arg GIT_REPO="" \
    --build-arg GITHUB_TOKEN="" \
    -t my-editor .

Run

docker run -p 8080:8080 my-editor