Skip to content

Using draw.io in self-hosted offline Wikijs #6282

Closed Answered by tfboy
tfboy asked this question in Help / Questions
Discussion options

You must be logged in to vote

OK, here's the solution that I put in place that works for me. My Wiki is NOT running in a docker container, I decided to have it running on the actual OS. However, there are multiple modules which are docker-based, including Drawio which is documented below.

Getting this to work for me in my environment actually requires a few steps for it to work seamlessly, especially if you have your Wiki instance running in SSL...

Step 1 - Install/add the drawio to Docker
Open your docker-compose.yml file used to launch manage Wiki and add the "draw" section below:

version: "3"
services:
  draw:
    image: jgraph/drawio
    ports:
      - "8080:8080"
    restart: always
...

Restart docker and check …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@tfboy
Comment options

@nicloay
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tfboy
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants