From a8c2432b24d3de223726a67f00a26e2c498a9812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 19 Aug 2023 11:41:31 +0200 Subject: [PATCH] fix --- conf/nginx.conf | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index bcb33bb..71e1d1a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,7 @@ location __PATH__/ { # Path to source - alias __INSTALL_DIR__/ ; + alias __INSTALL_DIR__/; rewrite ^/(__PATH__/img/.*)$ /$1 break; rewrite ^/(__PATH__/js/.*)$ /$1 break; diff --git a/manifest.toml b/manifest.toml index d6135dd..e61724f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ license = "MIT" code = "https://github.com/mikespub-org/rvolz-BicBucStriim" [integration] -yunohost = ">> 11.2" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false