summarylogtreecommitdiffstats
path: root/0001-Disable-Vault.patch
diff options
context:
space:
mode:
authorMarkus Richter2020-03-13 21:34:08 +0100
committerMarkus Richter2020-03-13 21:34:08 +0100
commitd6c3aee95d7fe871f7682fc39b3a70c01e476e7e (patch)
tree48299086fd2788c956388b2222cb72316044d02b /0001-Disable-Vault.patch
parentc729d85279c01843d23457463b1309f6a732524f (diff)
downloadaur-d6c3aee95d7fe871f7682fc39b3a70c01e476e7e.tar.gz
1.14
- Add notice to the top of bitwarden_rs.env and update patchfile - Make package section of PKGBUILD more consistent Upstream Changelog: - Added support for running on subpath, simply add the subpath to the DOMAIN variable: DOMAIN=https://example.com/custom-path - Attachment size limits, per-user and per-organization, set USER_ATTACHMENT_LIMIT or ORG_ATTACHMENT_LIMIT to a value in kilobytes to apply it. - Updated U2F library which might solve some U2F certificate errors. - Added SMTP test button in the admin page. - Now accepting y/n, True/False, 1/0 as config options that are booleans. - Fixed error Unique constraint violation when using Two Factor and Postgres. - Fixed error with can_signup_user that didn't allow to change the email address. - Don't error if admin token is empty but disabled - Now email domains are converted to punycode before sending - Enable icons to be cached in the clients - Added option to change invitation org name - Enabled the sending of invitations from the admin panel, even when disabled - Dependency updates
Diffstat (limited to '0001-Disable-Vault.patch')
-rw-r--r--0001-Disable-Vault.patch16
1 files changed, 11 insertions, 5 deletions
diff --git a/0001-Disable-Vault.patch b/0001-Disable-Vault.patch
index a17e9065ffe9..ae60fbe7addf 100644
--- a/0001-Disable-Vault.patch
+++ b/0001-Disable-Vault.patch
@@ -1,13 +1,19 @@
-diff --git a/.env.template b/.env.template
-index 51bb9e0..2e838fc 100644
--- a/.env.template
+++ b/.env.template
-@@ -17,7 +17,7 @@
+@@ -1,5 +1,7 @@
+ ## Bitwarden_RS Configuration File
+ ## Uncomment any of the following lines to change the defaults
++##
++## NOTE: All options are overridden by changes made in the admin interface, which are saved to /var/lib/bitwarden_rs/data/config.json.
+
+ ## Main data folder
+ # DATA_FOLDER=data
+@@ -32,7 +34,7 @@
## Web vault settings
# WEB_VAULT_FOLDER=web-vault/
-# WEB_VAULT_ENABLED=true
+WEB_VAULT_ENABLED=false
- ## Controls the WebSocket server address and port
- # WEBSOCKET_ADDRESS=0.0.0.0
+ ## Enables websocket notifications
+ # WEBSOCKET_ENABLED=false