AppFeed/lsio_categories/cloud9.xml
2022-01-20 15:35:40 -05:00

90 lines
4.5 KiB
XML

<?xml version="1.0"?>
<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>
<MyIP/>
<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>
<Category>Productivity: Tools: Status:Stable</Category>
<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>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DonateText>Donations</DonateText>
<DonateLink>https://www.linuxserver.io/donations/</DonateLink>
<Description>Cloud9 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</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<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/>
<ContainerDir>/code</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>GITURL</Name>
<Mode/>
</Variable>
<Variable>
<Value>99</Value>
<Name>PUID</Name>
<Mode/>
</Variable>
<Variable>
<Value>100</Value>
<Name>PGID</Name>
<Mode/>
</Variable>
</Environment>
<Labels/>
<Config Name="Webui" Target="8000" Default="" Mode="tcp" Description="Webui - Default 8000" Type="Port" Display="always" Required="false" Mask="false"/>
<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 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 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>
</Container>