Access a version of VS Code on the web with a bunch of extra features and integrations.

Uses Code Server while also providing:
OAUTH_PROVIDER=google
# Set by google
OAUTH_CALLBACK_URLS=${CALLBACK_URL}
OAUTH_CLIENT_ID=${VOUCHID}
OAUTH_CLIENT_SECRET=${VOUCHSECRET}
[email protected]
# domain vouch proxy will be hosted on
DOMAINS=mydomain.com
#====================
# sharpnet ports
HTTP_PORT=80
HTTPS_PORT=443
# Sharpnet gmail login credentials
# for sending errors
MAILPASS=email_password
SENDER_EMAIL=email
# Email that problems will be sent to
[email protected]
# Domain for certificates
DOMAIN=domain2.com
# For Devs only
DEV=FALSE
NETWORK=sharpnet
(Note that VOUCH OAuth could be changed to another provider, please see Vouch Proxy)
sharpcd --remotefile https://raw.githubusercontent.com/Sharpz7/vouch/main/.sharpcd/dependencies.sharpcd.yml
Ensure the enviromental variables have been set in an enviromental variable file:
Use the $VERSION variable to set the version of Code Server you want to install (i.e 4.4.0-python)
See the possible version tags Here
CODESERVER_PASS=<password>
VERSION=<version>
sharpcd --remotefile https://raw.githubusercontent.com/Sharpz7/vouch/main/.sharpcd/sharpcd.yml
Content type
Image
Digest
Size
1.2 GB
Last updated
over 4 years ago
docker pull sharp6292/codeserver:4.4.0-full