mirror of
https://github.com/YunoHost-Apps/BicBucStriim_ynh.git
synced 2024-09-03 18:15:53 +02:00
fix
This commit is contained in:
parent
32037f0aff
commit
a8c2432b24
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
location __PATH__/ {
|
location __PATH__/ {
|
||||||
|
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __INSTALL_DIR__/ ;
|
alias __INSTALL_DIR__/;
|
||||||
|
|
||||||
rewrite ^/(__PATH__/img/.*)$ /$1 break;
|
rewrite ^/(__PATH__/img/.*)$ /$1 break;
|
||||||
rewrite ^/(__PATH__/js/.*)$ /$1 break;
|
rewrite ^/(__PATH__/js/.*)$ /$1 break;
|
||||||
|
|
|
@ -14,7 +14,7 @@ license = "MIT"
|
||||||
code = "https://github.com/mikespub-org/rvolz-BicBucStriim"
|
code = "https://github.com/mikespub-org/rvolz-BicBucStriim"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">> 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue