AppFeed/templates/ich777sRepository/ich777/Thunderbird.xml
2021-02-23 15:49:21 -05:00

103 lines
5.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>Thunderbird</Name>
<Repository>ich777/thunderbird</Repository>
<Registry>https://hub.docker.com/r/ich777/thunderbird/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/83786-support-ich777-application-dockers/</Support>
<Project>https://www.thunderbird.net/</Project>
<Overview>This container will download and install Thunderbird in the preferred version and language.&#13;
&#13;
UPDATE: The container will check on every restart if there is a newer version available.&#13;
&#13;
ATTENTION: If you want to change the language, you have to delete every file in the 'thunderbird' directory except the 'profile' folder.&#13;
&#13;
RESOLUTION: You can also change the resolution from the WebGUI, to do that simply click on 'Show more settings...' (on a resolution change it can occour that the screen is not filled entirely with the Thunderbird window, simply restart the container and it will be fullscreen again).</Overview>
<WebUI>http://[IP]:[PORT:8080]/vnc.html?autoconnect=true</WebUI>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/thunderbird.png</Icon>
<ExtraParams>--restart=unless-stopped --shm-size=2G</ExtraParams>
<PostArgs></PostArgs>
<CPUset></CPUset>
<DonateText>If you like my work please </DonateText>
<DonateLink>https://www.paypal.me/chips777</DonateLink>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8080</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data>
<Volume>
<HostDir>/mnt/cache/appdata/thunderbird/</HostDir>
<ContainerDir>/thunderbird</ContainerDir>
<Mode>rw</Mode>
</Volume>
</Data>
<Environment>
<Variable>
<Value>latest</Value>
<Name>THUNDERBIRD_V</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>en-US</Value>
<Name>THUNDERBIRD_LANG</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>1280</Value>
<Name>CUSTOM_RES_W</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>768</Value>
<Name>CUSTOM_RES_H</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>EXTRA_PARAMETERS</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>99</Value>
<Name>UID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>100</Value>
<Name>GID</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>000</Value>
<Name>UMASK</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="Data Dir" Target="/thunderbird" Default="" Mode="rw" Description="Data Path" Type="Path" Display="always" Required="true" Mask="false">/mnt/cache/appdata/thunderbird/</Config>
<Config Name="noVNC WebGUI" Target="8080" Default="" Mode="tcp" Description="TCP noVNC WebGUI" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="Preferred Thunderbird Version" Target="THUNDERBIRD_V" Default="" Mode="" Description="Enter your preferred version or 'latest' (without quotes) to grab the latest version." Type="Variable" Display="always" Required="true" Mask="false">latest</Config>
<Config Name="Preferred Thunderbird Language" Target="THUNDERBIRD_LANG" Default="" Mode="" Description="Enter your preferred language here (eg: 'en_US', 'de', 'fr', 'en_UK',... you can get a full list here: https://archive.mozilla.org/pub/thunderbird/releases/latest/README.txt)" Type="Variable" Display="always" Required="true" Mask="false">en-US</Config>
<Config Name="Custom Screen Width" Target="CUSTOM_RES_W" Default="" Mode="" Description="Minimum screen width 1000 pixels" Type="Variable" Display="advanced" Required="true" Mask="false">1280</Config>
<Config Name="Custom Screen Height" Target="CUSTOM_RES_H" Default="" Mode="" Description="Minimum screen hight 880 pixels" Type="Variable" Display="advanced" Required="true" Mask="false">768</Config>
<Config Name="Extra Parameters" Target="EXTRA_PARAMETERS" Default="" Mode="" Description="If needed enter extra startup parameters here otherwise leave empty." Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="UID" Target="UID" Default="" Mode="" Description="Container Variable: UID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="GID" Target="GID" Default="" Mode="" Description="Container Variable: GID" Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<Config Name="Umask" Target="UMASK" Default="" Mode="" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="true" Mask="false">000</Config>
<Description>This container will download and install Thunderbird in the preferred version and language.&#13;
&#13;
UPDATE: The container will check on every restart if there is a newer version available.&#13;
&#13;
ATTENTION: If you want to change the language, you have to delete every file in the 'thunderbird' directory except the 'profile' folder.&#13;
&#13;
RESOLUTION: You can also change the resolution from the WebGUI, to do that simply click on 'Show more settings...' (on a resolution change it can occour that the screen is not filled entirely with the Thunderbird window, simply restart the container and it will be fullscreen again).</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/Thunderbird.xml</templatePath>
</Container>