From ebdb35c42fad94657ba57e91f3efd39ab95bf21f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 5 Apr 2022 19:57:00 +0200 Subject: [PATCH] Fix --- conf/nginx.conf | 5 ----- manifest.json | 11 ++++++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 97e47cdc..38a05f9c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -3,11 +3,6 @@ location __PATH__/ { alias __FINALPATH__/; - # Force https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - if (!-e $request_filename) { rewrite ^(.*)$ /index.php?q=$1; } diff --git a/manifest.json b/manifest.json index 40944a73..ddf1574a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,8 @@ { - "packaging_format": 1, - "id": "hubzilla", + "name": "Hubzilla", + "id": "hubzilla", + "packaging_format": 1, "description": { "en": "Decentralized publication platform and social network", "fr": "Plateforme de publication décentralisée et un réseau social" @@ -17,15 +18,15 @@ "maintainer": { "name": "Anmol Sharma" }, + "requirements": { + "yunohost": ">= 4.3.0" + }, "services": [ "nginx", "php8.0-fpm", "mysql", "postgresql" ], - "requirements": { - "yunohost": ">= 4.3.0" - }, "previous_maintainers": { "name": "Andrew Manning", "email": "andrew@reticu.li"