diff --git a/check_process b/check_process index c81570d..ce9bdf6 100644 --- a/check_process +++ b/check_process @@ -15,8 +15,6 @@ backup_restore=1 multi_instance=1 change_url=1 -;;; Levels - Level 5=auto ;;; Options Email= Notification=none diff --git a/manifest.json b/manifest.json index 18315d3..6611bb6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A self hostable read-it-later app", "fr": "Une application de lecture-plus-tard auto-hébergeable" }, - "version": "2.4.2~ynh1", + "version": "2.4.2~ynh2", "url": "https://www.wallabag.org", "upstream": { "license": "MIT", @@ -35,7 +35,7 @@ { "name": "domain", "type": "domain", - "example": "domain.org" + "example": "example.com" }, { "name": "path", @@ -46,7 +46,7 @@ { "name": "admin", "type": "user", - "example": "homer" + "example": "johndoe" } ] }