0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-01 19:48:55 +02:00

Created Deployment examples (markdown)

Jeremy Lin 2020-05-16 15:48:58 -07:00
parent 3606ef8617
commit 0d8c60e789

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