Filebrowser#

The simpleswitch-filebrowser offers a ready to use package of filebrowser on github running on port 8081.

It will allow you to edit, upload, delete files and folders on the /apps partition of the SimpleSwitch™ device.

It is immensely useful for changing the configuration of SimpleSwitch™ packages.

Registration

If you want to test SimpleCore™, SimpleSwitch™ or any of our packages from our SimpleCore™ incubator program, please register here and we will grant you access.

How to get it#

  • container-helper
  • Scotty
  • Bitbake
    ## From the base image run
    $ skopeo login ghcr.io
    $ export machine=$CONTAINER_HELPER_ARCH
    $ export package=simpleswitch-filebrowser
    $ export tag=$RELEASE_VERSION
    $ container-helper registry-install ghcr.io ghcr.io/avnet-embedded/simpleswitch/${machine}/${package}:${tag}
    $ simpleswitch-helper start ${package}
    ## On your computer run
    $ scotty build simpleswitch-filebrowser
    ## On your computer run
    $ bitbake simpleswitch-filebrowser

Here be dragons

  • As this is using a prebuilt docker image, there is no way of applying patches, or getting source code used

  • SBOM/licensing of the recipe will inevitably not reflect all of the software used in the container

  • DO NOT USE IN PRODUCTION