Skip to content
Snippets Groups Projects
Commit d281551d authored by Fxzx mic's avatar Fxzx mic Committed by Kevin Daudt
Browse files
parent 68716b2c
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
# Contributor: Fabricio Silva <hi@fabricio.dev>
# Maintainer: Chris Kruger <alpine@krugerheavyindustries.com>
pkgname=vaultwarden
pkgver=1.30.3
pkgver=1.30.4
pkgrel=0
pkgdesc="bitwarden alternative backend"
_bw_web_ver=2024.1.2
_bw_web_ver=2024.1.2b
provides="bitwarden_rs=$pkgver-r$pkgrel"
replaces="bitwarden_rs"
url="https://github.com/dani-garcia/vaultwarden"
......@@ -78,8 +78,8 @@ vault() {
}
sha512sums="
2e1163300cc4e3bb2a66566fdfa65cc439920316615efd89d113121407f5456fed127dfa55be2a8cf77543083ace1ea56b6e15bc8a9678aa53e71435d6293642 vaultwarden-1.30.3.tar.gz
5e488639aa61e2243061bf000531fc2d5d1fb671259adab284c618494cf8870da16e1e9477174c6516e4100a6312f17a4868f93a5a6b823e4be2ae85063b75a5 vaultwarden-webvault-2024.1.2.tar.gz
a84899ebe30129a62971d4391f4801d3a6eb63b22075a11e676a07f73d8ff0f431a4b8868bac37dc344678ff7de70959ed062c2c7fea4c254fe4f5286d56647e vaultwarden-1.30.4.tar.gz
0157c751f5869de261c93624a1fa168a96e86ad1a169727bee428bb9d804b8bfac3d7b8e4b993e2e5d2414ee99a016702eb750d81c3cc71c9e4c659a5ff7b37f vaultwarden-webvault-2024.1.2b.tar.gz
a407bf26f78b74f0d907c4cde1fca8ff00c3ba22093397ace903c8648c03bd943a064b1756337cf82e8aeb5e4617640fefd46565420e8812c6e0fc7392f6be5b vaultwarden.initd
55e5b1e2d01e9947efb06ea346e4e2646c9a7f401877d09bbffc91379a14d058fd61eb8927cbb4d60a7be7855fb62d856d2a5773986186fed6117614b4db208b vaultwarden.confd
e59370b2971904a86b373257e728dfe1ddc384ae9c175fff7cdcfb2fd91f0e52b6d68428269afb41b785f04a532f6534c5e3ec5bfd0cabe77be950c458dc1b52 vaultwarden.confd
"
......@@ -466,12 +466,19 @@ export WEB_VAULT_ENABLED=false
# export SMTP_HOST=smtp.domain.tld
# export SMTP_FROM=vaultwarden@domain.tld
# export SMTP_FROM_NAME=Vaultwarden
# export SMTP_SECURITY=starttls # ("starttls", "force_tls", "off") Enable a secure connection. Default is "starttls" (Explicit - ports 587 or 25), "force_tls" (Implicit - port 465) or "off", no encryption (port 25)
# export SMTP_PORT=587 # Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 (submissions) is used for encrypted submission (Implicit TLS).
# export SMTP_USERNAME=username
# export SMTP_PASSWORD=password
# export SMTP_TIMEOUT=15
## Choose the type of secure connection for SMTP. The default is "starttls".
## The available options are:
## - "starttls": The default port is 587.
## - "force_tls": The default port is 465.
## - "off": The default port is 25.
## Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 (submissions) is used for encrypted submission (Implicit TLS).
# export SMTP_SECURITY=starttls
# export SMTP_PORT=587
## Whether to send mail via the `sendmail` command
# export USE_SENDMAIL=false
## Which sendmail command to use. The one found in the $PATH is used if not specified.
......@@ -513,7 +520,8 @@ export WEB_VAULT_ENABLED=false
## Rocket specific settings
## See https://rocket.rs/v0.5/guide/configuration/ for more details.
# export ROCKET_ADDRESS=0.0.0.0
# export ROCKET_PORT=80 # Defaults to 80 in the Docker images, or 8000 otherwise.
## The default port is 8000, unless running in a Docker container, in which case it is 80.
# export ROCKET_PORT=8000
# export ROCKET_TLS={certs="/path/to/certs.pem",key="/path/to/key.pem"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment