Files
unRAID-CA-templates/templates/rancher.xml
Squidly271 c1e3350ae2 Fix webUI
2022-01-28 07:51:45 -05:00

19 lines
2.2 KiB
XML

<?xml version="1.0"?>
<Container version="2">
<Name>rancher</Name>
<Repository>rancher/rancher:latest</Repository>
<Registry>https://hub.docker.com/r/rancher/rancher</Registry>
<Network>bridge</Network>
<Privileged>false</Privileged>
<Support>https://rancher.com/docs/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/</Support>
<Project>https://github.com/rancher/rancher</Project>
<Overview>A container management platform built for organizations that deploy containers in production. The docker version of Rancher cannot be made HA (Highly Available), however the clusters it creates can be. It is also possible to connect to and use clusters created by rancher when it is down. Useful as a management interface for deploying, scaling, and editting apps on other systems. (in the cloud, a raspberry pi cluster, vms running k3os, etc.) Perfect for running and managing the apps that you'd rather not go down while maintaining your server.</Overview>
<Category>Network:Management</Category>
<WebUI>https://[IP]:[PORT:443]</WebUI>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/rancher.png</Icon>
<Description>A container management platform built for organizations that deploy containers in production. The docker version of Rancher cannot be made HA (Highly Available), however the clusters it creates can be. It is also possible to connect to and use clusters created by rancher when it is down. Useful as a management interface for deploying, scaling, and editting apps on other systems. (in the cloud, a raspberry pi cluster, vms running k3os, etc.) Perfect for running and managing the apps that you'd rather not go down while maintaining your server.</Description>
<Config Name="Web UI" Target="80" Default="80" Mode="tcp" Description="Container Port: 80" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Secure Web UI" Target="443" Default="443" Mode="tcp" Description="Container Port: 443" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Datastore" Target="/var/lib/rancher" Default="/mnt/user/appdata/rancher/" Mode="rw" Description="Container Path: /var/lib/rancher" Type="Path" Display="always" Required="true" Mask="false"/>
</Container>