This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Renovator Bot 9d4410cd25
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details
chore(deps): update dependency freshrss/freshrss to v1.18.1 (#31)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [FreshRSS/FreshRSS](https://github.com/FreshRSS/FreshRSS) | patch | `1.18.0` -> `1.18.1` |

---

### Release Notes

<details>
<summary>FreshRSS/FreshRSS</summary>

### [`v1.18.1`](https://github.com/FreshRSS/FreshRSS/blob/master/CHANGELOG.md#&#8203;2021-06-06-FreshRSS-1181)

[Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.18.0...1.18.1)

-   Features
    -   Support standard `HTTP 410 Gone` by disabling (muting) gone feeds [#&#8203;3561](https://github.com/FreshRSS/FreshRSS/pull/3561)
    -   Make advanced feed options such as SSL available to non-admins [#&#8203;3612](https://github.com/FreshRSS/FreshRSS/pull/3612)
-   API
    -   Supported by [Newsboat 2.24+](https://newsboat.org/) [#&#8203;3574](https://github.com/FreshRSS/FreshRSS/pull/3574)
    -   Supported by [RSS Guard](https://github.com/martinrotter/rssguard) [#&#8203;3627](https://github.com/FreshRSS/FreshRSS/pull/3627)
-   UI
    -   Allow Unicode for shortcuts [#&#8203;3548](https://github.com/FreshRSS/FreshRSS/pull/3548)
-   Bug fixing
    -   Fix database lock during refresh with MariaDB [#&#8203;3559](https://github.com/FreshRSS/FreshRSS/pull/3559)
    -   Fix database creation from CLI [#&#8203;3544](https://github.com/FreshRSS/FreshRSS/pull/3544)
    -   Fix: `pdo_sqlite` is optional except for export/import SQLite [#&#8203;3545](https://github.com/FreshRSS/FreshRSS/pull/3545)
    -   Fix import of JSON and TT-RSS files, especially with PHP 8 [#&#8203;3553](https://github.com/FreshRSS/FreshRSS/pull/3553)
        -   Allow import of more than 999 favourites/labelled articles even with SQLite
    -   Fix additional SQL limits, especially for SQLite [#&#8203;3586](https://github.com/FreshRSS/FreshRSS/pull/3586)
    -   Fix search param encoding in user query [#&#8203;3541](https://github.com/FreshRSS/FreshRSS/pull/3541)
    -   Fix undefined variable & dead code when adding feed [#&#8203;3546](https://github.com/FreshRSS/FreshRSS/pull/3546)
    -   Fix missing translation in feed configuration [#&#8203;3554](https://github.com/FreshRSS/FreshRSS/pull/3554)
    -   Fix double escaping in feed filters [#&#8203;3563](https://github.com/FreshRSS/FreshRSS/pull/3563)
    -   Fix bugs in migration system [#&#8203;3589](https://github.com/FreshRSS/FreshRSS/pull/3589)
    -   Fix regression preventing showing startup errors [#&#8203;3590](https://github.com/FreshRSS/FreshRSS/pull/3590)
    -   Fix form redirection after erroneous user creation [#&#8203;3656](https://github.com/FreshRSS/FreshRSS/pull/3656)
    -   Fix JavaScript error during navigation when no article is selected [#&#8203;3655](https://github.com/FreshRSS/FreshRSS/pull/3655)
    -   Fix link to add feeds from the empty homepage [#&#8203;3650](https://github.com/FreshRSS/FreshRSS/pull/3650)
    -   Fix git update error message [#&#8203;3645](https://github.com/FreshRSS/FreshRSS/pull/3645)
-   SimplePie
    -   Fix regression about media attachments [#&#8203;3565](https://github.com/FreshRSS/FreshRSS/pull/3565)
    -   Fix regression about forcing HTTPS for enclosures [#&#8203;3568](https://github.com/FreshRSS/FreshRSS/pull/3568)
    -   Catch ValueError for loadHTML with PHP 8 [simplepie#&#8203;673](https://github.com/simplepie/simplepie/pull/673)
    -   Provide access to latest HTTP status code [simplepie#&#8203;674](https://github.com/simplepie/simplepie/pull/674)
    -   Fix wrong SimplePie type hint [simplepie#&#8203;678](https://github.com/simplepie/simplepie/pull/678)
    -   Merge details from upstream PRs [#&#8203;3588](https://github.com/FreshRSS/FreshRSS/pull/3588), [#&#8203;3614](https://github.com/FreshRSS/FreshRSS/pull/3614)
-   API
    -   Compatibility with Web servers providing `ORIG_PATH_INFO` [#&#8203;3560](https://github.com/FreshRSS/FreshRSS/pull/3560)
-   i18n
    -   Improved Russian [#&#8203;3579](https://github.com/FreshRSS/FreshRSS/pull/3579)
    -   Improved Turkish [#&#8203;3604](https://github.com/FreshRSS/FreshRSS/pull/3604)
    -   Improved Chinese [#&#8203;3600](https://github.com/FreshRSS/FreshRSS/pull/3600)
-   Code improvements:
    -   Friendly constant syntax for Intellisense [#&#8203;3577](https://github.com/FreshRSS/FreshRSS/pull/3577)
    -   Fix several comments syntaxes [#&#8203;3615](https://github.com/FreshRSS/FreshRSS/pull/3615)
    -   Minor uniform stricter HTML [#&#8203;3616](https://github.com/FreshRSS/FreshRSS/pull/3616)
    -   Removed unused variable [#&#8203;3587](https://github.com/FreshRSS/FreshRSS/pull/3587)
    -   Provide action name in Minz controller exception [#&#8203;3624](https://github.com/FreshRSS/FreshRSS/pull/3624)
    -   New convenience method to extract multiline GET parameters from e.g. `<textarea>` [#&#8203;3629](https://github.com/FreshRSS/FreshRSS/pull/3629)
-   Deployment
    -   Automatically apply `latest` tag in git for the latest FreshRSS release [#&#8203;3524](https://github.com/FreshRSS/FreshRSS/pull/3524)
-   Misc.
    -   Remove legacy `data/do-install.txt` for triggering install process [#&#8203;3555](https://github.com/FreshRSS/FreshRSS/pull/3555)
    -   If using built-in git updates, automatically change to git `edge` branch if using old `master` or `dev` branch names [#&#8203;3589](https://github.com/FreshRSS/FreshRSS/pull/3589)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).

Reviewed-on: docker/freshrss#31
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
2021-06-07 18:47:36 +02:00
.chglog chore: improve generated changelog 2021-05-09 22:42:32 +02:00
overlay chore: remove gomplate debug output 2020-12-31 13:22:05 +01:00
.drone.yml fix pipeline deps 2021-05-09 22:57:23 +02:00
.gitignore [skip ci] remove local changelog 2021-02-11 21:05:36 +01:00
.markdownlint.yml enable markdownlint 2020-10-28 09:05:50 +01:00
.prettierignore chore: improve generated changelog 2021-05-09 22:42:32 +02:00
Dockerfile chore(deps): update dependency freshrss/freshrss to v1.18.1 (#31) 2021-06-07 18:47:36 +02:00
LICENSE [skip ci] update changelog 2021-01-29 09:47:13 +01:00
README.md rework compose example 2020-12-30 17:23:51 +01:00
docker-compose.yml rework compose example 2020-12-30 17:23:51 +01:00
renovate.json chore: use renovate preset config 2020-12-30 16:11:35 +01:00

README.md

freshrss

Custom image for FreshRSS feed aggregator

Build Status Docker Hub Quay.io Source: Gitea License: MIT

Custom rootless Docker image for FreshRSS, a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, and customizable.

Usage

Here are some example snippets to help you get started creating a container. This repository is just a wrapper to build a community docker image from freshrss releases.

WARNING: For production usage you should secure your setup and NOT use the default secrets e.g. for database, default user and salt!

Docker

docker create \
  --name=freshrss \
  -p 80:8080 \
  thegeeklab/freshrss

Docker Compose

Please take a look at the example compose file from the git repo.

Environment variables

FreshRSS

WARNING: Don't change any system settings through the web UI! These changes will be overwritten at EVERY container startup. Use the provided environment variables instead.

FRESHRSS_ENVIRONMENT="production"
FRESHRSS_DEFAULT_USER="admin"
FRESHRSS_DEFAULT_PASSWORD="freshrss"
# Salt is used to make crypto more unique.
# Can be generated with e.g. cat /proc/sys/kernel/random/uuid | sha1sum | awk '{print $1}'
FRESHRSS_SALT=
# Specify address of the FreshRSS instance,
# used when building absolute URLs, e.g. for WebSub.
FRESHRSS_BASE_URL="http://localhost/"
FRESHRSS_LANGUAGE="en"
FRESHRSS_TITLE="FreshRSS"
FRESHRSS_META_DESCRIPTION=
FRESHRSS_DEFAULT_USER="_"
FRESHRSS_ALLOW_ANONYMOUS="false"
FRESHRSS_ALLOW_ANONYMOUS_REFRESH="false"
FRESHRSS_AUTH_TYPE="form"
FRESHRSS_API_ENABLED="false"
FRESHRSS_UNSAFE_AUTOLOGIN_ENABLED="false"
FRESHRSS_SIMPLEPIE_SYSLOG_ENABLED="true"
FRESHRSS_PUBSUBHUBBUB_ENABLED="false"
FRESHRSS_ALLOW_ROBOTS="false"
FRESHRSS_ALLOW_REFERRER="false"
FRESHRSS_LIMITS_COOKIE_DURATION="2592000"
FRESHRSS_LIMITS_CACHE_DURATION="800"
FRESHRSS_LIMITS_TIMEOUT="15"
FRESHRSS_LIMITS_MAX_FEEDS="16384"
FRESHRSS_LIMITS_MAX_CATEGORIES="16384"
FRESHRSS_LIMITS_MAX_REGISTRATIONS="1"
FRESHRSS_CURLOPT_SSL_VERIFYHOST=
FRESHRSS_CURLOPT_SSL_VERIFYPEER=
FRESHRSS_CURLOPT_PROXYTYPE=
FRESHRSS_CURLOPT_PROXY=
FRESHRSS_CURLOPT_PROXYPORT=
FRESHRSS_CURLOPT_PROXYAUTH=
FRESHRSS_CURLOPT_PROXYUSERPWD=
FRESHRSS_DB_TYPE="sqlite"
FRESHRSS_DB_HOST="localhost"
FRESHRSS_DB_PORT=
FRESHRSS_DB_USER=
FRESHRSS_DB_PASSWORD=
FRESHRSS_DB_BASE=
FRESHRSS_DB_PREFIX="freshrss_"
## comma-seperated string, extensions must be installed!
FRESHRSS_EXTENSIONS_ENABLED="Tumblr-GDPR"

PHP

PHP_EXPOSE_PHP=Off
PHP_MAX_EXECUTION_TIME=30
PHP_MAX_INPUT_TIME=60
PHP_MEMORY_LIMIT=50M
PHP_ERROR_REPORTING=E_ALL & ~E_DEPRECATED & ~E_STRICT
PHP_DISPLAY_ERRORS=Off
PHP_DISPLAY_STARTUP_ERRORS=Off
PHP_LOG_ERRORS=On
PHP_LOG_ERRORS_MAX_LEN=1024
PHP_IGNORE_REPEATED_ERRORS=Off
PHP_IGNORE_REPEATED_SOURCE=Off
PHP_REPORT_MEMLEAKS=On
PHP_HTML_ERRORSOn
PHP_ERROR_LOG=/proc/self/fd/2
PHP_POST_MAX_SIZE=8M
PHP_FILE_UPLOADS=On
PHP_UPLOAD_MAX_FILESIZE=2M
PHP_MAX_FILE_UPLOADS=2
PHP_ALLOW_URL_FOPEN=On
PHP_ALLOW_URL_INCLUDE=Off
PHP_DATE_TIMEZONE=Europe/Berlin
PHP_SQL_SAFE_MODE=On

License

This project is licensed under the MIT License - see the LICENSE file for details.