mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
78 lines
4.7 KiB
XML
Executable File
78 lines
4.7 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<!-- GENERATED FROM https://github.com/linuxserver/docker-openvscode-server/blob/main/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>openvscode-server</Name>
|
|
<Repository>lscr.io/linuxserver/openvscode-server</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/openvscode-server</Registry>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-openvscode-server/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-openvscode-server#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-openvscode-server#readme</ReadMe>
|
|
<Branch>
|
|
<Tag>latest</Tag>
|
|
<TagDescription>Stable releases</TagDescription>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>insiders</Tag>
|
|
<TagDescription>Insiders releases</TagDescription>
|
|
<ReadMe>https://github.com/linuxserver/docker-openvscode-server/tree/insiders#readme</ReadMe>
|
|
<GitHub>https://github.com/linuxserver/docker-openvscode-server/tree/insiders#application-setup</GitHub>
|
|
</Branch>
|
|
<Project>https://github.com/gitpod-io/openvscode-server</Project>
|
|
<Overview>Openvscode-server(https://github.com/gitpod-io/openvscode-server) provides a version of VS Code that runs a server on a remote machine and allows access through a modern web browser.</Overview>
|
|
<WebUI>http://[IP]:[PORT:3000]/?tkn=lsio</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/openvscode-server.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/openvscode-server-logo.png</Icon>
|
|
<Date>2024-08-19</Date>
|
|
<Changes>
|
|
### 2024-08-19
|
|
- Rebase to Ubuntu Noble.
|
|
|
|
### 2023-07-01
|
|
- Deprecate armhf. As announced here(https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
|
|
|
### 2022-09-29
|
|
- Rebase to jammy, switch to s6v3. Fix chown logic to skip `/config/workspace` contents.
|
|
|
|
### 2022-02-12
|
|
- Update `install-extension` helper to compensate for upstream changes.
|
|
|
|
### 2022-02-04
|
|
- Update binary for 1.64.0+. Allow for no token set when both toekn env vars are unset. Add libsecret for keytar.
|
|
|
|
### 2021-12-29
|
|
- Add `install-extension` as a helper for mods to install extensions.
|
|
|
|
### 2021-12-10
|
|
- Update deprecated connectionToken arg.
|
|
|
|
### 2021-11-30
|
|
- Fix app folder permissions, add the optional sudo password vars.
|
|
|
|
### 2021-11-29
|
|
- Create `.profile` and `.bashrc` for the user.
|
|
|
|
### 2021-11-29
|
|
- Release `insiders` tag.
|
|
|
|
### 2021-11-28
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Web UI port." Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Contains all relevant configuration files." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="CONNECTION_TOKEN" Target="CONNECTION_TOKEN" Default="" Description="Optional security token for accessing the Web UI (ie. `supersecrettoken`)." Type="Variable" Display="always" Required="false" Mask="true"/>
|
|
<Config Name="CONNECTION_SECRET" Target="CONNECTION_SECRET" Default="" Description="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`." Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="SUDO_PASSWORD" Target="SUDO_PASSWORD" Default="password" Description="If this optional variable is set, user will have sudo access in the openvscode-server terminal with the specified password." Type="Variable" Display="always" Required="false" Mask="true"/>
|
|
<Config Name="SUDO_PASSWORD_HASH" Target="SUDO_PASSWORD_HASH" Default="" Description="Optionally set sudo password via hash (takes priority over `SUDO_PASSWORD` var). Format is `$type$salt$hashed`." Type="Variable" Display="always" Required="false" Mask="true"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container>
|