mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-05 11:33:12 +02:00
vaultwarden: update to 1.34.3.
This commit is contained in:
parent
b0bb54a80c
commit
6ec9abfc23
2 changed files with 18 additions and 20 deletions
|
@ -1,20 +1,18 @@
|
||||||
configure several paths to sane/expected locations
|
|
||||||
|
|
||||||
diff --git a/.env.template b/.env.template
|
diff --git a/.env.template b/.env.template
|
||||||
index 66a0434..cebac33 100644
|
index 6d27238..c0731ce 100644
|
||||||
--- a/.env.template
|
--- a/.env.template
|
||||||
+++ b/.env.template
|
+++ b/.env.template
|
||||||
@@ -10,7 +10,7 @@
|
@@ -23,7 +23,7 @@
|
||||||
## vaultwarden.
|
## When using an external location, make sure to set TMP_FOLDER,
|
||||||
|
## TEMPLATES_FOLDER, and DATABASE_URL to local paths and/or a remote database
|
||||||
## Main data folder
|
## location.
|
||||||
-# DATA_FOLDER=data
|
-# DATA_FOLDER=data
|
||||||
+DATA_FOLDER=/var/lib/vaultwarden
|
+DATA_FOLDER=/var/lib/vaultwarden
|
||||||
|
|
||||||
## Database URL
|
## Individual folders, these override %DATA_FOLDER%
|
||||||
## When using SQLite, this is the path to the DB file, default to %DATA_FOLDER%/db.sqlite3
|
# RSA_KEY_FILENAME=data/rsa_key
|
||||||
@@ -61,8 +61,8 @@
|
@@ -42,8 +42,8 @@
|
||||||
# ICON_CACHE_NEGTTL=259200
|
# RELOAD_TEMPLATES=false
|
||||||
|
|
||||||
## Web vault settings
|
## Web vault settings
|
||||||
-# WEB_VAULT_FOLDER=web-vault/
|
-# WEB_VAULT_FOLDER=web-vault/
|
||||||
|
@ -22,14 +20,14 @@ index 66a0434..cebac33 100644
|
||||||
+# WEB_VAULT_FOLDER=/usr/share/webapps/vaultwarden-web
|
+# WEB_VAULT_FOLDER=/usr/share/webapps/vaultwarden-web
|
||||||
+WEB_VAULT_ENABLED=false
|
+WEB_VAULT_ENABLED=false
|
||||||
|
|
||||||
## Enables websocket notifications
|
#########################
|
||||||
# WEBSOCKET_ENABLED=false
|
### Database settings ###
|
||||||
@@ -117,7 +117,7 @@
|
@@ -386,7 +386,7 @@
|
||||||
# LOG_TIMESTAMP_FORMAT="%Y-%m-%d %H:%M:%S.%3f"
|
# USE_SYSLOG=false
|
||||||
|
|
||||||
## Logging to file
|
## Logging to file
|
||||||
-# LOG_FILE=/path/to/log
|
-# LOG_FILE=/path/to/log
|
||||||
+# LOG_FILE=/var/log/vaultwarden.log
|
+# LOG_FILE=/var/log/vaultwarden.log
|
||||||
|
|
||||||
## Logging to Syslog
|
## Log level
|
||||||
## This requires extended logging
|
## Change the verbosity of the log output
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'vaultwarden'
|
# Template file for 'vaultwarden'
|
||||||
pkgname=vaultwarden
|
pkgname=vaultwarden
|
||||||
version=1.34.1
|
version=1.34.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features sqlite,mysql,postgresql"
|
configure_args="--features sqlite,mysql,postgresql"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="openssl-devel libmysqlclient-devel postgresql-libs-devel
|
makedepends="openssl-devel libmysqlclient-devel postgresql-libs-devel
|
||||||
sqlite-devel zlib-devel"
|
sqlite-devel zlib-devel libzstd-devel"
|
||||||
short_desc="Unofficial Bitwarden compatible server written in Rust"
|
short_desc="Unofficial Bitwarden compatible server written in Rust"
|
||||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="AGPL-3.0-only"
|
license="AGPL-3.0-only"
|
||||||
homepage="https://github.com/dani-garcia/vaultwarden"
|
homepage="https://github.com/dani-garcia/vaultwarden"
|
||||||
changelog="https://github.com/dani-garcia/vaultwarden/releases"
|
changelog="https://github.com/dani-garcia/vaultwarden/releases"
|
||||||
distfiles="https://github.com/dani-garcia/vaultwarden/archive/${version}.tar.gz"
|
distfiles="https://github.com/dani-garcia/vaultwarden/archive/${version}.tar.gz"
|
||||||
checksum=c416ab8e563357823b11192bda46d78aae5457bdec8a6051e765d5897c98321a
|
checksum=1895921d0412af803a76596bdfcafcb2cfdbac3129abb13857c4f0bd993ceef3
|
||||||
|
|
||||||
system_accounts="_vaultwarden"
|
system_accounts="_vaultwarden"
|
||||||
_vaultwarden_homedir="/var/lib/vaultwarden"
|
_vaultwarden_homedir="/var/lib/vaultwarden"
|
||||||
|
|
Loading…
Add table
Reference in a new issue