1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/onlyoffice_ynh.git synced 2024-09-03 19:56:11 +02:00
This commit is contained in:
Éric Gaspar 2023-04-25 15:02:11 +02:00
parent faa9e7c9a2
commit 9a7658b5b2
2 changed files with 0 additions and 21 deletions

View file

@ -1,12 +0,0 @@
__APP__ was successfully installed :)
Please open your __APP__ domain: https://__DOMAIN____PATH_URL__
To configure OnlyOffice with your Nextcloud, go to the settings:
under "Administration > ONLYOFFICE > Server settings >
- Address of the Document Server" enter: "https://__DOMAIN____PATH_URL__"
- Secret key" enter "__JWT_TOKEN__"
OnlyOffice should now work with your Nextcloud!
If you are facing any problem or want to improve this app, please open a new issue here: https://github.com/YunoHost-Apps/onlyoffice_ynh

View file

@ -62,15 +62,6 @@ ynh_script_progression --message="Sending a readme for the admin..."
jwt_token=$(documentserver-jwt-status.sh | sed "3q;d" | cut -d "-" -f 2 | tr -d ' ')
ynh_app_setting_set --app=$app --key=jwt_token --value=$jwt_token
#=================================================
# SEND A README FOR THE ADMIN
#=================================================
ynh_script_progression --message="Sending a readme for the admin..."
jwt_token=$(documentserver-jwt-status.sh | sed "3q;d" | cut -d "-" -f 2 | tr -d ' ')
ynh_send_readme_to_admin --app_message="../conf/msg_install" --recipients=$admin_mail --type='install'
#=================================================
# END OF SCRIPT
#=================================================