Wave changes

This commit is contained in:
2026-03-27 15:39:35 +00:00
parent cb3e4c5809
commit bddb928ec2
253 changed files with 7056 additions and 1727 deletions

View File

@@ -0,0 +1,15 @@
:PROPERTIES:
:ID: e12ef44d-69a4-45c8-a823-c810d2c3857c
:END:
#+title: Vaultwarden
Just ran into an issue where the IOS app was failing due to the latest version of bitwarden not being installed on the server. To fix this:
#+begin_src bash
docker compose pull
docker compose up -d
#+end_src