From f718827693c1820551c170e26be3b6b651f2d77d Mon Sep 17 00:00:00 2001 From: mqus <8398165+mqus@users.noreply.github.com> Date: Thu, 12 Jul 2018 02:23:12 +0200 Subject: [PATCH 1/3] Add a link to the packaged AUR version Hi! I made two packages for Archlinux, one for the purists (without web interface) and one with the web interface and wanted to link to them here. I'm not sure if that is the best position to advertise this, let me know if you think the links are better put elsewhere. Apart from that: If you have any other suggestions/remarks for repackaging, please tell me. Currently I'm linking to the latest master commit, but I would really welcome it if you could make a release every now and then. Thanks for your great work! --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8fa74265..cfef9975 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This is Bitwarden server API implementation written in rust compatible with [ups Image is based on [Rust implementation of Bitwarden API](https://github.com/dani-garcia/bitwarden_rs). +It is also packaged for Archlinux: There is an AUR package [with](https://aur.archlinux.org/packages/bitwarden_rs-vault-git/) and +[without](https://aur.archlinux.org/packages/bitwarden_rs-git/) the vault web interface. + _*Note, that this project is not associated with the [Bitwarden](https://bitwarden.com/) project nor 8bit Solutions LLC._ ## Features From 251c5c2348188ef4bd35d256b7024a038e72b89a Mon Sep 17 00:00:00 2001 From: mqus <8398165+mqus@users.noreply.github.com> Date: Thu, 12 Jul 2018 11:09:58 +0200 Subject: [PATCH 2/3] remove aur link in README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index cfef9975..5a1f4916 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ This is Bitwarden server API implementation written in rust compatible with [ups Image is based on [Rust implementation of Bitwarden API](https://github.com/dani-garcia/bitwarden_rs). -It is also packaged for Archlinux: There is an AUR package [with](https://aur.archlinux.org/packages/bitwarden_rs-vault-git/) and -[without](https://aur.archlinux.org/packages/bitwarden_rs-git/) the vault web interface. - _*Note, that this project is not associated with the [Bitwarden](https://bitwarden.com/) project nor 8bit Solutions LLC._ ## Features @@ -199,7 +196,6 @@ docker build -t bitwarden_rs . For building binary outside the Docker environment and running it locally without docker, please see [build instructions](BUILD.md). - ## Backing up your vault ### 1. the sqlite3 database From 3bba02b3640650ef6dab24fcc2266b972aae9374 Mon Sep 17 00:00:00 2001 From: mqus <8398165+mqus@users.noreply.github.com> Date: Thu, 12 Jul 2018 11:19:30 +0200 Subject: [PATCH 3/3] Add aur links to BUILD.md --- BUILD.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.md b/BUILD.md index 02081f16..fb0cb0bf 100644 --- a/BUILD.md +++ b/BUILD.md @@ -1,4 +1,6 @@ ## Manual Setup (Advanced) +_( bitwarden_rs is already packaged for Archlinux: There is an AUR package [with](https://aur.archlinux.org/packages/bitwarden_rs-vault-git/) and +[without](https://aur.archlinux.org/packages/bitwarden_rs-git/) the vault web interface available.)_ ### Dependencies - `Rust nightly` (strongly recommended to use [rustup](https://rustup.rs/)) - `OpenSSL` (should be available in path, install through your system's package manager or use the [prebuilt binaries](https://wiki.openssl.org/index.php/Binaries))