From 9d4e16840c38773cf28f2a124d63003f2933a2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:39:23 +0200 Subject: [PATCH 1/5] cleaning --- doc/POST_INSTALL.md | 3 --- doc/POST_INSTALL_fr.md | 3 --- 2 files changed, 6 deletions(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index fe5a180..3c719a4 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -1,4 +1 @@ The default account is `shiori` with password `gopher`. It is removed once another 'owner' account is created. - -- username: `shiori` -- password: `gopher` \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md index b9c0652..3d29ddd 100644 --- a/doc/POST_INSTALL_fr.md +++ b/doc/POST_INSTALL_fr.md @@ -1,4 +1 @@ Le compte par défaut est `shiori` avec le mot de passe `gopher`. Il est supprimé une fois qu'un autre compte « propriétaire » est créé. - -- nom d'utilisateur : `shiori` -- mot de passe : `gopher` \ No newline at end of file From 44d4201d151d746e8e56b4e40c9b7c77e7c8e5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:45:51 +0100 Subject: [PATCH 2/5] Update change_url --- scripts/change_url | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 3a9b28d..8bd4af6 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -25,6 +25,13 @@ ynh_script_progression --message="Updating NGINX web server configuration..." -- ynh_change_url_nginx_config +#================================================= +# SPECIFIC MODIFICATIONS +#================================================= +ynh_script_progression --message="Updating systemd service..." --weight=1 + +ynh_replace_string --match_string="--webroot $old_path" --replace_string="--webroot $new_path" --target_file="/etc/systemd/system/$app.service" + #================================================= # GENERIC FINALISATION #================================================= From 7377b8b321b6d820747bc54db9d4da10c390df17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:37:49 +0100 Subject: [PATCH 3/5] Update change_url --- scripts/change_url | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/change_url b/scripts/change_url index 8bd4af6..ffe1e20 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -31,6 +31,7 @@ ynh_change_url_nginx_config ynh_script_progression --message="Updating systemd service..." --weight=1 ynh_replace_string --match_string="--webroot $old_path" --replace_string="--webroot $new_path" --target_file="/etc/systemd/system/$app.service" +systemctl daemon-reload #================================================= # GENERIC FINALISATION From a58383c07f46f3fb0888a7180ead20c98836d3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 18 Nov 2023 18:20:39 +0100 Subject: [PATCH 4/5] Update manifest.toml --- manifest.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 02d6ac0..52b525b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Shiori" description.en = "Simple bookmark manager" description.fr = "Gestionnaire de liens simple" -version = "1.5.5~ynh3" +version = "1.5.5~ynh4" maintainers = ["eric_G"] @@ -19,8 +19,11 @@ code = "https://github.com/go-shiori/shiori" yunohost = ">= 11.2" architectures = ["amd64", "arm64", "armhf"] multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" From 845e2b313aa4e69389312f89c54d21c04a25abd1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 18 Nov 2023 17:20:45 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a16c813..3863592 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl - Where possible, by default shiori will download a static copy of the webpage in simple text and HTML format, which later can be used as an offline archive for that page. -**Shipped version:** 1.5.5~ynh3 +**Shipped version:** 1.5.5~ynh4 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 68b9322..ce21d85 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Shiori est un simple gestionnaire de signets écrit en langage Go. Conçu comme - Dans la mesure du possible, shiori téléchargera par défaut une copie statique de la page Web au format texte simple et HTML, qui pourra ensuite être utilisée comme archive hors ligne pour cette page. -**Version incluse :** 1.5.5~ynh3 +**Version incluse :** 1.5.5~ynh4 ## Captures d’écran