From 956f6e043fe692065510d7ce0dbb5a914e2cb116 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Feb 2022 11:23:56 +0100 Subject: [PATCH] Fix --- conf/index.php | 2 +- doc/DESCRIPTION.md | 13 ++++++------- manifest.json | 4 ++-- scripts/change_url | 2 +- scripts/restore | 2 +- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/conf/index.php b/conf/index.php index f5fc314..625af65 100644 --- a/conf/index.php +++ b/conf/index.php @@ -2,7 +2,7 @@ - YOURLS + YOURLS — Your Own URL Shortener diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 3c160a3..12d64f2 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -2,10 +2,9 @@ YOURLS stands for Your Own URL Shortener. It is a small set of PHP scripts that ### YOURLS Features -- Free and open-source software, -- Private (your links only) or Public (everybody can create short links, fine for an intranet), -- Terrific Plugin architecture and dozens of plugins to easily implement new features, -- Handy bookmarklets to easily shorten and share links, -- Awesome stats: historical click reports, referrers tracking, visitors geo-location, -- Developer API to integrate YOURLS into other applications, -- Sample files to create your own public interface and more ! +- Private (your links only) or Public (everybody can create short links, fine for an intranet) +- Dozens of plugins to easily implement new features +- Handy bookmarklets to easily shorten and share links +- Awesome stats: historical click reports, referrers tracking, visitors geo-location +- Developer API to integrate YOURLS into other applications +- Sample files to create your own public interface diff --git a/manifest.json b/manifest.json index 5c4d311..64e35e4 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,6 @@ }, "version": "1.8.2~ynh1", "url": "https://yourls.org/", - "license": "MIT", "upstream": { "license": "MIT", "website": "https://yourls.org/", @@ -16,6 +15,7 @@ "admindoc": "https://github.com/YOURLS/YOURLS/wiki", "code": "https://github.com/YOURLS/YOURLS" }, + "license": "MIT", "maintainer": { "name": "Anmol Sharma", "email": "anmol@datamol.org" @@ -31,7 +31,7 @@ "multi_instance": true, "services": [ "nginx", - "php7.3-fpm", + "php7.4-fpm", "mysql" ], "arguments": { diff --git a/scripts/change_url b/scripts/change_url index 283ffda..5dd8d50 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -71,7 +71,7 @@ fi #================================================= # MODIFY URL IN NGINX CONF #================================================= -ynh_script_progression --message="Updating NGINX web server configuration..." --time --weight=1 +ynh_script_progression --message="Updating NGINX web server configuration..." --weight=1 nginx_conf_path=/etc/nginx/conf.d/$old_domain.d/$app.conf diff --git a/scripts/restore b/scripts/restore index 58eae03..64970f1 100644 --- a/scripts/restore +++ b/scripts/restore @@ -60,7 +60,7 @@ ynh_system_user_create --username=$app --home_dir="$final_path" #================================================= # RESTORE THE APP MAIN DIR #================================================= -ynh_script_progression --message="Restoring YOURLS main directory..." --weight=3 +ynh_script_progression --message="Restoring the app main directory..." --weight=3 ynh_restore_file --origin_path="$final_path"