1
0
Fork 0
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:
eric_G 2024-02-03 19:29:17 +01:00 committed by GitHub
commit b48e990b0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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.

View file

@ -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