mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-18 17:23:06 +03:00
Created Deployment examples (markdown)
23
Deployment-examples.md
Normal file
23
Deployment-examples.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
This page is an index of standalone deployment examples. If adding a new example, please create a new category if appropriate, and keep things organized in general.
|
||||||
|
|
||||||
|
## Google Cloud
|
||||||
|
|
||||||
|
* https://github.com/dadatuputi/bitwarden_gcloud
|
||||||
|
|
||||||
|
Bitwarden installation optimized for Google Cloud's 'always free' f1-micro compute instance
|
||||||
|
|
||||||
|
## Kubernetes
|
||||||
|
|
||||||
|
* https://github.com/icicimov/kubernetes-bitwarden_rs
|
||||||
|
|
||||||
|
Sets up a fully functional and secure `bitwarden_rs` application in Kubernetes behind [nginx-ingress-controller](https://github.com/kubernetes/ingress-nginx) and AWS [ELBv1](https://aws.amazon.com/elasticloadbalancing/features/#Details_for_Elastic_Load_Balancing_Products). It provides a little bit more than just simple deployment but you can use all or just part of the manifests depending on your needs and setup.
|
||||||
|
|
||||||
|
* https://github.com/Skeen/helm-bitwarden_rs
|
||||||
|
|
||||||
|
Sets up a fully functional and secure `bitwarden_rs` application in Kubernetes behind an nginx controller of your choice. It works well and is tested with the [microk8s](https://microk8s.io/) setup. There is support for generating SSL certificates via [cert-manager](https://github.com/jetstack/cert-manager) too.
|
||||||
|
|
||||||
|
## Raspberry Pi
|
||||||
|
|
||||||
|
* https://github.com/martient/bitwardenrs-ansible
|
||||||
|
|
||||||
|
Ansible deployment for bitwarden_rs on raspberry pi
|
||||||
Reference in New Issue
Block a user