VaultWarden: Difference between revisions

From FlowerHouseWiki
No edit summary
No edit summary
Line 14: Line 14:
__TOC__
__TOC__
== Basic Setup ==
== Basic Setup ==
<p>The original BitWarden-Server is only available with docker, this an alternative software programmed with rust.</p>
<p>Install the required packages:</p>
<syntaxhighlight lang="console">
apt install git nano curl wget htop pkg-config openssl libssl1.1 libssl-dev build-essential
</syntaxhighlight>
=== Rust ===
=== NodeJS ===

Revision as of 18:27, 23 February 2021

Bitwarden.png

Network


IP: 192.168.88.??
MAC: B6:04:55:14:93:89
Domain: keys.flowerhouse.at

System


OS: Debian Buster
RAM: 512MB
Cores: 1
Privileged: No

The BitWarden-LXC is reachable under 192.168.88.?? which is located in the ServerVLAN.

The subdomain is keys.flowerhouse.at which is handled by the ReverseProxy.

Basic Setup

The original BitWarden-Server is only available with docker, this an alternative software programmed with rust.

Install the required packages:

apt install git nano curl wget htop pkg-config openssl libssl1.1 libssl-dev build-essential

Rust

NodeJS