From e40aab53a832cc7d8cc9fbfc4ec84568383c0567 Mon Sep 17 00:00:00 2001 From: ewilly Date: Wed, 20 Jul 2022 21:46:04 +0200 Subject: [PATCH 1/4] Fix if debian rustc package present --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 9fb7e08..9394f02 100644 --- a/scripts/install +++ b/scripts/install @@ -124,7 +124,7 @@ pushd "$final_path" ynh_exec_warn_less ynh_exec_as "$app" RUSTUP_HOME="$final_path/.rustup" CARGO_HOME="$final_path/.cargo" bash -c 'curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --default-toolchain stable' popd -export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin" +export PATH="$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin:$PATH" # Compile vaultwarden pushd "$final_path"/build diff --git a/scripts/upgrade b/scripts/upgrade index d40471b..27c1726 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -186,7 +186,7 @@ then ynh_exec_warn_less ynh_exec_as "$app" RUSTUP_HOME="$final_path/.rustup" CARGO_HOME="$final_path/.cargo" bash -c 'curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s -- -y --default-toolchain stable' popd - export PATH="$PATH:$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin" + export PATH="$final_path/.cargo/bin:$final_path/.local/bin:/usr/local/sbin:$PATH" # Compile vaultwarden pushd "$final_path"/build From f362c5e63335c570136fe466274b44d11558b5d7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 15 Aug 2022 21:42:43 +0000 Subject: [PATCH 2/4] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b85d665..ab541d3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Alternative implementation of the Bitwarden server API written in Rust and compa **Shipped version:** 1.25.2~ynh2 + **Demo:** https://vault.bitwarden.com/#/register ## Screenshots diff --git a/README_fr.md b/README_fr.md index 58ba2d9..79967de 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. -**Version incluse :** 1.25.2~ynh2 +**Version incluse :** 1.25.2~ynh2 + **Démo :** https://vault.bitwarden.com/#/register From 5688cc143573a1f075ac228f70ac39e03df282d8 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 15 Aug 2022 23:43:28 +0200 Subject: [PATCH 3/4] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ee6992b..aa86eb3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage passwords and other sensitive informations", "fr": "Gérez les mots de passe et autres informations sensibles" }, - "version": "1.25.2~ynh2", + "version": "1.25.2~ynh3", "url": "https://github.com/dani-garcia/vaultwarden", "upstream": { "license": "GPL-3.0-or-later", From 6c97c92104e22a542acaa7c5546e275462cf0407 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 15 Aug 2022 21:43:32 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab541d3..2e61f1b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. -**Shipped version:** 1.25.2~ynh2 +**Shipped version:** 1.25.2~ynh3 **Demo:** https://vault.bitwarden.com/#/register diff --git a/README_fr.md b/README_fr.md index 79967de..04ed4c9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. -**Version incluse :** 1.25.2~ynh2 +**Version incluse :** 1.25.2~ynh3 **Démo :** https://vault.bitwarden.com/#/register