From 5162097abe3a188b379b6691dbb21206702820b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 6 Dec 2020 23:55:44 +0100 Subject: [PATCH 1/3] Fix linter warning --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 8e85e83d..97d7921e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -257,7 +257,7 @@ ynh_replace_string --match_string="__PHPVERSION__" --replace_string="$phpversion #================================================= # SETUP LOGROTATE #================================================= -ynh_script_progression --message="Upgrading logrotate configuration..." --time --weight=1 +ynh_script_progression --message="Upgrading logrotate configuration..." # Use logrotate to manage app-specific logfile(s) ynh_use_logrotate --non-append From 306ffc056abffafb250f4e33aca8837a50053aeb Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Wed, 6 Jan 2021 16:43:12 +0100 Subject: [PATCH 2/3] update link to "Official documentation" https://docs.pixelfed.org/master returns 404 ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8defef69..6eb88327 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Those commands can be found in the official documentation. ## Documentation - * [Official documentation](https://docs.pixelfed.org/master/) + * [Official documentation](https://docs.pixelfed.org/) ## YunoHost specific features From 8a936c6b4a9fb1512cbc757b68e8a2b9cde6a1a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 6 Jan 2021 17:50:37 +0100 Subject: [PATCH 3/3] Add SVG badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8defef69..97a67709 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Pixelfed for YunoHost [![Integration level](https://dash.yunohost.org/integration/pixelfed.svg)](https://dash.yunohost.org/appci/app/pixelfed) ![](https://ci-apps.yunohost.org/ci/badges/pixelfed.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/pixelfed.maintain.svg) -[![Install Pixelfed with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=pixelfed) +[![Install Pixelfed with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=pixelfed) > *This package allows you to install Pixelfed quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*