10 lines
292 B
Plaintext
10 lines
292 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 generate <app-domain> collabora_p v1
|
|
abra app config <app-domain> # set SECRET_COLLABORA_P_VERSION=v1
|
|
```
|
|
|