Index of /

[ICO]NameLast modifiedSizeDescription

[   ]Apache-VirtualHost.example.conf2022-05-17 19:08 1.2K 
[   ]Nginx-VirtualHost.example.conf2022-05-17 19:08 1.4K 
[TXT]README.txt2022-05-17 19:05 1.1K 
[   ]bananian-keyring.gpg2021-09-13 10:51 2.2K 
[DIR]conf/2020-12-04 09:44 -  
[DIR]db/2022-12-27 11:14 -  
[DIR]dists/2020-12-04 09:55 -  
[DIR]pool/2020-12-04 09:55 -  

Vaultwarden repository for Debian (bullseye and buster)
-------------------------------------------

Public repository. Feel free to use!

# Installation
1. wget -O /etc/apt/trusted.gpg.d/bananian-keyring.gpg https://bitwarden-deb.tech-network.de/bananian-keyring.gpg
2. echo "deb http://bitwarden-deb.tech-network.de buster main" > /etc/apt/sources.list.d/vaultwarden.list
3. apt-get update
4. apt-get install vaultwarden

# Configuration
- Vaultwarden config file is located at /etc/vaultwarden (config.env)
- Sample Apache configuration can be found here: https://bitwarden-deb.tech-network.de/Apache-VirtualHost.example.conf
- Sample Nginx configuration can be found here: https://bitwarden-deb.tech-network.de/Nginx-VirtualHost.example.conf

# Systemd service
- Enable: systemctl enable vaultwarden.service
- Start: systemctl start vaultwarden.service
- Status: systemctl status vaultwarden.service
- ...

Sources and Credits:
https://github.com/dani-garcia/vaultwarden

Eine ausführliche deutschsprachige Installationsanleitung gibt es hier:
https://linux-nerds.org/topic/977/bitwarden_rs-auf-einem-debian-buster-10-server-installieren