vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 1bdb98d1390604b62fe68fbf3b1d32f56640c30c
parent 8ce4c79612d4718b64545b4bcb41a28dcd2e30e1
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Sun, 28 Oct 2018 16:36:42 +0100

Merge pull request #234 from icicimov/kubernetes-aws

Add Kubernetes deployment reference
Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -43,6 +43,7 @@ _*Note, that this project is not associated with the [Bitwarden](https://bitward - [Building binary](#building-binary) - [Available packages](#available-packages) - [Arch Linux](#arch-linux) +- [Kubernetes deployment](#kubernetes-deployment) - [Backing up your vault](#backing-up-your-vault) - [1. the sqlite3 database](#1-the-sqlite3-database) - [2. the attachments folder](#2-the-attachments-folder) @@ -413,6 +414,11 @@ For building binary outside the Docker environment and running it locally withou Bitwarden_rs is already packaged for Archlinux thanks to @mqus. There is an [AUR package](https://aur.archlinux.org/packages/bitwarden_rs) (optionally with the [vault web interface](https://aur.archlinux.org/packages/bitwarden_rs-vault/) ) available. +## Kubernetes deployment + +Please check the [kubernetes-bitwarden_rs](https://github.com/icicimov/kubernetes-bitwarden_rs) repository for example deployment in Kubernetes. +It will setup 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 little bit more than just simple deployment but you can use all or just part of the manifests depending on your needs and setup. + ## Backing up your vault ### 1. the sqlite3 database