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. Please note that your SecureEdge Pro's LAN IP address might be different:
    1. docker pull --platform linux/arm64/v8 filebrowser/filebrowser:v2.31.0
    2. docker tag filebrowser/filebrowser:v2.31.0 192.168.140.1:5000/filebrowser/filebrowser:v2.31.0
    3. docker push 192.168.140.1:5000/filebrowser/filebrowser:v2.31.0
  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
    (standard username: 'admin' and password: 'admin')

App details