{"id":23148411,"url":"https://github.com/beeequeue/mini-meili","last_synced_at":"2025-04-04T13:45:17.332Z","repository":{"id":268130238,"uuid":"903408142","full_name":"beeequeue/mini-meili","owner":"beeequeue","description":"🤏 a tiny MeiliSearch web client","archived":false,"fork":false,"pushed_at":"2025-03-25T20:00:44.000Z","size":590,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T20:46:17.454Z","etag":null,"topics":["meilisearch","melt-ui","svelte","svelte5"],"latest_commit_sha":null,"homepage":"http://mini-meili.haglund.dev/","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beeequeue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-14T14:27:39.000Z","updated_at":"2025-03-25T19:59:56.000Z","dependencies_parsed_at":"2024-12-14T15:28:45.869Z","dependency_job_id":"3b00ee43-3593-41ab-9b34-c19ecc798858","html_url":"https://github.com/beeequeue/mini-meili","commit_stats":null,"previous_names":["beeequeue/mini-meili"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeequeue%2Fmini-meili","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeequeue%2Fmini-meili/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeequeue%2Fmini-meili/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beeequeue%2Fmini-meili/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beeequeue","download_url":"https://codeload.github.com/beeequeue/mini-meili/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247189748,"owners_count":20898692,"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","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":["meilisearch","melt-ui","svelte","svelte5"],"created_at":"2024-12-17T17:11:25.897Z","updated_at":"2025-04-04T13:45:17.317Z","avatar_url":"https://github.com/beeequeue.png","language":"Svelte","readme":"# mini-meili, a tiny MeiliSearch web client\n\nAn alternative to the official, unmaintained [Mini Dashboard](https://github.com/meilisearch/mini-dashboard) and [meilisearch-ui](https://github.com/riccox/meilisearch-ui).\n\n- More features\n  - Actually usable on small screens\n  - Usable via keyboard only (visual feedback should be improved)\n  - _(todo) Exclude fields in index_\n- More portable\n  - Can connect to any MeiliSearch instance\n  - Easy to self-host if need be\n  - Configure via URL parameters\n- More smaller\n  - 193kb vs. 752kb vs. 1.5mb\n  - Built with Svelte 5\n\n## Configuration\n\n**DO NOT USE AN API KEY THAT HAS WRITE PERMISSIONS!** \n\nThe client can't use any write permissions, so using a key with more permissions than needed is just insecure with no benefits.\n\nThe client requires the API key to have these permissions:\n\n- `search`\n- `indexes.get`\n- `stats.get`\n- `version`\n\n### URL Parameters\n\nYou can pre-configure the client by passing URL parameters.\n\n- `host`: The URL of the MeiliSearch instance to connect to\n- `api_key`: The API key to use\n\nExample:\n\n```url\nhttps://mini-meili.haglund.dev/?host=https://search.haglund.dev\u0026api_key=22b483672526a6eb07f464cf3bdae5924ff25d031b7d69968eb5babccbbd9c79\n```\n\n## Self-hosting\n\n### Docker\n\nA docker image is available that uses nginx to serve the static files for you.\n\n```command\ndocker run -d -p {YOUR PORT}:80 --name mini-meili ghcr.io/beeequeue/mini-meili:latest\n```\n\n```yaml\n# compose.yml\nservices:\n  mini-meili:\n    image: ghcr.io/beeequeue/mini-meili:latest\n    container_name: mini-meili\n    restart: always\n    ports:\n      - {YOUR PORT}:80\n```\n\n## Development\n\n1. Set up node and pnpm\n1. Install dependencies: `pnpm install`\n1. Run dev server: `pnpm dev`\n1. Open `localhost:5173` in your browser\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeequeue%2Fmini-meili","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeeequeue%2Fmini-meili","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeeequeue%2Fmini-meili/lists"}