{"id":34733685,"url":"https://github.com/demigodmode/onesearch","last_synced_at":"2026-06-05T00:01:32.798Z","repository":{"id":328253252,"uuid":"1111545785","full_name":"demigodmode/OneSearch","owner":"demigodmode","description":"Self-hosted, privacy-focused search for your homelab","archived":false,"fork":false,"pushed_at":"2026-06-03T20:22:53.000Z","size":1906,"stargazers_count":3,"open_issues_count":26,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-03T22:07:18.334Z","etag":null,"topics":["cli","docker-compose","document-search","file-indexing","full-text-search","homelab","local-first","meilisearch","nas","privacy","search-engine","self-hosted"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/demigodmode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/supported-formats/index.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-07T06:40:48.000Z","updated_at":"2026-06-03T21:46:01.000Z","dependencies_parsed_at":"2026-04-02T03:07:31.013Z","dependency_job_id":null,"html_url":"https://github.com/demigodmode/OneSearch","commit_stats":null,"previous_names":["demigodmode/onesearch"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/demigodmode/OneSearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demigodmode%2FOneSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demigodmode%2FOneSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demigodmode%2FOneSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demigodmode%2FOneSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demigodmode","download_url":"https://codeload.github.com/demigodmode/OneSearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demigodmode%2FOneSearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33924832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cli","docker-compose","document-search","file-indexing","full-text-search","homelab","local-first","meilisearch","nas","privacy","search-engine","self-hosted"],"created_at":"2025-12-25T03:19:37.414Z","updated_at":"2026-06-05T00:01:32.761Z","avatar_url":"https://github.com/demigodmode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OneSearch\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"frontend/public/onesearch-logo.svg\" alt=\"OneSearch logo\" width=\"120\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Logo by \u003ca href=\"https://www.briefreelancing.com/\"\u003eBriefreelancing\u003c/a\u003e.\n\u003c/p\u003e\n\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n[![Latest Release](https://img.shields.io/github/v/release/demigodmode/OneSearch)](https://github.com/demigodmode/OneSearch/releases/latest)\n[![Tests](https://img.shields.io/github/actions/workflow/status/demigodmode/OneSearch/backend-tests.yml?label=tests)](https://github.com/demigodmode/OneSearch/actions/workflows/backend-tests.yml)\n[![Docker Pulls](https://img.shields.io/docker/pulls/demigodmode/onesearch)](https://hub.docker.com/r/demigodmode/onesearch)\n[![Documentation](https://readthedocs.org/projects/onesearch/badge/?version=latest)](https://onesearch.readthedocs.io)\n\nSearch your homelab like you search the web.\n\nOneSearch indexes your local directories, NAS shares, and external drives and gives you instant full-text search from a browser. No cloud, no telemetry, runs in Docker.\n\n![OneSearch search results](assets/screenshots/search_results.png)\n\n---\n\n## Quick Start\n\n```bash\nmkdir onesearch \u0026\u0026 cd onesearch\ncurl -O https://raw.githubusercontent.com/demigodmode/OneSearch/main/docker-compose.yml\ncurl -O https://raw.githubusercontent.com/demigodmode/OneSearch/main/.env.example\ncp .env.example .env\n```\n\nEdit `.env` and set `MEILI_MASTER_KEY` to a random string (`openssl rand -base64 32` works).\n\n```bash\ndocker-compose up -d\n```\n\nOpen http://localhost:8000, run through the setup wizard, add a directory as a source, and start searching.\n\n\u003e **Existing installs:** the default Docker setup now runs OneSearch and managed Meilisearch in a single container. Existing two-container installs do not need to switch immediately. If you do switch, keep your `/app/data` volume and run a full reindex after moving to managed mode. The old two-container external Meilisearch setup is still supported in `docker-compose.legacy.yml`.\n\nFull setup guide: [onesearch.readthedocs.io](https://onesearch.readthedocs.io/en/latest/getting-started/installation/)\n\n---\n\n## What it indexes\n\n| Type | Formats |\n|------|---------|\n| Documents | PDF, Word (.docx), Excel (.xlsx), PowerPoint (.pptx), RTF |\n| Ebooks \u0026 comics | EPUB, CBZ comic archives |\n| Images \u0026 RAW photos | JPG, PNG, WebP, GIF, TIFF, CR2, CR3, NEF, ARW, RAF, ORF, RW2, DNG |\n| Media metadata | MP4, MKV, MOV, AVI, MP3, FLAC, M4A, OGG, WAV |\n| Subtitles | SRT, WebVTT, ASS/SSA |\n| Markdown | .md, .markdown |\n| Code | .py, .js, .ts, .go, .rs, .java, .c, .cpp, .sh, .sql, [and more](https://onesearch.readthedocs.io/en/latest/supported-formats/text-files/) |\n| Config | .yaml, .toml, .json, .xml, .ini, .env, [and more](https://onesearch.readthedocs.io/en/latest/supported-formats/text-files/) |\n| Text | .txt, .log |\n\nIncremental indexing so only changed files get reindexed. Per-source cron schedules so your NAS gets scanned daily without thinking about it.\n\n---\n\n## Screenshots\n\nSearch across mounted folders and mixed file types:\n\n![Search results](assets/screenshots/search_results.png)\n\nPreview extracted text with highlighted matches:\n\n![Document preview](assets/screenshots/document_preview.png)\n\nSearch image and RAW photo metadata:\n\n![Photo metadata](assets/screenshots/photo_metadata.png)\n\nTrack source health and indexing status:\n\n![Admin status](assets/screenshots/admin_status.png)\n\n---\n\n## Documentation\n\n**[onesearch.readthedocs.io](https://onesearch.readthedocs.io)**\n\n- [Installation Guide](https://onesearch.readthedocs.io/en/latest/getting-started/installation/)\n- [User Guide](https://onesearch.readthedocs.io/en/latest/user-guide/)\n- [CLI Reference](https://onesearch.readthedocs.io/en/latest/cli/) - standalone `onesearch-cli` package that connects to your running OneSearch server and ships from the same tagged release as the Docker image\n- [API Reference](https://onesearch.readthedocs.io/en/latest/api/)\n\n---\n\n## Development\n\n```bash\ngit clone https://github.com/demigodmode/OneSearch.git\ncd OneSearch\n```\n\nSee the [Development Guide](https://onesearch.readthedocs.io/en/latest/development/) for setup instructions.\n\n---\n\n## License\n\n[AGPL-3.0](LICENSE). Free to use, modify, and distribute. If you deploy a modified version as a network service, source must be made available.\n\n---\n\n## Support\n\n- [GitHub Issues](https://github.com/demigodmode/OneSearch/issues) - bugs and feature requests\n- [GitHub Discussions](https://github.com/demigodmode/OneSearch/discussions) - questions and ideas\n- [Documentation](https://onesearch.readthedocs.io) - guides and reference\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemigodmode%2Fonesearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemigodmode%2Fonesearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemigodmode%2Fonesearch/lists"}