mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
Testing (#52)
* 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 * cleaning * Auto-update README * cleaning * 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
e7991d6e59
commit
bcf95d0e9b
7 changed files with 31 additions and 33 deletions
|
@ -28,13 +28,9 @@ Simple way to manage your todo lists.
|
|||
- Different sortings including sort by drag-and-drop
|
||||
- Search
|
||||
- Password protection
|
||||
- Smart syntax improves creation of tasks
|
||||
(usage: /priority/ Task /tags/)
|
||||
- Print-friendly CSS
|
||||
- Style for mobiles devices
|
||||
|
||||
|
||||
**Shipped version:** 1.7.4~ynh1
|
||||
**Shipped version:** 1.7.5~ynh1
|
||||
|
||||
**Demo:** https://www.mytinytodo.net/demo/
|
||||
|
||||
|
|
27
README_fr.md
27
README_fr.md
|
@ -16,25 +16,20 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
## Vue d’ensemble
|
||||
|
||||
Simple way to manage your todo lists.
|
||||
myTinyTodo permet de Gérer efficacement vos listes de tâches.
|
||||
### Caractéristiques
|
||||
|
||||
### Features
|
||||
|
||||
- Multiple lists
|
||||
- Task notes
|
||||
- Tags (and tag cloud)
|
||||
- Due dates
|
||||
- Priority (-1, 0, +1, +2)
|
||||
- Different sortings including sort by drag-and-drop
|
||||
- Search
|
||||
- Password protection
|
||||
- Smart syntax improves creation of tasks
|
||||
(usage: /priority/ Task /tags/)
|
||||
- Print-friendly CSS
|
||||
- Style for mobiles devices
|
||||
- Plusieurs listes
|
||||
- Notes de tâches
|
||||
- Tags (et nuage de tags)
|
||||
- Les dates d'échéance
|
||||
- Priorité (-1, 0, +1, +2)
|
||||
- Différents tris dont le tri par glisser-déposer
|
||||
- Recherche
|
||||
- Mot de passe de protection
|
||||
|
||||
|
||||
**Version incluse :** 1.7.4~ynh1
|
||||
**Version incluse :** 1.7.5~ynh1
|
||||
|
||||
**Démo :** https://www.mytinytodo.net/demo/
|
||||
|
||||
|
|
|
@ -10,7 +10,3 @@ Simple way to manage your todo lists.
|
|||
- Different sortings including sort by drag-and-drop
|
||||
- Search
|
||||
- Password protection
|
||||
- Smart syntax improves creation of tasks
|
||||
(usage: /priority/ Task /tags/)
|
||||
- Print-friendly CSS
|
||||
- Style for mobiles devices
|
||||
|
|
11
doc/DESCRIPTION_fr.md
Normal file
11
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
myTinyTodo permet de Gérer efficacement vos listes de tâches.
|
||||
### Caractéristiques
|
||||
|
||||
- Plusieurs listes
|
||||
- Notes de tâches
|
||||
- Tags (et nuage de tags)
|
||||
- Les dates d'échéance
|
||||
- Priorité (-1, 0, +1, +2)
|
||||
- Différents tris dont le tri par glisser-déposer
|
||||
- Recherche
|
||||
- Mot de passe de protection
|
|
@ -5,7 +5,7 @@ name = "myTinyTodo"
|
|||
description.en = "Open source to-do list script"
|
||||
description.fr = "Gestionnaire de todo list"
|
||||
|
||||
version = "1.7.4~ynh1"
|
||||
version = "1.7.5~ynh1"
|
||||
|
||||
maintainers = ["plabuse"]
|
||||
|
||||
|
@ -35,8 +35,8 @@ ram.runtime = "50M"
|
|||
default = "/mytinytodo"
|
||||
|
||||
[install.init_main_permission]
|
||||
help.en = "If enabled, myTinyTodo will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||||
help.fr = "Si cette case est cochée, myTinyTodo sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||
help.en = "If set to 'visitors', myTinyTodo will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||||
help.fr = "Si défini sur 'visiteurs', myTinyTodo sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
|
@ -44,8 +44,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.4/mytinytodo-v1.7.4.tar.gz"
|
||||
sha256 = "3eee5792a1d73292edd7137c68e219caba5a28601e376216267935e8b1b22864"
|
||||
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.5/mytinytodo-v1.7.5.tar.gz"
|
||||
sha256 = "6a6926a13d7a66b68cf8ff4ebde40f3a8d5c046302e39005ab96b76c67c11882"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
@ -56,7 +56,7 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php8.2-mysqli php8.2-pdo"
|
||||
packages = "mariadb-server, php8.2-mysqli, php8.2-pdo"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
|
@ -33,7 +33,7 @@ chown -R $app:www-data "$install_dir"
|
|||
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
|
||||
|
||||
# Create a dedicated PHP-FPM config
|
||||
ynh_add_fpm_config --usage=low --footprint=low
|
||||
ynh_add_fpm_config
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
|
|
@ -36,7 +36,7 @@ chown -R $app:www-data "$install_dir"
|
|||
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2
|
||||
|
||||
# Create a dedicated PHP-FPM config
|
||||
ynh_add_fpm_config --usage=low --footprint=low
|
||||
ynh_add_fpm_config
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
|
Loading…
Add table
Reference in a new issue