mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
Cleaning
This commit is contained in:
parent
93bf4ab618
commit
0befbaec8e
4 changed files with 5 additions and 28 deletions
|
@ -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&
|
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Simple way to manage your todo lists.
|
||||
|
||||
### Features
|
||||
|
||||
- Multiple lists
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue