mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
570ffd6459
commit
a5c6220219
46
unraid/cloud9.xml
Executable file
46
unraid/cloud9.xml
Executable file
@ -0,0 +1,46 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<Container version="2">
|
||||
<Name>cloud9</Name>
|
||||
<Repository>ghcr.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>
|
||||
<Branch>
|
||||
<Tag>latest</Tag>
|
||||
<TagDescription>Docker and Compose environment pre-installed</TagDescription>
|
||||
</Branch>
|
||||
<Branch>
|
||||
<Tag>go</Tag>
|
||||
<TagDescription>Basic Golang environment pre-installed</TagDescription>
|
||||
</Branch>
|
||||
<Branch>
|
||||
<Tag>nodejs</Tag>
|
||||
<TagDescription>Current stable NodeJS/NPM environment pre-installed</TagDescription>
|
||||
</Branch>
|
||||
<Branch>
|
||||
<Tag>python</Tag>
|
||||
<TagDescription>Current Python3 environment pre-installed</TagDescription>
|
||||
</Branch>
|
||||
<Branch>
|
||||
<Tag>ruby</Tag>
|
||||
<TagDescription>Current Ruby environment pre-installed</TagDescription>
|
||||
</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/linuxserver-ls-logo.png</Icon>
|
||||
<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="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user