diff --git a/check_process b/check_process deleted file mode 100644 index 2bdf7ce..0000000 --- a/check_process +++ /dev/null @@ -1,25 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - language="fr" - is_public=1 - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - upgrade=1 from_commit=b598d7235944070a438db49710d141b7ece25669 - backup_restore=1 - multi_instance=0 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=b598d7235944070a438db49710d141b7ece25669 - name= Upgrade to version 1.6.4 (#14) - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& diff --git a/config_panel.toml.example b/config_panel.toml.example index c2c6ecd..28b6445 100644 --- a/config_panel.toml.example +++ b/config_panel.toml.example @@ -10,10 +10,10 @@ name = "myTinyTodo configuration" ask = "Set title" type = "string" help = "Specify a title for your todolist." - bind = "title:__FINALPATH__/config.php" + bind = "title:__INSTALL_DIR__/config.php" [main.config.set_password] ask = "Set password" type = "password" help = "Specify password here to protect your tasks from modification, or leave empty that everyone could read/write todolist." - bind = "password:__FINALPATH__/config.php" + bind = "password:__INSTALL_DIR__/config.php" diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 3c5ac00..0236edf 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,3 +1,5 @@ +Simple way to manage your todo lists. + ### Features - Multiple lists diff --git a/manifest.toml b/manifest.toml index f971ce8..f6a2da6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://www.mytinytodo.net/faq.php" code = "https://github.com/maxpozdeev/mytinytodo" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.19" architectures = "all" multi_instance = false ldap = false