AppFeed/lsio_categories/pylon.xml
2023-08-10 11:19:06 -04:00

76 lines
3.5 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>pylon</Name>
<Repository>linuxserver/pylon:latest</Repository>
<Registry>https://hub.docker.com/r/linuxserver/pylon/</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/97179-support-linuxserverio-pylon/</Support>
<Project>https://github.com/pylonide/pylon</Project>
<Overview>Pylon is a web based integrated development environment built with Node.js as a backend and with a supercharged JavaScript/HTML5 frontend, licensed under GPL version 3. This project originates from Cloud9 v2 project.</Overview>
<Category>Productivity: Tools:Utilities </Category>
<WebUI>http://[IP]:[PORT:3131]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/pylon.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>Pylon is a web based integrated development environment built with Node.js as a backend and with a supercharged JavaScript/HTML5 frontend, licensed under GPL version 3. This project originates from Cloud9 v2 project.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>3131</HostPort>
<ContainerPort>3131</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir/>
<ContainerDir>/code</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value/>
<Name>GITURL</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PYUSER</Name>
<Mode/>
</Variable>
<Variable>
<Value/>
<Name>PYPASS</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="3131" Default="" Mode="tcp" Description="Webui - Default 3131" Type="Port" Display="always" Required="false" Mask="false">3131</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. Find it at /code" Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="PYUSER" Target="PYUSER" Default="" Mode="" Description="Specify a basic auth user" Type="Variable" Display="always" Required="false" Mask="false"/>
<Config Name="PYPASS" Target="PYPASS" Default="" Mode="" Description="Specify a basic auth password" Type="Variable" 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>