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-09-12 10:13:11 +02:00
parent 49cc238ff8
commit e1de5d01cf
3 changed files with 7 additions and 7 deletions

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.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 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 nayant 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 nayant 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]

View file

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

View file

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