From 753665687453113bacf4cc8e6e7f4ad8f8056d00 Mon Sep 17 00:00:00 2001 From: Constantin Date: Sat, 27 Feb 2021 12:06:16 +0100 Subject: [PATCH] Updated Deployment examples (markdown) --- Deployment-examples.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Deployment-examples.md b/Deployment-examples.md index 36e7552..eea7936 100644 --- a/Deployment-examples.md +++ b/Deployment-examples.md @@ -28,6 +28,11 @@ This page is an index of standalone deployment examples. If adding a new example Sample config for running `bitwarden_rs` on [DreamHost](https://www.dreamhost.com/), but should be readily adaptable to many other shared hosting services. +* https://lab.uberspace.de/guide_bitwarden.html + + Instructions on how to install from source and run on [Uberspace](https://uberspace.de/en/) shared hosting provider. + + ## NixOS (by tklitschi) There's a example bitwarden config for NixOS. It's not very complex, you have the backend option, for the type of Database you wanna use, the Backupdir for a dedicated Backup systemdserive, the option to enable it and the config Option. For the Config Option you simply pass the .env Variables [from the .env template](https://github.com/dani-garcia/bitwarden_rs/blob/1.13.1/.env.template) in nix syntax. See [Proxy Examples](https://github.com/dani-garcia/bitwarden_rs/wiki/Proxy-examples) for a nixos-nginx example config.