templates/unraid/flexget.xml
2025-11-14 14:16:37 +00:00

63 lines
3.8 KiB
XML
Executable File

<?xml version="1.0"?>
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
<!-- GENERATED FROM https://github.com/linuxserver/docker-flexget/blob/main/readme-vars.yml -->
<Container version="2">
<Name>flexget</Name>
<Repository>lscr.io/linuxserver/flexget</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/flexget</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-flexget/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-flexget#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-flexget#readme</ReadMe>
<Project>http://flexget.com/</Project>
<Overview>Flexget(http://flexget.com/) is a multipurpose automation tool for all of your media.</Overview>
<WebUI>http://[IP]:[PORT:5050]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/flexget.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
<Date>2025-11-10</Date>
<Changes>
### 2025-11-10
- Rebase to Alpine 3.22.
### 2025-10-17
- Add pip to enable universal-package-install mod(https://github.com/linuxserver/docker-mods/tree/universal-package-install).
### 2024-09-18
- Suppress creation of empty log file when WebUI password is set.
### 2024-08-17
- Revert to Alpine 3.20 due to 1st party plugin incompatibility with Python 3.12.
### 2024-06-19
- Rebase to Alpine 3.20.
### 2024-03-20
- Rebase to Alpine 3.19.
### 2023-10-07
- Install unrar from linuxserver repo(https://github.com/linuxserver/docker-unrar).
### 2023-08-10
- Bump unrar to 6.2.10.
### 2023-07-03
- Initial Release.
</Changes>
<Config Name="WebUI" Target="5050" Default="5050" Mode="tcp" Description="HTTP port for the WebUI." Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Local path for FlexGet config files." Type="Path" Display="advanced" Required="true" Mask="false"/>
<Config Name="Path: /data" Target="/data" Default="" Mode="rw" Description="Default path for downloads." Type="Path" Display="always" Required="false" Mask="false"/>
<Config Name="FG_LOG_LEVEL" Target="FG_LOG_LEVEL" Default="info" Description="Set the FlexGet logging level." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="FG_LOG_FILE" Target="FG_LOG_FILE" Default="/config/flexget.log" Description="Set the FlexGet log file location." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="FG_CONFIG_FILE" Target="FG_CONFIG_FILE" Default="/config/.flexget/config.yml" Description="Set the FlexGet config file location." Type="Variable" Display="always" Required="true" Mask="false"/>
<Config Name="FG_WEBUI_PASSWORD" Target="FG_WEBUI_PASSWORD" Default="info" Description="Set the FlexGet webui password. Pay attention to Bash/YAML reserved characters." Type="Variable" Display="always" Required="false" Mask="true"/>
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
</Container>