The Edge App - File Browser for SecureEdge Pro enables easy browsing, editing and downloading of files from any volume of other Docker Containers, hosted on the SecureEdge Pro, directly through a simple web interface.

See the File Browser documentation for more information. 

Find the prerequisites for this app here.

How to install

  1. Push the image to the IXrouter's Docker Registry: 
    1. docker pull filebrowser/filebrowser --platform linux/arm64/v8
    2. docker tag filebrowser/filebrowser:latest 192.168.140.1:5000/filebrowser/filebrowser:latest
    3. docker push 192.168.140.1:5000/filebrowser/filebrowser:latest 
  2. Map port 80 from the container to any router port, for example:
    1. 80:8080/tcp
  3. Link existing volumes to /srv/<unique_name>
  4. Start the container

App details