https://github.com/bfren/docker-freshrss
Docker FreshRSS image.
https://github.com/bfren/docker-freshrss
docker docker-freshrss freshrss nginx php
Last synced: 5 months ago
JSON representation
Docker FreshRSS image.
- Host: GitHub
- URL: https://github.com/bfren/docker-freshrss
- Owner: bfren
- License: mit
- Created: 2021-08-30T19:05:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-26T11:19:50.000Z (6 months ago)
- Last Synced: 2025-12-28T00:59:48.385Z (6 months ago)
- Topics: docker, docker-freshrss, freshrss, nginx, php
- Language: Nushell
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker FreshRSS
   
[Docker Repository](https://hub.docker.com/r/bfren/freshrss) - [bfren ecosystem](https://github.com/bfren/docker)
Comes with [FreshRSS](https://freshrss.org/) preinstalled, along with all the required and recommended PHP 8.4 modules.
## Contents
* [Ports](#ports)
* [Volumes](#volumes)
* [Environment Variables](#environment-variables)
* [Licence / Copyright](#licence)
## Ports
* 80
## Volumes
| Volume | Purpose |
| -------- | ----------------------------------- |
| `/data` | Persistent storage for config, etc. |
See the [Nginx](https://github.com/bfren/docker-nginx) and [Nginx + PHP](https://github.com/bfren/docker-nginx-php) images for other configuration details.
## Environment Variables
See the [Nginx + PHP](https://github.com/bfren/docker-nginx-php) image for details of `www.conf` and `php.ini` overrides using environment variables.
| Variable | Values | Description | Default |
| --------------------- | ------ | ------------------------------------------------------------------------------------ | ------------------------- |
| `BF_FR_ENVIRONMENT` | string | The name of the environment to use - set to 'development' for more verbose logging. | "production" - required |
| `BF_FR_BASE_URL` | string | External URL used to access this instance. | *None* - required |
| `BF_FR_LANGUAGE` | string | Default language to use for new users. | "en" - required |
| `BF_FR_USER_NAME` | string | Default user name. | *None* - required |
| `BF_FR_USER_PASS` | string | Default user password. | *None* - required |
| `BF_FR_DB_HOST` | string | Database host. | *None* - required |
| `BF_FR_DB_USER` | string | Database username. | *None* - required |
| `BF_FR_DB_PASS` | string | Database password. | *None* - required |
| `BF_FR_DB_NAME` | string | Database table name. | "freshrss" - required |
| `BF_FR_DB_PREFIX` | string | Database table prefix. | "fr" - required |
## Licence
> [MIT](https://mit.bfren.dev/2021)
## Copyright
> Copyright (c) 2021-2026 [bfren](https://bfren.dev) (unless otherwise stated)