diff --git a/README.md b/README.md index ff32aa5..6e11a54 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Calibre-Web is a web app providing a clean interface for browsing, reading and d Alternatively, you may use [COPS](https://github.com/YunoHost-Apps/cops_ynh) which also allows access to your Calibre Library, but in read-only mode. -**Shipped version:** 1.0 +**Shipped version:** The shipped version 0.6.0, but as the numbering changed in the calibre-web app, it is numbered as 0.96.0 in yunohost Library will be placed in `/home/yunohost.multimedia/share/eBook` folder except if both : diff --git a/check_process b/check_process index 6da2504..531867d 100644 --- a/check_process +++ b/check_process @@ -17,6 +17,7 @@ setup_public=1 upgrade=1 from_commit=3b9c5041e4fa73cb965368379f2b83d076c65341 upgrade=1 from_commit=03bafd5219544c5d317eaf54182e4122ba63a4ad + upgrade_1 from_commit=9e5fa45df7cd840d8a26d25f953857a13d6bc5de backup_restore=1 multi_instance=1 incorrect_path=1 diff --git a/manifest.json b/manifest.json index ab4f351..f68076e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Calibre-web for Yunohost", "fr": "Calibre-web pour Yunohost" }, - "version": "1.0~ynh3", + "version": "0.96.0~ynh3", "url": "https://github.com/janeczku/calibre-web", "license": "free", "maintainer": { diff --git a/scripts/install b/scripts/install index 2600de5..7ba6f76 100755 --- a/scripts/install +++ b/scripts/install @@ -118,7 +118,7 @@ ynh_add_systemd_config #================================================= # CREATE FILES AND DIRECTORIES #================================================= - +ynh_print_info("Creating files and directory") #Logic is as follow : if app is set to be publicly accessible, we will assume that the library should be set in "Share" multimedia directory # If app is set to be private but access is requested for all user, we will assume the same # If app is set to be private but access is limited to the admin user, we will set it inside his own multimedia directory.