YunoHost-Apps / onlyoffice_ynh

OnlyOffice package for YunoHost
https://www.onlyoffice.com
GNU General Public License v3.0
19 stars 19 forks source link

Upgrade soft-fails due to 7.2 enabling JWT #84

Open Jaxom99 opened 2 years ago

Jaxom99 commented 2 years ago

Hi there,

Thanks for maintaining this package so far :smile_cat: Contrary to what is written in the Readme, the package upgrades now to OO 7.2.0.204 (released on 21/09/2022). This version ships with a a new default mode : Auth with tokens enabled, but the configuration upgrade is not managed by this package.

So I was stuck with a non-working install, services kept crashing with undefined config variables. So I removed and re-installed the app, and everythning work well. :slightly_smiling_face: :warning: as JWT authentication is now enabled by default, you have to give the token to your users//Nextcloud installs. You may display it with the command sudo documentserver-jwt-status.sh.

Thanks for any follow-up, I hope the transition will be smoother for future users !

Typhlos commented 2 years ago

Hey,

I made a PR #88 to send the JWT token via email

artybdrlt commented 1 year ago

Is this true? I just installed OO thanks to what's written in the readme and it seems to work as expected (first time setting up OO so I don't know if I should pay attention to some details?)

Thanks

Jaxom99 commented 1 year ago

@artybdrlt it's only an issue when upgrading so I think you're not concerned :)

biva commented 1 year ago

Hello, waiting for this to be implemented, may I suggest to include this in the documentation? Just 2 lines like this for example:

Thanks a lot for your work!

nicofrand commented 1 year ago

Hi,

this would also be nice to add it to the documentation in case the email could not be accessed (which is my case) :) !

Jaxom99 commented 1 year ago

see #104 ;)