{"id":26821447,"url":"https://github.com/thunder04/seshat","last_synced_at":"2025-10-09T04:12:45.345Z","repository":{"id":277014158,"uuid":"931040444","full_name":"thunder04/seshat","owner":"thunder04","description":"A simple OPDS catalog viewer for Calibre libraries.","archived":false,"fork":false,"pushed_at":"2025-02-22T15:18:14.000Z","size":6309,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T20:04:07.266Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/thunder04.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-02-11T16:14:57.000Z","updated_at":"2025-02-22T15:16:52.000Z","dependencies_parsed_at":"2025-02-11T17:42:54.091Z","dependency_job_id":"9cd74ed6-170e-4dce-bee5-dbd902116d04","html_url":"https://github.com/thunder04/seshat","commit_stats":null,"previous_names":["thunder04/seshat"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thunder04/seshat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder04%2Fseshat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder04%2Fseshat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder04%2Fseshat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder04%2Fseshat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thunder04","download_url":"https://codeload.github.com/thunder04/seshat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thunder04%2Fseshat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000759,"owners_count":26082921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2025-03-30T07:30:51.503Z","updated_at":"2025-10-09T04:12:45.331Z","avatar_url":"https://github.com/thunder04.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seshat\n\nA simple [OPDS Catalog](https://specs.opds.io/opds-1.2) server for Calibre libraries.\nI built this so I can self-host my Calibre libraries on my mobile devices without Calibre itself installed.\nIn fact, the application can be ran directly on Android devices with [Termux](https://termux.dev/en/) installed.\n\nIt cannot be used on its own (at least for now, who knows?). You need an e-book reader capable of reading OPDS Catalogs.\nPersonally, I use [KOReader](https://github.com/koreader/koreader) (not affiliated).\n\n## Usage\n\nFirst, build the application by running:\n\n```sh\ncargo build --release\n```\n\nThen, execute it by running:\n\n```sh\n./target/release/seshat \\\n    --lib:name \"Awesome Library\" --lib:path \"./Awesome Library\" \\\n    --lib:name \"Bad Library\" --lib:path \"./Bad Library\"\n```\n\nMultiple libraries are supported. Each library is defined by using the `--lib:name` and `--lib:path` options (in that order).\nFor more information, run `./target/release/seshat --help`.\n\n## MSRV Policy\n\nShould this project have a library, the minimal supported Rust version will be the latest stable Rust.\nBumping MSRV is not considered a semver-breaking change.\n\n## Building\n\nTo build for your host, run:\n\n```sh\ncargo build --release\n```\n\n### Building for Android\n\nTo build for Android, first install the [`cross`](https://github.com/cross-rs/cross?tab=readme-ov-file#installation) utility, as explained by their docs.\n\nAfterwards, to build for the ARMv8-A/ARM64 architecture, run:\n\n```sh\ncross build --target aarch64-linux-android --release\n```\n\nTo build for other architectures, substitute the target with one of the following options:\n\n- `armv7-linux-androideabi` (ARMv7-a)\n- `arm-linux-androideabi` (ARMv6)\n- `x86_64-linux-android` (x86_64)\n\n\u003e [!NOTE]\n\u003e Only ARMv8-A is tested. Other targets are very likely to work, but it's not guaranteed.\n\u003e In any case, if any issues arise, [create an issue](https://github.com/thunder04/seshat/issues/new).\n\n## Development\n\nDuring development, you can use the sample library provided in the `data/Library` directory. It contains a couple books downloaded from [Project Gutenberg](https://www.gutenberg.org/).\nTo use it, run:\n\n```sh\ncargo run -- --lib:name \"Project Gutenberg\" --lib:path \"./data/Library\"\n```\n\nIf you prefer `cargo-watch`:\n\n```sh\ncargo watch -x 'run -- --lib:name \"Project Gutenberg\" --lib:path \"./data/Library\"'\n```\n\n## Project Name\n\nThe name comes from [Seshat](https://en.wikipedia.org/wiki/Seshat), the ancient Egyptian goddess of writing, wisdom, and knowledge.\n\n## Licensing\n\nThe source code is MIT licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunder04%2Fseshat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthunder04%2Fseshat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthunder04%2Fseshat/lists"}