1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00
This commit is contained in:
Éric Gaspar 2023-05-12 16:13:09 +02:00
parent 93bf4ab618
commit 0befbaec8e
4 changed files with 5 additions and 28 deletions

View file

@ -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&

View file

@ -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"

View file

@ -1,3 +1,5 @@
Simple way to manage your todo lists.
### Features
- Multiple lists

View file

@ -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