Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • PlantUML은 URL에서 GitLab에 액세스 할 수 있다. http://plantuml:8080/.

...

2. GitLab 설정을 사용하여 로컬 PlantUML에 액세스 할 수 있도록 설정

  • PlantUML 서버는 서버에서 로컬로 실행되므로 외부에서 액세스할 수 없으며 따라서 외부 PlantUML 호출을 잡아서 로컬 서버로 리디렉션 해야 한다.

  • 리디렉션을 활성화하려면 /etc/gitlab/gitlab.rb에서 아래 내용을 포함시키면 된다.
    설정에 따라 각 호출을 로컬 PlantUML 서버https://gitlab.example.com/-/plantuml/에서 http://plantuml:8080/또는 http://localhost:8080/plantuml/로 리디렉션 시킨다.

  • 리디렉션을 활성화하려면 /etc/gitlab/gitlab.rb에 아래와 같이 추가한다.

...

Code Block
sudo gitlab-ctl reconfigure

3. Enable PlantUML

PlantUML을 활성화하고 지정한 URL을 설정해준다.

...