working on release 0.7.0

This commit is contained in:
notplants
2026-02-18 10:43:49 -05:00
parent 6ac2a5c838
commit 223a242f70
6 changed files with 55 additions and 23 deletions
+8
View File
@@ -0,0 +1,8 @@
**Breaking change:** The Collabora admin panel password is now a secret (`collabora_p`).
After upgrading, you must generate the new secret for collabora to work:
```
abra app secret insert <app-name> collabora_p v1 <your-password>
```