We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I have local installation of kroki with plantuml libs stored in /home/kroki/include
Kroki is run with the following settings:
- name: KROKI_PLANTUML_ALLOW_INCLUDE value: "true" - name: KROKI_PLANTUML_INCLUDE_PATH value: "/home/kroki/include" - name: KROKI_SAFE_MODE value: "SAFE"
In kroki versions up to 0.20.0 the following works fine:
@startuml JWTInjection !global $LIB_BASE_LOCATION="tmorin-plantuml-libs-11.1.0" !include $LIB_BASE_LOCATION/bootstrap.puml
However, since 0.21.0, I get: "Error 400: cannot include tmorin-plantuml-libs-11.1.0/bootstrap.puml" and, as a workaround, I need to use full path:
"Error 400: cannot include tmorin-plantuml-libs-11.1.0/bootstrap.puml"
@startuml JWTInjection !global $LIB_BASE_LOCATION="/home/kroki/include/tmorin-plantuml-libs-11.1.0" !include $LIB_BASE_LOCATION/bootstrap.puml
What happened to KROKI_PLANTUML_INCLUDE_PATH in recent versions of kroki?
thanks, Michal
The text was updated successfully, but these errors were encountered:
We are now using a binary version of PlantUML so I guess we need to find a solution to configure plantuml.include.path from the command line.
plantuml.include.path
kroki/server/src/main/java/io/kroki/server/service/Plantuml.java
Lines 129 to 132 in ba7a512
Sorry, something went wrong.
No branches or pull requests
Hi,
I have local installation of kroki with plantuml libs stored in /home/kroki/include
Kroki is run with the following settings:
In kroki versions up to 0.20.0 the following works fine:
However, since 0.21.0, I get:
"Error 400: cannot include tmorin-plantuml-libs-11.1.0/bootstrap.puml"
and, as a workaround, I need to use full path:
What happened to KROKI_PLANTUML_INCLUDE_PATH in recent versions of kroki?
thanks,
Michal
The text was updated successfully, but these errors were encountered: