{"id":34221339,"url":"https://github.com/shemanaev/inpxer","last_synced_at":"2026-04-02T03:19:55.630Z","repository":{"id":58776439,"uuid":"530260933","full_name":"shemanaev/inpxer","owner":"shemanaev","description":"OPDS and web server for .inpx libraries with full-text search.","archived":false,"fork":false,"pushed_at":"2025-02-05T18:34:51.000Z","size":1034,"stargazers_count":39,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-19T04:03:02.746Z","etag":null,"topics":["fb2","flibusta","inpx","opds"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/shemanaev/inpxer","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shemanaev.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}},"created_at":"2022-08-29T14:39:51.000Z","updated_at":"2025-12-06T18:40:12.000Z","dependencies_parsed_at":"2024-01-27T18:25:57.806Z","dependency_job_id":"d1ec7a3f-6bc6-4a82-9d09-11756886e634","html_url":"https://github.com/shemanaev/inpxer","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"582dd91c5c60c91e803c5a547d7ac50a4680533d"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/shemanaev/inpxer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemanaev%2Finpxer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemanaev%2Finpxer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemanaev%2Finpxer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemanaev%2Finpxer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shemanaev","download_url":"https://codeload.github.com/shemanaev/inpxer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shemanaev%2Finpxer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31295060,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"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":["fb2","flibusta","inpx","opds"],"created_at":"2025-12-15T23:12:17.424Z","updated_at":"2026-04-02T03:19:55.622Z","avatar_url":"https://github.com/shemanaev.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# inpxer\n\nOPDS 1.1 and web server for `.inpx` libraries with full-text search.\n\n## Usage\n\n### Standalone\n\nDownload the latest release.\nDownload [`inpxer-example.toml`](./inpxer-example.toml), rename to `inpxer.toml`, put next to executable (or current working directory) and edit to your liking.\n\nImport data:\n```shell\n./inpxer import ./file.inpx\n```\n\nYou can specify `--partial` flag to import only new records and keep old ones.\nOtherwise, old index data will be deleted (the whole folder specified in `index_path`) and reindex from scratch.\n\nStart server:\n```shell\n./inpxer serve\n```\n\nWeb interface will be available on [http://localhost:8080/](http://localhost:8080/) and\nOPDS will be on [http://localhost:8080/opds](http://localhost:8080/opds) by default.\n\n### Docker\n\nDownload [`inpxer-example.toml`](./inpxer-example.toml), rename to `inpxer.toml` and edit to your liking.\n\ninpxer expects config file to be at `/data/inpxer.toml`.\n\nImport data:\n```shell\ndocker run --rm -it -v ${PWD}:/import -v \u003cpath to data storage\u003e:/data shemanaev/inpxer inpxer import /import/file.inpx\n```\n\n*Note: existing index will be deleted.*\n\nStart server:\n```shell\ndocker run -it -p 8080:8080 -v \u003cpath to data storage\u003e:/data shemanaev/inpxer\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshemanaev%2Finpxer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshemanaev%2Finpxer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshemanaev%2Finpxer/lists"}