Index of /

[ICO]NameLast modifiedSizeDescription

[   ]Apache-VirtualHost.example.conf2023-11-12 09:08 1.1K 
[   ]Nginx-VirtualHost.example.conf2023-11-12 09:30 1.2K 
[TXT]README.txt2023-05-02 17:32 1.5K 
[DIR]archive/2024-03-03 12:37 -  
[   ]bananian-keyring.gpg2021-09-13 10:51 2.2K 
[DIR]conf/2023-05-02 17:20 -  
[DIR]db/2024-03-03 12:38 -  
[DIR]dists/2023-04-24 15:59 -  
[DIR]pool/2020-12-04 09:55 -  

Vaultwarden repository for Debian 10, 11 and 12 and Ubuntu 20.04 and 22.04
-------------------------------------------
Supported architectures: amd64 and arm64

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. Important: Please make sure that you use the correct repository for your distribution:

Debian 10 (buster), 11 (bullseye) and Ubuntu 20.04:
echo "deb http://bitwarden-deb.tech-network.de buster main" > /etc/apt/sources.list.d/vaultwarden.list

Debian 12 (bookworm) and Ubuntu 22.04:
echo "deb http://bitwarden-deb.tech-network.de bookworm 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