From b926c2515f811b7771ae21b3e9bf5dc94a01642a Mon Sep 17 00:00:00 2001 From: muibusan <16862260+muibusan@users.noreply.github.com> Date: Sun, 5 Mar 2023 11:16:07 +0100 Subject: [PATCH] added section for DietPi installation package --- Third-party-packages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Third-party-packages.md b/Third-party-packages.md index 32ff43d..232a5d2 100644 --- a/Third-party-packages.md +++ b/Third-party-packages.md @@ -46,6 +46,13 @@ dnf config-manager --add-repo https://evermeet.cx/pub/repo/fedora/evermeet.repo dnf install vaultwarden vaultwarden-webvault ``` +## DietPi + +[DietPi](https://dietpi.com/) is a lightweight Debian-based distribution (image) for all kinds of devices like Raspberry Pi, Odroid, NanoPi and others. It offers a software script for installing various programs including Vaultwarden. That spares the user tinkering with installation commands. + +For installing Vaultwarden on DietPi just type dietpi-software install 183 on the command line. More information about the installation process and first access to Vaultwarden on DietPi can be found at https://dietpi.com/docs/software/cloud/#vaultwarden + + ## Nix (OS) Vaultwarden is both packaged for mysql, sqlite, postgresql and for vault. There is also a NixOS module for declarative configuration (see `services.vaultwarden`)