Bot Updating Unraid Template

This commit is contained in:
LinuxServer-CI 2021-01-13 04:22:26 +00:00
parent 89af393554
commit ee26bd29e2

21
unraid/guacd.xml Executable file
View File

@ -0,0 +1,21 @@
<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<Container version="2">
<Name>guacd</Name>
<Repository>ghcr.io/linuxserver/guacd</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/guacd</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-guacd/issues/new/choose</Support>
<Project>https://guacamole.apache.org/</Project>
<Overview>[Guacd](https://guacamole.apache.org/) - Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH. This container is only the backend server component needed to use The official or 3rd party HTML5 frontends.</Overview>
<WebUI>http://[IP]:[PORT:4822]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/guacd.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/guacd-icon.png</Icon>
<Config Name="WebUI" Target="4822" Default="4822" Mode="tcp" Description="Port Guacamole server listens on" Type="Port" Display="always" Required="true" 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>