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

Merge pull request #5 from YunoHost-Apps/testing

Update change_url
This commit is contained in:
Éric Gaspar 2022-02-17 09:11:24 +01:00 committed by GitHub
commit 5887398434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 3 deletions

View file

@ -30,7 +30,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
[Shiori Web Extension](https://github.com/go-shiori/shiori-web-ext) is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page. [Shiori Web Extension](https://github.com/go-shiori/shiori-web-ext) is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page.
**Shipped version:** 1.5.0~ynh2 **Shipped version:** 1.5.0~ynh3
**Demo:** https://demo.example.com **Demo:** https://demo.example.com

View file

@ -26,7 +26,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
[Shiori Web Extension](https://github.com/go-shiori/shiori-web-ext) is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page. [Shiori Web Extension](https://github.com/go-shiori/shiori-web-ext) is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page.
**Version incluse :** 1.5.0~ynh2 **Version incluse :** 1.5.0~ynh3
**Démo :** https://demo.example.com **Démo :** https://demo.example.com

View file

@ -6,7 +6,7 @@
"en": "Simple bookmark manager", "en": "Simple bookmark manager",
"fr": "Gestionnaire de liens simple" "fr": "Gestionnaire de liens simple"
}, },
"version": "1.5.0~ynh2", "version": "1.5.0~ynh3",
"url": "https://github.com/go-shiori/shiori", "url": "https://github.com/go-shiori/shiori",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",

View file

@ -28,6 +28,7 @@ ynh_script_progression --message="Loading installation settings..." --weight=1
# Needed for helper "ynh_add_nginx_config" # Needed for helper "ynh_add_nginx_config"
final_path=$(ynh_app_setting_get --app=$app --key=final_path) final_path=$(ynh_app_setting_get --app=$app --key=final_path)
port=$(ynh_app_setting_get --app=$app --key=port)
#================================================= #=================================================
# BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP # BACKUP BEFORE CHANGE URL THEN ACTIVE TRAP