From c6bebf833f28334c7fdc1938e623e32448e4bdcb Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:49:55 +0100 Subject: [PATCH] bum requirements --- conf/nginx.conf | 3 --- manifest.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 1f14638..b36dab4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -22,7 +22,4 @@ location __PATH__/ { fastcgi_param SCRIPT_FILENAME $request_filename; } ### End of PHP configuration part - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; } diff --git a/manifest.toml b/manifest.toml index ac4bde3..356ba0d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -32,7 +32,7 @@ cpe = "???" fund = "???" [integration] -yunohost = ">= 11.2.30" +yunohost = ">= 12.0.9" helpers_version = "2.1" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] architectures = "all"