linuxserver / reverse-proxy-confs

These confs are pulled into our SWAG image: https://github.com/linuxserver/docker-swag
GNU General Public License v3.0
1.33k stars 299 forks source link

Fix organizr settings to fit v2.1 #582

Closed ofersadan85 closed 1 year ago

ofersadan85 commented 1 year ago

Description

Organizr updated to version 2.1 and the previous conf file stopped working properly. The new conf needs a location for /api/v2 as well, see here

Benefits of this PR and context

Organizr will no longer work with the previous proxy settings

How Has This Been Tested?

Tested work with the default organizr/organizr image

Source / References

https://docs.organizr.app/help/faq/migration-guide#version-2-0-greater-than-version-2-1

Roxedus commented 1 year ago

This should not be needed. The organizr image already handles this endpoint.

If you are using or you have now switched over to this container, you will not need to add the new api location block as that has been added for you in the container image.

-The linked documentation

I do not currently, nor have I ever needed to have the endpoint in my proxy-conf for my Organizr reverse proxy.

(It seems like you do not have this endpoint in the nginx config for the organizr container, which you should troubleshoot elsewhere)