Bitwarden's self-hosted release repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
MtnBurrit0 84237d1649
Add WEB_ARTIFACT_PATH with ability to consume a local web artifact (#411)
3 months ago
.github Add WEB_ARTIFACT_PATH with ability to consume a local web artifact (#411) 3 months ago
DigitalOceanMarketplace BRE-648 - Change image location from DockerHub to ghcr.io (#353) 9 months ago
docker-unified Add WEB_ARTIFACT_PATH with ability to consume a local web artifact (#411) 3 months ago
.editorconfig
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
bitwarden.ps1 Updated core, web, and key-connector versions 3 months ago
bitwarden.sh Updated core, web, and key-connector versions 3 months ago
run.ps1 fix: Setup is now self-contained and single-file (#376) 7 months ago
run.sh fix: Setup is now self-contained and single-file (#376) 7 months ago
version.json Updated core, web, and key-connector versions 3 months ago

README.md

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

Container Images

Bitwarden provides OCI-Compliant container images in our ghcr.io repository.

All images published to ghcr.io are signed by using Cosign's keyless signing. The images can be verified with the following command (where $IMAGE_NAME is set to an image in our repository):

$ 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

Deploy to DO

Deploy to Kubernetes with Helm