1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vaultwarden_ynh.git synced 2024-09-03 18:26:31 +02:00

Upgrade to 1.16.1~ynh1

This commit is contained in:
yalh76 2020-08-03 20:28:11 +02:00
parent d5aa3b0901
commit faa2228219
6 changed files with 14 additions and 6 deletions

View file

@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
Bitwarden is a open source password manager.
**Shipped version:** 1.15.1
**Shipped version:** 1.16.1
## Important points to read before installing

View file

@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Bitwarden est un gestionnaire de mots de passe open source.
**Version incluse :** 1.15.1
**Version incluse :** 1.16.1
## Points importants à lire avant l'installation

View file

@ -21,6 +21,8 @@
upgrade=1 from_commit=501bf18eafcda987ac255d12ca213d15e63c5eef
# 1.14.2~ynh2
upgrade=1 from_commit=2a7b9d6b6705be6e3a7217309a77b9def226eaa6
# 1.15.1~ynh2
upgrade=1 from_commit=bb9dac9cc50e11d8ef60033a543f9e21b42d0d8e
backup_restore=1
multi_instance=1
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
@ -38,4 +40,5 @@ Notification=all
name=1.9.1~ynh3
; commit=2a7b9d6b6705be6e3a7217309a77b9def226eaa6
name=1.14.2~ynh2
; commit=bb9dac9cc50e11d8ef60033a543f9e21b42d0d8e
name=1.15.1~ynh2

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.15.1.tar.gz
SOURCE_SUM=34e7d7078dbcb6ae81d39d81db9bbfe8231b2fad54472c58f7d407387c3651c6554ff467daf17ebe88abfbaffc587fd0ab666cf3420ee544b7871c3712b1b871
SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.16.1.tar.gz
SOURCE_SUM=cea0a378e2fc864c2a180d702f3afa97d92b19d1f46259d4c9d9097abb2cd0a5bd84b8734d49152b9b8b5113cd5a3ff87dc9a390118a8832950a7aa6c7b63962
SOURCE_SUM_PRG=sha512sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -44,6 +44,10 @@ WEBSOCKET_PORT=__WEBSOCKET_PORT__
## Enable extended logging, which shows timestamps and targets in the logs
# EXTENDED_LOGGING=true
## Timestamp format used in extended logging.
## Format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime
# LOG_TIMESTAMP_FORMAT="%Y-%m-%d %H:%M:%S.%3f"
## Logging to file
## It's recommended to also set 'ROCKET_CLI_COLORS=off'
LOG_FILE=/var/log/__APP__/__APP__.log
@ -187,6 +191,7 @@ SMTP_FROM=bitwarden-rs@__DOMAIN__
SMTP_FROM_NAME=Bitwarden_RS
SMTP_PORT=25
SMTP_SSL=false
# SMTP_EXPLICIT_TLS=true # N.B. This variable configures Implicit TLS. It's currently mislabelled (see bug #851)
# SMTP_USERNAME=username
# SMTP_PASSWORD=password
# SMTP_AUTH_MECHANISM="Plain"

View file

@ -6,7 +6,7 @@
"en": "Manage passwords and other sensitive informations",
"fr": "Géres les mots de passe et autres informations sensibles"
},
"version": "1.15.1~ynh2",
"version": "1.16.1~ynh1",
"url": "https://github.com/dani-garcia/bitwarden_rs",
"license": "GPL-3.0-or-later",
"maintainer": {