Files
lasuite-drive/release/0.7.0+v0.12.0
T
2026-02-18 10:43:49 -05:00

9 lines
238 B
Plaintext

**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>
```