dsek
dsek
@0x0elliot: it is not only about globalUrl (now on the basis of the source code). it would be nice if so ... but sadly: it is not ... therefore the...
hello, i'm running iris on a subpath ("/dfiriris"). i'm achieving this by patching "source/app" before doing a "docker-compose build". it took me a huge amount of time identifying all related...
> Hi, how about this solution. In the meantime, you can use a workaround by setting up an additional nginx location block that rewrites the subpath to the root path....
here we go: assuming your git checkout is located under /tmp/dfiriris just drop the two attached files to /tmp/dfiriris and execute "./enable_subpathing_for_dfiriris.sh" [enable_subpathing_for_dfiriris.sh.tpl.txt](https://github.com/user-attachments/files/16366419/enable_subpathing_for_dfiriris.sh.tpl.txt) [enable_subpathing_for_dfiriris.sh.txt](https://github.com/user-attachments/files/16366420/enable_subpathing_for_dfiriris.sh.txt) do not forget to remove the...
hello, you can handle this temporarily via: assuming /tmp/dfiriris is your git checkout: ``` cd /tmp/dfiriris cp docker/webApp/Dockerfile docker/webApp/Dockerfile.orig.`date -I` sed s',pip3 install -r requirements.txt,pip3 install --upgrade pip \&\& pip3...
> I encountered the same issue upgrading to v2.4.7, and then again when trying to roll back after the failed upgrade (all the way back to v2.3.7), so it seems...