{"id":23709703,"url":"https://github.com/imio/helm-plausible-analytics","last_synced_at":"2025-09-03T16:31:58.209Z","repository":{"id":189675264,"uuid":"680166989","full_name":"IMIO/helm-plausible-analytics","owner":"IMIO","description":"Helm Chart for Plausible Analytics","archived":false,"fork":false,"pushed_at":"2024-11-18T10:41:09.000Z","size":75,"stargazers_count":12,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-18T11:57:20.723Z","etag":null,"topics":["helm","helm-chart","kubernetes","plausible-analytics"],"latest_commit_sha":null,"homepage":"","language":"Smarty","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IMIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2023-08-18T13:57:37.000Z","updated_at":"2024-11-18T10:41:14.000Z","dependencies_parsed_at":"2023-08-21T09:39:26.067Z","dependency_job_id":"be2151c5-b0bc-420e-ba27-97dd97b2fe26","html_url":"https://github.com/IMIO/helm-plausible-analytics","commit_stats":null,"previous_names":["imio/helm-plausible-analytics"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMIO%2Fhelm-plausible-analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMIO%2Fhelm-plausible-analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMIO%2Fhelm-plausible-analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMIO%2Fhelm-plausible-analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IMIO","download_url":"https://codeload.github.com/IMIO/helm-plausible-analytics/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231902081,"owners_count":18443330,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["helm","helm-chart","kubernetes","plausible-analytics"],"created_at":"2024-12-30T18:57:48.955Z","updated_at":"2025-09-03T16:31:58.201Z","avatar_url":"https://github.com/IMIO.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Helm Chart for Plausible Analytics\n \n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![version](https://img.shields.io/github/tag/IMIO/helm-plausible-analytics.svg?label=release) ![test](https://github.com/IMIO/helm-plausible-analytics/actions/workflows/test.yaml/badge.svg) ![release](https://github.com/IMIO/helm-plausible-analytics/actions/workflows/release.yaml/badge.svg) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/imio)](https://artifacthub.io/packages/search?repo=imio)\n\n## Introduction\n\nThis [Helm](https://helm.sh/) chart installs `Plausible Analytics` in a [Kubernetes](https://kubernetes.io/) cluster. \n\n## Prerequisites\n\n\u003e [!NOTE]\n\u003e For production environments, it is recommended to use [CloudNativePG](https://github.com/cloudnative-pg/cloudnative-pg) for PostgreSQL and the [ClickHouse Operator](https://github.com/Altinity/clickhouse-operator) for ClickHouse instead of the dependent Helm charts included here. The bundled charts are primarily intended for testing and development purposes. Be also aware of the upcoming changes to the bitnami catalog described in this [issue](https://github.com/bitnami/containers/issues/83267).\n\n- Kubernetes cluster 1.12+\n- Helm 3.0.0+\n- PV provisioner support in the underlying infrastructure (Optional)\n- Postgres DB (Optional, installed by this helm chart)\n- ClickHouse (Optional, installed by this helm chart)\n\n## Installation\n\n### Add Helm repository\n\n```bash\nhelm repo add imio https://imio.github.io/helm-charts\nhelm repo update\n```\n\n### Configure the chart\n\nThe following items can be set via `--set` flag during installation or configured by editing the `values.yaml` directly (need to download the chart first).\n\nFeel free to modify the options in the [values.yaml file](values.yaml) before installation.\n\nYou will need to set the sensitive values in the values.yaml file before installing the chart. (Passwords and URL of the databases).\n\n### Install the chart\n\n```bash\nhelm install [RELEASE_NAME] imio/plausible-analytics\n```\n\nor by cloning this repository:\n\n```bash\ngit clone https://github.com/imio/helm-plausible-analytics.git\ncd helm-plausible-analytics\nhelm repo add bitnami https://charts.bitnami.com/bitnami\nhelm repo update\nhelm dep up\nhelm install plausible-analytics . -f values.yaml --namespace plausible-analytics --create-namespace\n```\n\n## Configuration\n\nThe following table lists the configurable parameters of the plausible-analytics chart and the default values.\n\nSee the [values.yaml](values.yaml) file for more information.\n\n## Credits\n\nInitially inspired by \n* [https://github.com/8gears/plausible-analytics-helm-chart](https://github.com/8gears/plausible-analytics-helm-chart).\n* [Plausible Analytics Repository](https://github.com/plausible/analytics).\n\n## Contributing\n\nFeel free to contribute by making a [pull request](https://github.com/imio/helm-plausible-analytics/pull/new/master).\n\nPlease read the official [Helm Contribution Guide](https://github.com/helm/charts/blob/master/CONTRIBUTING.md) from Helm for more information on how you can contribute to this Chart.\n\n## License\n\n[Apache License 2.0](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimio%2Fhelm-plausible-analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimio%2Fhelm-plausible-analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimio%2Fhelm-plausible-analytics/lists"}