{"id":18900034,"url":"https://github.com/p0l0/freshrss-helm-chart","last_synced_at":"2026-03-19T07:02:24.296Z","repository":{"id":65011598,"uuid":"578118862","full_name":"p0l0/freshrss-helm-chart","owner":"p0l0","description":"Helm Chart for FreshRSS (based on k8s-at-home)","archived":false,"fork":false,"pushed_at":"2023-08-04T19:06:55.000Z","size":562,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T15:31:41.441Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p0l0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-12-14T09:55:48.000Z","updated_at":"2023-08-13T12:04:17.000Z","dependencies_parsed_at":"2024-11-08T08:50:00.397Z","dependency_job_id":null,"html_url":"https://github.com/p0l0/freshrss-helm-chart","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/p0l0/freshrss-helm-chart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0l0%2Ffreshrss-helm-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0l0%2Ffreshrss-helm-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0l0%2Ffreshrss-helm-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0l0%2Ffreshrss-helm-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p0l0","download_url":"https://codeload.github.com/p0l0/freshrss-helm-chart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p0l0%2Ffreshrss-helm-chart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29209830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T21:35:21.898Z","status":"ssl_error","status_checked_at":"2026-02-07T21:35:20.106Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":[],"created_at":"2024-11-08T08:49:53.437Z","updated_at":"2026-02-07T22:01:36.816Z","avatar_url":"https://github.com/p0l0.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# freshrss\n\n![Version: 6.4.6](https://img.shields.io/badge/Version-6.4.6-informational?style=flat-square) ![AppVersion: 1.21.0](https://img.shields.io/badge/AppVersion-1.21.0-informational?style=flat-square)\n\nFreshRSS is a self-hosted RSS feed aggregator\n\n**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/p0l0/freshrss-helm-chart/issues/new/choose)**\n\n## Source Code\n\n* \u003chttps://github.com/FreshRSS/FreshRSS\u003e\n* \u003chttps://hub.docker.com/r/linuxserver/freshrss\u003e\n\n## Requirements\n\nKubernetes: `\u003e=1.16.0-0`\n\n## Dependencies\n\n| Repository | Name | Version |\n|------------|------|---------|\n| https://library-charts.k8s-at-home.com | common | 4.5.2 |\n\n## TL;DR\n\n```console\nhelm repo add freshrss https://freshrss-helm.binware.dev/\nhelm repo update\nhelm install freshrss freshrss/freshrss\n```\n\n## Installing the Chart\n\nTo install the chart with the release name `freshrss`\n\n```console\nhelm install freshrss freshrss/freshrss\n```\n\n## Uninstalling the Chart\n\nTo uninstall the `freshrss` deployment\n\n```console\nhelm uninstall freshrss\n```\n\nThe command removes all the Kubernetes components associated with the chart **including persistent volumes** and deletes the release.\n\n## Configuration\n\nRead through the [values.yaml](./values.yaml) file. It has several commented out suggested values.\nOther values may be used from the [values.yaml](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).\n\nSpecify each parameter using the `--set key=value[,key=value]` argument to `helm install`.\n\n```console\nhelm install freshrss \\\n  --set env.TZ=\"America/New York\" \\\n    freshrss/freshrss\n```\n\nAlternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.\n\n```console\nhelm install freshrss freshrss/freshrss -f values.yaml\n```\n\n## Custom configuration\n\nN/A\n\n## Values\n\n**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)\n\n| Key | Type | Default | Description |\n|-----|------|---------|-------------|\n| env | object | See below | environment variables. See more environment variables in the [freshrss documentation](https://github.com/linuxserver/docker-freshrss#parameters). |\n| env.PGID | string | `\"1001\"` | Set the container group id |\n| env.PUID | string | `\"1001\"` | Set the container user id |\n| env.TZ | string | `\"UTC\"` | Set the container timezone |\n| image.pullPolicy | string | `\"IfNotPresent\"` | image pull policy |\n| image.repository | string | `\"linuxserver/freshrss\"` | image repository |\n| image.tag | string | `\"version-1.21.0\"` | image tag |\n| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |\n| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |\n| service | object | See values.yaml | Configures service settings for the chart. |\n\n## Changelog\n\n### Version 6.4.6\n\n#### Added\n\nN/A\n\n#### Changed\n\n* Upgraded to FreshRSS 1.21.0\n\n#### Fixed\n\nN/A\n\n## Support\n\n- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)\n- Open an [issue](https://github.com/p0l0/freshrss-helm-chart/issues/new/choose)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0l0%2Ffreshrss-helm-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp0l0%2Ffreshrss-helm-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp0l0%2Ffreshrss-helm-chart/lists"}