mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
76 lines
4.8 KiB
XML
Executable File
76 lines
4.8 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-cloud9/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>cloud9</Name>
|
|
<Repository>lscr.io/linuxserver/cloud9</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/cloud9</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-cloud9/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<Deprecated>true</Deprecated>
|
|
<GitHub>https://github.com/linuxserver/docker-cloud9#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-cloud9#readme</ReadMe>
|
|
<Branch>
|
|
<Tag>latest</Tag>
|
|
<TagDescription>Docker and Compose environment pre-installed</TagDescription>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>go</Tag>
|
|
<TagDescription>Basic Golang environment pre-installed</TagDescription>
|
|
<ReadMe>https://github.com/linuxserver/docker-cloud9/tree/go#readme</ReadMe>
|
|
<GitHub>https://github.com/linuxserver/docker-cloud9/tree/go#application-setup</GitHub>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>nodejs</Tag>
|
|
<TagDescription>Current stable NodeJS/NPM environment pre-installed</TagDescription>
|
|
<ReadMe>https://github.com/linuxserver/docker-cloud9/tree/nodejs#readme</ReadMe>
|
|
<GitHub>https://github.com/linuxserver/docker-cloud9/tree/nodejs#application-setup</GitHub>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>python</Tag>
|
|
<TagDescription>Current Python3 environment pre-installed</TagDescription>
|
|
<ReadMe>https://github.com/linuxserver/docker-cloud9/tree/python#readme</ReadMe>
|
|
<GitHub>https://github.com/linuxserver/docker-cloud9/tree/python#application-setup</GitHub>
|
|
</Branch>
|
|
<Branch>
|
|
<Tag>ruby</Tag>
|
|
<TagDescription>Current Ruby environment pre-installed</TagDescription>
|
|
<ReadMe>https://github.com/linuxserver/docker-cloud9/tree/ruby#readme</ReadMe>
|
|
<GitHub>https://github.com/linuxserver/docker-cloud9/tree/ruby#application-setup</GitHub>
|
|
</Branch>
|
|
<Project>https://github.com/c9/core</Project>
|
|
<Overview>Cloud9(https://github.com/c9/core) Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.</Overview>
|
|
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/cloud9.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9-logo.png</Icon>
|
|
<Date>2022-06-23</Date>
|
|
<Changes>
|
|
### 2022-06-23
|
|
- Deprecate image.
|
|
|
|
### 2021-06-24
|
|
- Use prebuilt compose binaries for the linuxserver repo.
|
|
|
|
### 2020-02-07
|
|
- Add optional http auth.
|
|
|
|
### 2019-06-02
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="8000" Default="8000" Mode="tcp" Description="The port for the Cloud9 web interface" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Path: /code" Target="/code" Default="" Mode="rw" Description="Optionally if you want to mount up a local folder of code instead of checking out" Type="Path" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Path: /var/run/docker.sock" Target="/var/run/docker.sock" Default="" Mode="rw" Description="Needed if you plan to use Docker or compose commands" Type="Path" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="GITURL" Target="GITURL" Default="https://github.com/linuxserver/docker-cloud9.git" Description="Specify a git repo to checkout on first startup" Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="USERNAME" Target="USERNAME" Default="" Description="Optionally specify a username for http auth" Type="Variable" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="PASSWORD" Target="PASSWORD" Default="" Description="Optionally specify a password for http auth (if USERNAME and PASSWORD are not set, there will be no http auth)" 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>
|