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.
 
 
 
 
 
Vince Grassia 4094a17dc7
Update README
10 months ago
.github Test 10 months ago
DigitalOceanMarketplace Update DigitalOcean image check script (#176) 2 years ago
docker-unified SimpleLogin added to CSP per PM-846 (#316) 1 year ago
.editorconfig chore: Add bitwarden/template repo config files (#310) 1 year ago
.gitattributes chore: Add bitwarden/template repo config files (#310) 1 year ago
.gitignore chore: Add bitwarden/template repo config files (#310) 1 year ago
CONTRIBUTING.md chore: Add bitwarden/template repo config files (#310) 1 year ago
LICENSE Initial commit 4 years ago
README.md Update README 10 months ago
SECURITY.md chore: Add bitwarden/template repo config files (#310) 1 year ago
bitwarden.ps1 Updated core, web, and key-connector versions (#345) 10 months ago
bitwarden.sh Updated core, web, and key-connector versions (#345) 10 months ago
run.ps1 [PM-368] Setup container attaches itself to docker_internal network during database update (#300) 1 year ago
run.sh [PM-15413] fix: Restore docker-compose support and set docker compose as default (#309) 1 year ago
version.json Updated core, web, and key-connector versions (#345) 10 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