mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
Testing (#51)
* 1.6.8 (#25) * 1.6.8 * Update updater.sh * Config panel (#30) * Update manifest.json * Auto-update README * Update config_panel.toml * 1.6.10 (#33) * 1.6.10 * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * [autopatch] Add Common Platform Enumeration id to `manifest.json` (#35) Co-authored-by: Yunohost-Bot <> * set relative path for --keep opt (#36) * Update manifest.json * Auto-update README * Fix scripts order * 1.7.2 (#38) * 1.7.0 * Auto-update README * Update install * fix * Update install * Update mytinytodo.sql * Fix * Update install * Update restore * Update upgrade * Fix * 1.7.1 * Auto-update README * Fix * Fix * 1.7.2 * Update upgrade * Auto-update README * Update upgrade * Update upgrade Co-authored-by: yunohost-bot <yunohost@yunohost.org> * 1.7.3 * Auto-update README * Upgrade auto-updater (#46) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean <titus@pijean.ovh> * Version 2 (#47) * v2 * Auto-update README * v2 * Update restore --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.toml * Auto-update README * cleaning * cleaning * Update manifest.toml * cleaning * Update manifest.toml * Auto-update README * Cleaning * Auto-update README * cleaning * Auto-update README * Update manifest.toml * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: tituspijean <titus@pijean.ovh>
This commit is contained in:
parent
1c7c1fb5df
commit
e7991d6e59
6 changed files with 18 additions and 37 deletions
|
@ -16,6 +16,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## Overview
|
||||
|
||||
Simple way to manage your todo lists.
|
||||
|
||||
### Features
|
||||
|
||||
- Multiple lists
|
||||
|
@ -29,10 +31,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
- Smart syntax improves creation of tasks
|
||||
(usage: /priority/ Task /tags/)
|
||||
- Print-friendly CSS
|
||||
- tyle for mobiles devices
|
||||
- Style for mobiles devices
|
||||
|
||||
|
||||
**Shipped version:** 1.7.3~ynh3
|
||||
**Shipped version:** 1.7.4~ynh1
|
||||
|
||||
**Demo:** https://www.mytinytodo.net/demo/
|
||||
|
||||
|
|
|
@ -16,6 +16,8 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
## Vue d’ensemble
|
||||
|
||||
Simple way to manage your todo lists.
|
||||
|
||||
### Features
|
||||
|
||||
- Multiple lists
|
||||
|
@ -29,10 +31,10 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
- Smart syntax improves creation of tasks
|
||||
(usage: /priority/ Task /tags/)
|
||||
- Print-friendly CSS
|
||||
- tyle for mobiles devices
|
||||
- Style for mobiles devices
|
||||
|
||||
|
||||
**Version incluse :** 1.7.3~ynh3
|
||||
**Version incluse :** 1.7.4~ynh1
|
||||
|
||||
**Démo :** https://www.mytinytodo.net/demo/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -11,4 +13,4 @@
|
|||
- Smart syntax improves creation of tasks
|
||||
(usage: /priority/ Task /tags/)
|
||||
- Print-friendly CSS
|
||||
- tyle for mobiles devices
|
||||
- Style for mobiles devices
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "myTinyTodo"
|
|||
description.en = "Open source to-do list script"
|
||||
description.fr = "Gestionnaire de todo list"
|
||||
|
||||
version = "1.7.3~ynh3"
|
||||
version = "1.7.4~ynh1"
|
||||
|
||||
maintainers = ["plabuse"]
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://www.mytinytodo.net/faq.php"
|
|||
code = "https://github.com/maxpozdeev/mytinytodo"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.17"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = false
|
||||
|
@ -44,8 +44,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.3/mytinytodo-v1.7.3.tar.gz"
|
||||
sha256 = "7ba7b4c78cf12cb56c70bbc3768e22d4e9de871d09dd5c25126b9d9e3e0cdec9"
|
||||
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.4/mytinytodo-v1.7.4.tar.gz"
|
||||
sha256 = "3eee5792a1d73292edd7137c68e219caba5a28601e376216267935e8b1b22864"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
@ -56,7 +56,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php8.0-mysqli php8.0-pdo"
|
||||
packages = "mariadb-server php8.2-mysqli php8.2-pdo"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Reference in a new issue