{"id":18452117,"url":"https://github.com/Skeen/helm-bitwarden_rs","last_synced_at":"2025-04-08T02:33:31.463Z","repository":{"id":43321185,"uuid":"163528499","full_name":"Skeen/helm-bitwarden_rs","owner":"Skeen","description":"Helm chart for the bitwarden_rs project.","archived":false,"fork":true,"pushed_at":"2022-11-07T12:52:43.000Z","size":102,"stargazers_count":38,"open_issues_count":3,"forks_count":21,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-18T03:57:33.406Z","etag":null,"topics":["bitwarden","docker","helm","kubernetes"],"latest_commit_sha":null,"homepage":"https://github.com/dani-garcia/bitwarden_rs.git","language":"Mustache","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"icicimov/kubernetes-bitwarden_rs","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Skeen.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}},"created_at":"2018-12-29T17:23:12.000Z","updated_at":"2024-04-15T05:03:39.000Z","dependencies_parsed_at":"2023-01-22T11:31:09.026Z","dependency_job_id":null,"html_url":"https://github.com/Skeen/helm-bitwarden_rs","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skeen%2Fhelm-bitwarden_rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skeen%2Fhelm-bitwarden_rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skeen%2Fhelm-bitwarden_rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Skeen%2Fhelm-bitwarden_rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Skeen","download_url":"https://codeload.github.com/Skeen/helm-bitwarden_rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223300467,"owners_count":17122620,"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":["bitwarden","docker","helm","kubernetes"],"created_at":"2024-11-06T07:30:04.052Z","updated_at":"2024-11-06T07:30:06.126Z","avatar_url":"https://github.com/Skeen.png","language":"Mustache","funding_links":[],"categories":["Mustache"],"sub_categories":[],"readme":"# Kubernetes deployment via Helm\n[![Build Status](https://travis-ci.com/Skeen/helm-bitwarden_rs.svg?branch=master)](https://travis-ci.com/Skeen/helm-bitwarden_rs)\nHelm chart to deploy a fully functional and secure [`bitwarden_rs`](https://github.com/dani-garcia/bitwarden_rs) application in [Kubernetes](https://kubernetes.io/).\n\n## Requirements\nRequires a Kubernetes cluster setup, with dns, storage and [Helm and Tiller](https://docs.helm.sh/) configured.\n\nA cluster for testing, can be setup (on Ubuntu) using:\n```\nsnap install microk8s --classic\nmicrok8s.start\nmicrok8s.status --wait-ready\nmicrok8s.enable dns dashboard\nmicrok8s.status --wait-ready\nsnap install helm --classic\nhelm init --wait\n```\n\n## Usage\nThe minimal deployment using all default values;\n```\nDOMAIN=bitwarden.yourdomain.com\nhelm install --wait --set \"ingress.hosts={$DOMAIN},ingress.tls[0].hosts={$DOMAIN},ingress.tls[0].secretName=bitwarden-tls-secret\" .\n```\nThis will setup `bitwarden_rs` with a persistent storage and a backup volume, with backups being shot at 3:00 every night.\n\nHTTPS certificates will automatically be generated using [Let's Encrypt](https://letsencrypt.org/) and HTTPS will be terminated at the Ingress Controller.\n*This assumes that a [Kubernetes NGINX Ingress Controller](https://github.com/kubernetes/ingress-nginx) is running, and that [cert-manager](https://github.com/jetstack/cert-manager) has been set up and configured. See [here (ingress)](https://github.com/icicimov/kubernetes-bitwarden_rs#nginx-proxy) and [here (cert-manager)](https://github.com/icicimov/kubernetes-bitwarden_rs#lets-encrypt) for examples on how to set either up.*\n\nIf you do not have Ingress and cert-manager set up, you can disable ingressing completely, by deploying with:\n```\nhelm install --wait --set \"ingress.enabled=false\"\n```\nYou will however need another way to access the bitwarden pod, for instance via port-forwarding:\n```\nexport POD_NAME=$(kubectl get pods --namespace default -l \"app.kubernetes.io/name=bitwarden\" -o jsonpath=\"{.items[0].metadata.name}\")\nkubectl port-forward $POD_NAME 31111:80\n```\n\n# Removal\nTo remove the installation run:\n```\nhelm delete --purge $(helm list | grep \"bitwarden\" | cut -f1)\n```\n\n\n## Configuration\nSeveral konfiguration options are available, they can be seen in [`values.yaml`](https://github.com/Skeen/helm-bitwarden_rs/blob/master/charts/bitwarden/values.yaml), and override like above using `--set` or using `--values`, see more [here](https://docs.helm.sh/helm/#helm-install).\n\n## Screenshot\n\n![bitwarden_rs](bitwarden.png \"bitwarden_rs\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSkeen%2Fhelm-bitwarden_rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSkeen%2Fhelm-bitwarden_rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSkeen%2Fhelm-bitwarden_rs/lists"}