Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Discussion options

You must be logged in to vote

Hi! I’ve been able to reproduce the issue and get Filebrowser working with Onlyoffice behind Wiredoor. Below I’ll walk you through the exact setup I used and the steps needed to make the integration work.

My environment

For simplicity, I used the Wiredoor Gateway Docker variant, but this setup should work with any Wiredoor node type (local, k8s, etc).

Setting Up Wiredoor node

  1. Create a gateway node using your Wiredoor server UI
  2. Assign it a Docker subnet, for example: 172.18.100.0/24
  3. Copy the token shown when creating the node.

Local Setup (Docker Compose)

Here’s a working example of docker-compose.yml:

networks:
  wiredoor:
    driver: bridge
    ipam:
      config:
        - subnet: 172…

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

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

You must be logged in to vote
1 reply
@dmesad
Comment options

Comment options

You must be logged in to vote
3 replies
@dmesad
Comment options

@dmesad
Comment options

@husainihisan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants