From 669f8e7c66516b3bc1b942592d018298e2767755 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Sun, 16 Oct 2022 12:27:41 -0400 Subject: [PATCH] Added a repo for the current release of Fedora. --- Third-party-packages.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Third-party-packages.md b/Third-party-packages.md index fb73d17..e6cdcd5 100644 --- a/Third-party-packages.md +++ b/Third-party-packages.md @@ -34,6 +34,15 @@ A hacky package that uses SQLite. It doesn't have the vault (yet), and still has https://github.com/alexpdp7/vaultwarden-rpm +## Fedora (current release, x86_64) + +The vaultwarden package is built as a universal binary for MySQL, SQLite, and PostgreSQL. It also creates a `vaultwarden` user/group and a systemd service. + +``` +dnf config-manager --add-repo https://evermeet.cx/pub/repo/fedora/evermeet.repo +dnf install vaultwarden vaultwarden-webvault +``` + ## 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`)