fix: make Vaultwarden cache refresh durable
This commit is contained in:
parent
8e07f50c03
commit
6e80578ca6
6 changed files with 88 additions and 17 deletions
2
app.py
2
app.py
|
|
@ -11,7 +11,7 @@ from fastapi.responses import JSONResponse, RedirectResponse
|
|||
from contextlib import asynccontextmanager
|
||||
|
||||
log = logging.getLogger("butler")
|
||||
VERSION = "2.3.1"
|
||||
VERSION = "2.3.2"
|
||||
|
||||
API_DIR = os.environ.get("API_KEY_DIR", "/data/api")
|
||||
VAULT_CACHE_DIR = os.environ.get("VAULT_CACHE_DIR", "/data/vault-cache")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue