Created Deployment examples (markdown)
parent
3606ef8617
commit
0d8c60e789
|
@ -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
|
Loading…
Reference in New Issue