https://github.com/bitwarden/self-host
Bitwarden's self-hosted release repository
https://github.com/bitwarden/self-host
Last synced: over 1 year ago
JSON representation
Bitwarden's self-hosted release repository
- Host: GitHub
- URL: https://github.com/bitwarden/self-host
- Owner: bitwarden
- License: gpl-3.0
- Created: 2022-01-06T16:10:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T00:51:47.000Z (over 1 year ago)
- Last Synced: 2025-04-01T01:37:06.491Z (over 1 year ago)
- Language: Shell
- Size: 397 KB
- Stars: 398
- Watchers: 33
- Forks: 67
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Self-Host Release Repository
Bitwarden's dedicated self-hosted release repository. This holds the installation scripts and container images for our self-host project.
For any issues regarding a specific client application, please visit [bitwarden/clients](https://github.com/bitwarden/clients)
## Container Images
Bitwarden provides OCI-Compliant container images in our ghcr.io [repository](https://github.com/orgs/bitwarden/packages?repo_name=self-host).
All images published to ghcr.io are
signed by using Cosign's [keyless signing](https://docs.sigstore.dev/cosign/signing/overview/). The images can be
verified with the following command (where `$IMAGE_NAME` is set to an image in our repository):
```sh
$ cosign verify ghcr.io/bitwarden/$IMAGE_NAME:latest --certificate-identity-regexp="https://github\.com/bitwarden/self-host/\.github/workflows/release\.yml@.*" --certificate-oidc-issuer="https://token.actions.githubusercontent.com"
```
## Quick Deploy
[](https://marketplace.digitalocean.com/apps/bitwarden?action=deploy)
[Deploy to Kubernetes with Helm](https://github.com/bitwarden/helm-charts/blob/main/charts/self-host/README.md)