AppFeed/templates/linuxserversRepository/linuxserver.io/cloud9.xml
2021-02-23 15:49:21 -05:00

87 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>cloud9</Name>
<Repository>linuxserver/cloud9</Repository>
<Registry>https://hub.docker.com/r/linuxserver/cloud9/</Registry>
<Branch>
<Tag>latest</Tag>
<TagDescription>Docker and Compose environment preinstalled</TagDescription>
</Branch>
<Branch>
<Tag>go</Tag>
<TagDescription>Basic GoLang environment preinstalled</TagDescription>
</Branch>
<Branch>
<Tag>nodejs</Tag>
<TagDescription>Current stable NodeJS/NPM environment preinstalled</TagDescription>
</Branch>
<Branch>
<Tag>python</Tag>
<TagDescription>Current python3 environment preinstalled</TagDescription>
</Branch>
<Branch>
<Tag>ruby</Tag>
<TagDescription>Current Ruby environment preinstalled</TagDescription>
</Branch>
<Network>bridge</Network>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/80732-support-linuxserverio-cloud9/</Support>
<Project>https://github.com/c9/core</Project>
<Overview>Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.[br][br]Several branches are available with different development environments pre-installed.[br][br][b]latest[/b] = Docker and Compose environment preinstalled[br][b]go[/b] = Basic GoLang environment preinstalled[br][b]nodejs[/b] = Current stable NodeJS/NPM environment preinstalled[br][b]python[/b] = Current python3 environment preinstalled[br][b]ruby[/b] = Current Ruby environment preinstalled</Overview>
<WebUI>http://[IP]:[PORT:8000]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/cloud9.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/cloud9-logo.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort></HostPort>
<ContainerPort>8000</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/var/run/docker.sock</HostDir>
<ContainerDir>/var/run/docker.sock</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir></HostDir>
<ContainerDir>/code</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value></Value>
<Name>GITURL</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Webui" Target="8000" Default="" Mode="tcp" Description="Webui - Default 8000" Type="Port" Display="always" Required="false" Mask="false"></Config>
<Config Name="Docker" Target="/var/run/docker.sock" Default="" Mode="rw" Description="Needed if you plan to use Docker or compose commands (Optional)" Type="Path" Display="always" Required="false" Mask="false">/var/run/docker.sock</Config>
<Config Name="Git URL" Target="GITURL" Default="" Mode="" Description="if you wish to checkout a specific Git repo instead of a local code repository specify it here." Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Local Code Repository" Target="/code" Default="" Mode="rw" Description="if you want to mount up a local folder of code instead of checking out a Git URL specify its location here." Type="Path" Display="always" Required="false" Mask="false"></Config>
<Config Name="PUID" Target="PUID" Default="" Mode="" Description="PUID" Type="Variable" Display="advanced" Required="false" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="" Mode="" Description="PGID" Type="Variable" Display="advanced" Required="false" Mask="false">100</Config>
<Description>Cloud9 is a complete web based IDE with terminal access. This container is for running their core SDK locally and developing plugins.Several branches are available with different development environments pre-installed.latest = Docker and Compose environment preinstalledgo = Basic GoLang environment preinstallednodejs = Current stable NodeJS/NPM environment preinstalledpython = Current python3 environment preinstalledruby = Current Ruby environment preinstalled</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/linuxserversRepository/linuxserver.io/cloud9.xml</templatePath>
</Container>