Sign inSign up

endorfin/rpi-filebrowser

By endorfin

Updated over 6 years ago

Image
0

63

endorfin/rpi-filebrowser repository overview

Dockerfile


RUN apk update \
  && apk add curl bash git \
  && echo -e "\n---- run install script ----------" \
  && curl -fsSL https://filebrowser.xyz/get.sh | bash \
  && echo -e "\n---- cleanup ----------" \
  && apk del curl bash git \
  && rm -rf /tmp/* /root/.??* /root/cache /var/cache/*

COPY .filebrowser.json /.filebrowser.json

ENTRYPOINT [ "filebrowser" ]

.filebrowser.json

{
  "port": 80,
  "baseURL": "",
  "address": "",
  "log": "stdout"
}

Tag summary

Content type

Image

Digest

Size

12.6 MB

Last updated

over 6 years ago

docker pull endorfin/rpi-filebrowser:2.1.0