{"id":48292451,"url":"https://github.com/outlook84/filebrowser-lean","last_synced_at":"2026-04-04T23:14:16.400Z","repository":{"id":304262787,"uuid":"1018276726","full_name":"outlook84/filebrowser-lean","owner":"outlook84","description":"A lightweight and streamlined Docker image for FileBrowser","archived":false,"fork":false,"pushed_at":"2026-03-05T11:02:49.000Z","size":41,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T14:40:20.811Z","etag":null,"topics":["container","docker","filebrowser","filebrowser-docker"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/outlook84.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T23:45:26.000Z","updated_at":"2026-03-05T11:02:53.000Z","dependencies_parsed_at":"2025-07-12T02:36:26.758Z","dependency_job_id":"34065fc4-e3af-4a71-8a19-f69eba56de27","html_url":"https://github.com/outlook84/filebrowser-lean","commit_stats":null,"previous_names":["outlook84/filebrowser-lean"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/outlook84/filebrowser-lean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outlook84%2Ffilebrowser-lean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outlook84%2Ffilebrowser-lean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outlook84%2Ffilebrowser-lean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outlook84%2Ffilebrowser-lean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/outlook84","download_url":"https://codeload.github.com/outlook84/filebrowser-lean/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/outlook84%2Ffilebrowser-lean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31418289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["container","docker","filebrowser","filebrowser-docker"],"created_at":"2026-04-04T23:14:15.675Z","updated_at":"2026-04-04T23:14:16.375Z","avatar_url":"https://github.com/outlook84.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileBrowser Lean\n\nA lightweight and streamlined Docker image for [FileBrowser](https://filebrowser.org/), designed for minimal footprint and simplified deployment. This project builds the FileBrowser binary from source and packages it into a tiny busybox-based image.\n\n*   **Minimal Image Size** \n*   **Simplified Configuration:**\n  \n     No pre-defined user and healthcheck,support passing --config arg for custom config file location.\n\n**This image doesn't have ca-certificates, so you need to a reverse proxy like nginx/caddy for tls support.**\n\n## Usage\n\nDeployment is similar to filebrowser v2.33.0+. There is two differences:\n- You don't have to change the permission of two mounted dirs. No more uid/gid mapping issues in rootless environment.\n- You can directly pass --config arg to container without overiding the whole entrypoint.\n\n```bash\ndocker run -d \\\n  -p 8080:80 \\\n  -v /path/to/your/files:/srv \\\n  -v /path/to/your/config_and_db_dir:/config \\\n  --name filebrowser-lean \\\n  ghcr.io/outlook84/filebrowser-lean:latest\n```\n\n*   Replace `/path/to/your/files` with the absolute path to the directory you want FileBrowser to serve.\n*   Replace `/path/to/your/config_and_db_dir` with an absolute path where you want the `settings.json` and `filebrowser.db` (new name for database) to persist. If `settings.json` is not present in this volume, a default one will be created.\n\n\n### Migrating from Older Versions\n\nIf you are migrating from an official `filebrowser/filebrowser` image **older than v2.33.0**, you will need to follow these steps due to breaking changes in how configuration and database files are handled. \n\nAssume your original configuration file is `.filebrowser.json` and your database is `database.db`.\n\n1.  **Prepare a New Configuration Directory**:\n    Create a directory on your host machine to store the new configuration file and database. For example: `mkdir -p /path/to/your/config_and_db_dir`\n\n2.  **Rename and Move Files**:\n    -   Rename `.filebrowser.json` to `settings.json`.\n    -   Rename `database.db` to `filebrowser.db`.\n    -   Move both of these newly named files into the directory you just created (`/path/to/your/config_and_db_dir`).\n\n4.  **Start with the New `docker run` Command above**\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutlook84%2Ffilebrowser-lean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foutlook84%2Ffilebrowser-lean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foutlook84%2Ffilebrowser-lean/lists"}