mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Merge pull request #180 from YunoHost-Apps/OniriCorpe-patch-1
trying to fix Authorization forwarding
This commit is contained in:
commit
b48e990b0a
2 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ location __PATH__/ {
|
|||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
fastcgi_param SERVER_NAME $host;
|
||||
fastcgi_pass_header Authorization;
|
||||
}
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
|
|
|
@ -52,7 +52,7 @@ ram.runtime = "50M"
|
|||
[resources.sources.main]
|
||||
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.34.tar.gz"
|
||||
sha256 = "587bc1c2da27b953569d61d4673b557f470f65f624caa30621daa36d481273f0"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
|
Loading…
Reference in a new issue