Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ef44573d
Commit
ef44573d
authored
May 16, 2020
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for PLANTUML_ENCODING
parent
f08edd6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
doc/administration/integration/plantuml.md
doc/administration/integration/plantuml.md
+13
-0
No files found.
doc/administration/integration/plantuml.md
View file @
ef44573d
...
...
@@ -115,6 +115,19 @@ that, login with an Admin account and do following:
-
Check
**Enable PlantUML**
checkbox.
-
Set the PlantUML instance as
`https://gitlab.example.com/-/plantuml/`
.
NOTE:
**Note:**
If you are using a PlantUML server running v1.2020.9 and
above (for example,
[
plantuml.com
](
https://plantuml.com
)
), set the
`PLANTUML_ENCODING`
environment variable to enable the
`deflate`
compression. On Omnibus,
this can be done set in
`/etc/gitlab.rb`
:
```
ruby
gitlab_rails
[
'env'
]
=
{
'PLANTUML_ENCODING'
=>
'deflate'
}
```
From GitLab 13.1 and later, PlantUML integration now
[
requires a header prefix in the URL
](
https://github.com/plantuml/plantuml/issues/117#issuecomment-6235450160
)
to distinguish different encoding types.
## Creating Diagrams
With PlantUML integration enabled and configured, we can start adding diagrams to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment