Skip to content

Openvscode-server

Logo

Description

Openvscode-server provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser.

Image

linuxserver/openvscode-server:latest

Categories

  • Uncategorized Services

Ports

  • 3000:3000/tcp

Volumes

ContainerBind
/config/opt/appdata/openvscode-server

Environment Variables

NameLabelDefaultDescription
PUIDPUID1024for UserID
PGIDPGID100for GroupID
TZTZEurope/Amsterdamspecify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
CONNECTION_TOKENCONNECTION_TOKEN``````Optional security token for accessing the Web UI (ie. `supersecrettoken`).
CONNECTION_SECRETCONNECTION_SECRET``````Optional path to a file inside the container that contains the security token for accessing the Web UI (ie. `/path/to/file`). Overrides `CONNECTION_TOKEN`.
SUDO_PASSWORDSUDO_PASSWORDpasswordIf this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password.
SUDO_PASSWORD_HASHSUDO_PASSWORD_HASH``````Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`.

Labels

KeyValue
traefik.enabletrue
traefik.http.routers.openvscode-server.ruleHost(`openvscode-server.{$TRAEFIK_INGRESS_DOMAIN}`)
traefik.http.routers.openvscode-server.entrypointshttps
traefik.http.services.openvscode-server.loadbalancer.server.port3000
traefik.http.routers.openvscode-server.tlstrue
traefik.http.routers.openvscode-server.tls.certresolverdefault
traefik.http.routers.openvscode-server.middlewarestraefik-forward-auth
mafl.enabletrue
mafl.titleOpenvscode-server
mafl.descriptionOpenvscode-server provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser.
mafl.linkhttps://openvscode-server.{$TRAEFIK_INGRESS_DOMAIN}
mafl.icon.wraptrue
mafl.icon.color#007acc
mafl.status.enabledtrue
mafl.status.interval60
mafl.groupServices
mafl.icon.urlhttps://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openvscode-server-logo.png

Licensed under the MIT License. Free for all use cases. For enterprise or academic support, please reach out to us.