adrianvlupu / C4-Builder

This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
https://adrianvlupu.github.io/C4-Builder/
MIT License
563 stars 93 forks source link

Allow configuration of the base URL for PlantUML Server #15

Closed kellerj closed 3 years ago

kellerj commented 4 years ago

I would like to be able to have the speed of rapid page updates without the dependency on an outside server. It would be nice if that (like the VS Code extension), you could configure the plantUmlServerUrl to use a per-project configured value instead of the default plantuml.com host.

dev-lusaja commented 4 years ago

I for security reason need to use a local server for create diagrams U_U

jikuja commented 3 years ago

Generate diagram images locally option can be used to invoke diagram image generation locally.

Making base URL configurable should be fairly easy and while doing POST support could be added.

adrianvlupu commented 3 years ago

Fixed by https://github.com/adrianvlupu/C4-Builder/pull/29