|
|
|
|
|
by Hortinstein
2669 days ago
|
|
Has anyone tried this and compared it to https://www.theia-ide.org/? First thing off the bat I notice is that Coder looks harder to deploy or try out, Theia was super easy, on the landing page they had a docker one liner: docker run -it -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia:next |
|
This means I have the full power of the underlying server, access to my docker on the host and any other features.
This also means though that it is direct shell access over the web and should be locked down like Fort Knox.
I've put this behind Traefik with httpauth for testing and it works well so far.