Merge pull request #98 from SelfhostedPro/code-server

Code server
This commit is contained in:
SelfhostedPro 2020-06-09 16:38:34 -07:00 committed by GitHub
commit c8528c5a3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 0 deletions

BIN
Images/code-server.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

View File

@ -508,6 +508,60 @@
} }
] ]
}, },
{
"type": 1,
"title": "Code Server",
"name": "code-server",
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/code-server.png",
"image": "linuxserver/code-server:latest",
"categories": [
"Other",
"Tools"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"8443:8443/tcp"
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "GUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "TZ",
"label": "TZ"
},
{
"name": "PASSWORD",
"label": "PASSWORD"
},
{
"name": "SUDO_PASSWORD",
"label": "SUDO_PASSWORD"
},
{
"name": "PROXY_DOMAIN",
"label": "PROXY_DOMAIN",
"default": "example.my.domain"
}
],
"volumes": [
{
"container": "/config",
"bind": "/portainer/Files/AppData/Config/Code-Server"
}
]
},
{ {
"type": 1, "type": 1,
"title": "Codiad", "title": "Codiad",