Skip to main content

All Questions

Tagged with
0 votes
0 answers
183 views

Rendering PlantUML in Markdown in VscCode Preview and Gitlab

I have the following PlantUML diagram in a markdown file (sample.md): ### Sample UML Sequence Diagram ```PlantUML @startuml UMLSequenceDiagram Alice -> Bob: Authentication Request Bob --> Alice:...
opedroso's user avatar
  • 103
1 vote
1 answer
487 views

Render a PlantUML diagram in an asciidoc readme in GitLab

I'm trying to put my diagrams in the readme and from looking at the gitlab docs it seems like it can be done by default. However, GitLab doesn't render my diagrams. I used the same method as in the ...
dave's user avatar
  • 13
0 votes
0 answers
70 views

How I use plantuml in the c file and view it on gitlab repo like .md file

I want to use plantuml in the .c file in my project. I also want to view the c file, just as I viewed the .md file in the GitLab repo at the link below. View .md file buttons If it is possible, how ...
furkandde's user avatar
0 votes
2 answers
767 views

GitLab can't reach PlantUml in docker container

So I have GitLab EE server (Omnibus) installed and set up on Ubuntu 20.04. Next, following official documentation found on GitLab PlantUML integration, I started PlantUML in a docker container which I ...
Alex M.'s user avatar
0 votes
0 answers
504 views

Can I use plantuml proxy url for private project in gitlab?

I tried using http://www.plantuml.com/plantuml/proxy?cache=no&src=file.txt, where file.txt is source of plantuml diagram inside my project. I wanted to use this url as parameter for link inside ...
Quallux's user avatar
2 votes
1 answer
2k views

Plantuml diagrams not showing in Gitlab

Recently I noticed Plantuml diagrams stopped showing in our self-hosted Gitlab instance (only image placeholders). I am sure that it worked before, so first I checked the version of Gitlab and ...
Peter R.'s user avatar
3 votes
1 answer
3k views

How to include plantuml diagram within a single markdown file?

I have a single markdown file that looks something like this: @startuml Participants actor Alice participant Bob participant Charlie hide unlinked @enduml @startuml Diagram '!include Participants ...
Rich's user avatar
  • 1,185
0 votes
1 answer
886 views

plantuml in docker, gitlab nginx configuration doesnt work

plantuml runs on docker. The port had to be changed from 8080:8080 to 8088:8080. it works at http://localhost:8088/uml, doesnt work at http://localhost:8088/plantuml gitlab recommends the following ...
til's user avatar
  • 1,044