1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00
* 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

* Update manifest.toml

* Auto-update README

* Update install

* Auto-update README

* Update manifest.toml

* Auto-update README

* Update manifest.toml

---------

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:
eric_G 2023-12-01 08:56:56 +01:00 committed by GitHub
parent a0bb7346b1
commit 35db37cdbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 6 deletions

View file

@ -30,7 +30,7 @@ Simple way to manage your todo lists.
- Password protection
**Shipped version:** 1.7.6~ynh1
**Shipped version:** 1.8.0~ynh1
**Demo:** https://www.mytinytodo.net/demo/

View file

@ -29,7 +29,7 @@ myTinyTodo permet de Gérer efficacement vos listes de tâches.
- Mot de passe de protection
**Version incluse :** 1.7.6~ynh1
**Version incluse :** 1.8.0~ynh1
**Démo :** https://www.mytinytodo.net/demo/

View file

@ -5,7 +5,7 @@ name = "myTinyTodo"
description.en = "Open source to-do list script"
description.fr = "Gestionnaire de todo list"
version = "1.7.6~ynh1"
version = "1.8.0~ynh1"
maintainers = ["plabuse"]
@ -20,8 +20,11 @@ code = "https://github.com/maxpozdeev/mytinytodo"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
@ -44,8 +47,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.6/mytinytodo-v1.7.6.tar.gz"
sha256 = "8edde5469118a751744af37b4323e06c19a21d8d5b0a8bffe092e1f0155d8599"
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.8.0/mytinytodo-v1.8.0.tar.gz"
sha256 = "6343bf1c60664a896ad3f111639386113fd31904ca63a41480dacf61672e918c"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]

View file

@ -44,7 +44,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Adding a configuration file..." --weight=1
salt=$(ynh_string_random --length=16)
ynh_add_config --template="../conf/config.php" --destination="$install_dir/config.php"
ynh_add_config --template="config.php" --destination="$install_dir/config.php"
chmod 640 "$install_dir/config.php"
chown $app:$app "$install_dir/config.php"