{"id":20479732,"url":"https://github.com/bdashrad/privatebin-helm","last_synced_at":"2026-03-10T04:31:56.391Z","repository":{"id":149848018,"uuid":"185825376","full_name":"bdashrad/privatebin-helm","owner":"bdashrad","description":"A helm chart for deploying https://github.com/PrivateBin/PrivateBin","archived":false,"fork":false,"pushed_at":"2019-06-03T17:47:52.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T15:23:39.584Z","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/bdashrad.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":"2019-05-09T15:27:16.000Z","updated_at":"2019-06-02T00:16:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"756478dd-8b15-4dcf-b0e7-40f5e49c963c","html_url":"https://github.com/bdashrad/privatebin-helm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bdashrad/privatebin-helm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdashrad%2Fprivatebin-helm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdashrad%2Fprivatebin-helm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdashrad%2Fprivatebin-helm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdashrad%2Fprivatebin-helm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdashrad","download_url":"https://codeload.github.com/bdashrad/privatebin-helm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdashrad%2Fprivatebin-helm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30324412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-15T15:45:26.952Z","updated_at":"2026-03-10T04:31:56.359Z","avatar_url":"https://github.com/bdashrad.png","language":"Smarty","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrivateBin Helm Chart\n\nThis is a kubernetes chart to deploy [PrivateBin](https://github.com/PrivateBin/PrivateBin).\n\n## Quick Start\n\nTo install the privatebin chart with default options:\n\n```bash\nhelm repo add privatebin https://privatebin.github.io/helm-chart\nhelm repo update\nhelm install privatebin/privatebin\n```\n\n## Installation\n\n1. Customize your values.yaml for your needs. Add a [custom config.php](https://github.com/PrivateBin/PrivateBin/blob/master/cfg/conf.sample.php) to change any default settings.\n\n1. Deploy with helm\n\n    ```bash\n    helm install \\\n      --name your-release \\\n      --values your-values.yaml \\\n      privatebin/privatebin\n    ```\n\n## Configuration\n\nSee values.yaml for full documentation\n\n|              Parameter      |                    Description                     |                     Default                      |\n| --------------------------- | -------------------------------------------------- | ------------------------------------------------ |\n| `replicaCount`              | Number of replicas                                 | `1`                                              |\n| `image.repository`          | Container image name                               | `privatebin/nginx-fpm-alpine`                    |\n| `image.tag`                 | Container image tag                                | ``                                               |\n| `image.pullPolicy`          | Container image pull policy                        | `IfNotPresent`                                   |\n| `nameOverride`              | Name Override                                      | `\"\"`                                             |\n| `fullnameOverride`          | FullName Override                                  | `\"\"`                                             |\n| `service.type`              | Service type (ClusterIP, NodePort or LoadBalancer) | `ClusterIP`                                      |\n| `service.port`              | Ports exposed by service                           | `80`                                             |\n| `service.portName`          | Name of exposed port, becomes LB protocol on ELB   | `http`                                           |\n| `service.annotations`       | Service annotations                                | `{}`                                             |\n| `ingress.enabled`           | Enables Ingress                                    | `false`                                          |\n| `ingress.annotations`       | Ingress annotations                                | `{}`                                             |\n| `ingress.hosts.host`        | Ingress accepted hostnames                         | `privatebin.local`                               |\n| `ingress.hosts.path`        | Ingress path                                       | `\\`                                              |\n| `ingress.tls`               | Ingress TLS configuration                          | `[]`                                             |\n| `resources`                 | Pod resource requests \u0026 limits                     | `{}`                                             |\n| `nodeSelector`              | Node selector                                      | `{}`                                             |\n| `tolerations`               | Tolerations                                        | `[]`                                             |\n| `affinity`                  | Affinity or Anti-Affinity                          | `{}`                                             |\n| `configs`                   | List of files to put in cfg path                   | `{}`                                             |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdashrad%2Fprivatebin-helm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdashrad%2Fprivatebin-helm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdashrad%2Fprivatebin-helm/lists"}