mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
121 lines
4.0 KiB
XML
Executable File
121 lines
4.0 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-freshrss/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>freshrss</Name>
|
|
<Repository>lscr.io/linuxserver/freshrss</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/freshrss</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-freshrss/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-freshrss#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-freshrss#readme</ReadMe>
|
|
<Project>https://freshrss.org/</Project>
|
|
<Overview>Freshrss(https://freshrss.org/) is a free, self-hostable aggregator for rss feeds.</Overview>
|
|
<WebUI>http://[IP]:[PORT:80]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/freshrss.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/freshrss-logo.png</Icon>
|
|
<Date>2025-07-27</Date>
|
|
<Changes>
|
|
### 2025-07-27
|
|
- Rebase to Alpine 3.22.
|
|
|
|
### 2024-06-19
|
|
- Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
|
|
|
|
### 2024-04-10
|
|
- Added php-exif module to resolve issue with fever api.
|
|
|
|
### 2024-03-06
|
|
- Existing users should update: site-confs/default.conf - Cleanup default site conf.
|
|
|
|
### 2023-12-23
|
|
- Rebase to Alpine 3.19 with php 8.3.
|
|
|
|
### 2023-05-25
|
|
- Rebase to Alpine 3.18, deprecate armhf.
|
|
|
|
### 2023-04-13
|
|
- Move ssl.conf include to default.conf.
|
|
|
|
### 2023-03-02
|
|
- Split cron into separate init step and set crontab permissions.
|
|
|
|
### 2023-01-19
|
|
- Rebase to alpine 3.17 with php8.1.
|
|
|
|
### 2022-10-21
|
|
- Fix cron init to properly migrate existing installations to new app location.
|
|
|
|
### 2022-08-20
|
|
- Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement(https://info.linuxserver.io/issues/2022-08-20-nginx-base)).
|
|
|
|
### 2021-01-23
|
|
- Rebasing to alpine 3.13.
|
|
|
|
### 2020-06-01
|
|
- Rebasing to alpine 3.12.
|
|
|
|
### 2020-03-31
|
|
- Internalize app and enable updates for existing users, allow user customized crontab.
|
|
|
|
### 2019-12-19
|
|
- Rebasing to alpine 3.11.
|
|
|
|
### 2019-06-28
|
|
- Rebasing to alpine 3.10.
|
|
|
|
### 2019-03-23
|
|
- Switching to new Base images, shift to arm32v7 tag.
|
|
|
|
### 2019-02-22
|
|
- Rebasing to alpine 3.9.
|
|
|
|
### 2019-01-14
|
|
- Add multi arch and pipeline logic.
|
|
|
|
### 2018-09-05
|
|
- Rebase to alpine linux 3.8.
|
|
|
|
### 2018-03-17
|
|
- Update nginx config to resolve api not working.
|
|
|
|
### 2018-01-08
|
|
- Rebase to alpine linux 3.7.
|
|
|
|
### 2017-05-25
|
|
- Rebase to alpine linux 3.6.
|
|
|
|
### 2017-02-23
|
|
- Rebase to alpine linux 3.5 and nginx.
|
|
|
|
### 2016-10-14
|
|
- Add version layer information.
|
|
|
|
### 2016-10-08
|
|
- Add Sqlite support for standalone operation.
|
|
|
|
### 2016-09-27
|
|
- Fix for cron job.
|
|
|
|
### 2016-09-11
|
|
- Add layer badges to README.
|
|
|
|
### 2015-11-23
|
|
- Update dependencies to latest requirements.
|
|
|
|
### 2015-08-21
|
|
- Initial Release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="80" Default="80" Mode="tcp" Description="WebUI" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Persistent config files" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<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>
|