commit:     346879f4d870d5d9243d7d5422126ad0f2738b96
Author:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 15 20:33:17 2025 +0000
Commit:     Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Mon Dec 15 20:36:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=346879f4

app-admin/vaultwarden: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>

 .../files/vaultwarden-envfile-1.33.2.patch         | 49 ----------------------
 1 file changed, 49 deletions(-)

diff --git a/app-admin/vaultwarden/files/vaultwarden-envfile-1.33.2.patch 
b/app-admin/vaultwarden/files/vaultwarden-envfile-1.33.2.patch
deleted file mode 100644
index 073fbf0205d4..000000000000
--- a/app-admin/vaultwarden/files/vaultwarden-envfile-1.33.2.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-As upstream defaults create directories where binary is executed (/usr/bin/), 
this patch is needed to change paths to Gentoo specific locations
---- a/.env.template
-+++ b/.env.template
-@@ -5,24 +5,20 @@
- ## Be aware that most of these settings will be overridden if they were 
changed
- ## in the admin interface. Those overrides are stored within 
DATA_FOLDER/config.json .
- ##
--## By default, Vaultwarden expects for this file to be named ".env" and 
located
--## in the current working directory. If this is not the case, the environment
--## variable ENV_FILE can be set to the location of this file prior to starting
--## Vaultwarden.
- 
- ####################
- ### Data folders ###
- ####################
- 
- ## Main data folder
--# DATA_FOLDER=data
-+DATA_FOLDER=/var/lib/vaultwarden
- 
- ## Individual folders, these override %DATA_FOLDER%
- # RSA_KEY_FILENAME=data/rsa_key
--# ICON_CACHE_FOLDER=data/icon_cache
-+ICON_CACHE_FOLDER=/var/cache/vaultwarden/icon_cache
- # ATTACHMENTS_FOLDER=data/attachments
- # SENDS_FOLDER=data/sends
--# TMP_FOLDER=data/tmp
-+TMP_FOLDER=/tmp/vaultwarden
- 
- ## Templates data folder, by default uses embedded templates
- ## Check source code to see the format
-@@ -31,7 +27,7 @@
- # RELOAD_TEMPLATES=false
- 
- ## Web vault settings
--# WEB_VAULT_FOLDER=web-vault/
-+WEB_VAULT_FOLDER=/usr/share/webapps/vaultwarden-web
- # WEB_VAULT_ENABLED=true
- 
- #########################
-@@ -371,7 +367,7 @@
- # USE_SYSLOG=false
- 
- ## Logging to file
--# LOG_FILE=/path/to/log
-+LOG_FILE=/var/log/vaultwarden.log
- 
- ## Log level
- ## Change the verbosity of the log output

Reply via email to