mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
fix
This commit is contained in:
parent
faa9e7c9a2
commit
9a7658b5b2
2 changed files with 0 additions and 21 deletions
|
@ -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
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue