1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/turtl_ynh.git synced 2024-09-03 20:26:35 +02:00

Update to upstream

This commit is contained in:
Éric Gaspar 2023-01-26 18:21:23 +01:00
parent 55ee977ab5
commit a04c55a424
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,5 @@
location / {
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_pass http://127.0.0.1:__PORT__;
proxy_redirect off;

View file

@ -6,7 +6,7 @@
"en": "Share notes, bookmarks, and documents for sensitive projects",
"fr": "Partagez des notes, des marque-pages et autre documents pour des projets sensibles"
},
"version": "1.0~ynh1",
"version": "1.0~ynh2",
"url": "https://turtlapp.com",
"upstream": {
"license": "MIT",
@ -21,7 +21,7 @@
"url": "https://framasoft.org"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [

View file

@ -27,7 +27,6 @@ port=$(ynh_app_setting_get --app=$app --key=port)
#=================================================
# CHECK VERSION
#=================================================
ynh_script_progression --message="Checking version..."
upgrade_type=$(ynh_check_app_version_changed)