From 6a6c212948afe14a367298fa7ace16eb5582ff82 Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Tue, 29 Dec 2020 11:52:41 +0100 Subject: [PATCH] Add CentOS 8 package --- Third-party-packages.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Third-party-packages.md b/Third-party-packages.md index d343181..ff0048f 100644 --- a/Third-party-packages.md +++ b/Third-party-packages.md @@ -18,6 +18,13 @@ Installation instructions: https://github.com/MrMEEE/bitwarden_rs_rpm/blob/maste Any issues with the RPMs can be reported here: https://github.com/MrMEEE/bitwarden_rs_rpm/issues +## CentOS 8 / RHEL 8 + +A fork of the repo that builds an RPM and pushes it to COPR using Docker. + +https://github.com/alexpdp7/bitwarden_rs/tree/rpm/packages/centos8 +https://copr.fedorainfracloud.org/coprs/koalillo/bitwarden_rs/ + ## Nix (OS) Bitwarden_rs is packacked in Nix with 4 packages (one for mysql, sqlite and postgresql and one for the vault). For NixOS there's a Module as well (services.bitwarden_rs) so bitwarden_rs can be configured in NixOS declarative way as well.