This repository was archived by the owner on Feb 4, 2026. It is now read-only.
include DSL from HTTPS URL #192
|
We are getting up to speed with structurizr. Plan is to use Lite for editing and On-Prem for viewing. Scope is enterprise level (I have been following the discussion on Patreon but could not manage to get a discord account). To link the models we use url DSL keyword with a constant, on lite the constants for the URL looks like this: That are absolute links/URLs, I have been trying to use relative URLs but did not find the solution. Is there a way to use relative links? |
Answered by
simonbrowndotje
Mar 31, 2025
Replies: 1 comment
|
If the workspace IDs are the same across Lite and on-premises, you can use a URL of |
0 replies
Answer selected by
VincentdeGroot-EH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the workspace IDs are the same across Lite and on-premises, you can use a URL of
{workspace:2}/diagramsand the Structurizr UI will calculate the correct URL based upon the hosting environment.