Docker file to allow serving/hosting of a directory of files via web browser

This page summarizes the projects mentioned and recommended in the original post on /r/docker

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • MeiliSearch

    A lightning-fast search API that fits effortlessly into your apps, websites, and workflow

  • 1) your program uses a db to index but the actual search is querying too much data at a time and you need to chop the server side query into smaller/faster queries. you could build your own efficient search with something like https://github.com/meilisearch/meilisearch

  • filemanager

    📂 Web File Browser

  • If your docker file is https://github.com/filebrowser/filebrowser I see it queries the filesystem for every search. Which is really sad to see. That's why it takes so long, that's extremely inefficient for every single query. Luckily it's open source. Ill see what I can do here.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts