{"id":16368070,"url":"https://github.com/bfren/docker-freshrss","last_synced_at":"2026-01-28T23:05:33.089Z","repository":{"id":37041160,"uuid":"401456668","full_name":"bfren/docker-freshrss","owner":"bfren","description":"Docker FreshRSS image.","archived":false,"fork":false,"pushed_at":"2025-12-26T11:19:50.000Z","size":201,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T00:59:48.385Z","etag":null,"topics":["docker","docker-freshrss","freshrss","nginx","php"],"latest_commit_sha":null,"homepage":"","language":"Nushell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bfren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"bfren","patreon":"bfren"}},"created_at":"2021-08-30T19:05:32.000Z","updated_at":"2025-12-26T11:19:43.000Z","dependencies_parsed_at":"2024-05-19T13:44:22.725Z","dependency_job_id":"55922c2a-6df2-4359-84f6-032596ac64de","html_url":"https://github.com/bfren/docker-freshrss","commit_stats":null,"previous_names":[],"tags_count":192,"template":false,"template_full_name":null,"purl":"pkg:github/bfren/docker-freshrss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freshrss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freshrss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freshrss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freshrss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfren","download_url":"https://codeload.github.com/bfren/docker-freshrss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-freshrss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28854501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T22:56:21.783Z","status":"ssl_error","status_checked_at":"2026-01-28T22:56:00.861Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-freshrss","freshrss","nginx","php"],"created_at":"2024-10-11T02:51:35.511Z","updated_at":"2026-01-28T23:05:33.075Z","avatar_url":"https://github.com/bfren.png","language":"Nushell","funding_links":["https://github.com/sponsors/bfren","https://patreon.com/bfren"],"categories":[],"sub_categories":[],"readme":"# Docker FreshRSS\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-freshrss) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Ffreshrss) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Ffreshrss) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bfren/docker-freshrss/dev.yml?branch=main)\n\n[Docker Repository](https://hub.docker.com/r/bfren/freshrss) - [bfren ecosystem](https://github.com/bfren/docker)\n\nComes with [FreshRSS](https://freshrss.org/) preinstalled, along with all the required and recommended PHP 8.4 modules.\n\n## Contents\n\n* [Ports](#ports)\n* [Volumes](#volumes)\n* [Environment Variables](#environment-variables)\n* [Licence / Copyright](#licence)\n\n## Ports\n\n* 80\n\n## Volumes\n\n| Volume   | Purpose                             |\n| -------- | ----------------------------------- |\n| `/data`  | Persistent storage for config, etc. |\n\nSee the [Nginx](https://github.com/bfren/docker-nginx) and [Nginx + PHP](https://github.com/bfren/docker-nginx-php) images for other configuration details.\n\n## Environment Variables\n\nSee the [Nginx + PHP](https://github.com/bfren/docker-nginx-php) image for details of `www.conf` and `php.ini` overrides using environment variables.\n\n| Variable              | Values | Description                                                                          | Default                   |\n| --------------------- | ------ | ------------------------------------------------------------------------------------ | ------------------------- |\n| `BF_FR_ENVIRONMENT`   | string | The name of the environment to use - set to 'development' for more verbose logging.  | \"production\" - required   |\n| `BF_FR_BASE_URL`      | string | External URL used to access this instance.                                           | *None* - required         |\n| `BF_FR_LANGUAGE`      | string | Default language to use for new users.                                               | \"en\" - required           |\n| `BF_FR_USER_NAME`     | string | Default user name.                                                                   | *None* - required         |\n| `BF_FR_USER_PASS`     | string | Default user password.                                                               | *None* - required         |\n| `BF_FR_DB_HOST`       | string | Database host.                                                                       | *None* - required         |\n| `BF_FR_DB_USER`       | string | Database username.                                                                   | *None* - required         |\n| `BF_FR_DB_PASS`       | string | Database password.                                                                   | *None* - required         |\n| `BF_FR_DB_NAME`       | string | Database table name.                                                                 | \"freshrss\" - required     |\n| `BF_FR_DB_PREFIX`     | string | Database table prefix.                                                               | \"fr\" - required           |\n\n## Licence\n\n\u003e [MIT](https://mit.bfren.dev/2021)\n\n## Copyright\n\n\u003e Copyright (c) 2021-2026 [bfren](https://bfren.dev) (unless otherwise stated)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fdocker-freshrss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfren%2Fdocker-freshrss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fdocker-freshrss/lists"}