diff --git a/conf/msg_install b/conf/msg_install deleted file mode 100644 index 917dc24..0000000 --- a/conf/msg_install +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/install b/scripts/install index da7fac2..090dc81 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================