{"id":51864207,"url":"https://github.com/iamseth/omoikane","last_synced_at":"2026-07-24T13:30:35.690Z","repository":{"id":349256340,"uuid":"1201648352","full_name":"iamseth/omoikane","owner":"iamseth","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-05T02:22:29.000Z","size":346,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-05T02:26:46.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/iamseth.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-05T00:50:21.000Z","updated_at":"2026-04-05T02:22:32.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/iamseth/omoikane","commit_stats":null,"previous_names":["iamseth/omoikane"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/iamseth/omoikane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fomoikane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fomoikane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fomoikane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fomoikane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamseth","download_url":"https://codeload.github.com/iamseth/omoikane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamseth%2Fomoikane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35844578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-24T02:00:07.870Z","response_time":62,"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":"2026-07-24T13:30:35.076Z","updated_at":"2026-07-24T13:30:35.685Z","avatar_url":"https://github.com/iamseth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Coverage](https://img.shields.io/badge/coverage-96.61%25-brightgreen)](./coverage/index.html)\n[![Quality](https://img.shields.io/badge/quality-checks%20passing-brightgreen)](https://github.com/iamseth/omoikane/actions/workflows/ci.yml)\n[![Actions](https://img.shields.io/github/actions/workflow/status/iamseth/omoikane/ci.yml?branch=master\u0026label=actions)](https://github.com/iamseth/omoikane/actions/workflows/ci.yml)\n[![Docker Hub](https://img.shields.io/badge/docker%20hub-iamseth%2Fomoikane-2496ED?logo=docker\u0026logoColor=white)](https://hub.docker.com/r/iamseth/omoikane)\n\n---\n\n# Omoikane\n\n\u003cimg src=\"docs/assets/logo.png\" alt=\"Omoikane logo\" width=\"50%\" /\u003e\n\nOmoikane is a small scheduling app for finding the best date for a group event.\n\n## Local Development\n\nInstall dependencies and start the dev server:\n\n```sh\nnpm install\nnpm run dev\n```\n\nRun the Svelte and TypeScript checks with:\n\n```sh\nnpm run check\n```\n\nCreate a production build with:\n\n```sh\nnpm run build\n```\n\n## Database\n\nThe app uses SQLite through `better-sqlite3`.\n\n- Default database path: `data/omoikane.sqlite`\n- Override with: `DATABASE_PATH=/absolute/path/to/omoikane.sqlite`\n\nThe database schema is created automatically on first server access.\n\n## Docker Compose\n\nBuild and run the production container locally with:\n\n```sh\ndocker compose up --build\n```\n\nThe app will be available at `http://localhost:3000` by default. If that port is already in use, run `APP_PORT=3001 docker compose up --build` and open `http://localhost:3001` instead.\n\nRuntime configuration:\n\n- `APP_PORT`: optional host port for Docker Compose, defaults to `3000`\n- `HOST`: defaults to `0.0.0.0` in the container\n- `PORT`: defaults to `3000`\n- `DATABASE_PATH`: defaults to `/app/data/omoikane.sqlite` in the container\n- `ORIGIN`: optional, set this when deploying behind a public hostname\n\nThe Compose setup mounts `./data` into the container so the SQLite database persists across restarts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamseth%2Fomoikane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamseth%2Fomoikane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamseth%2Fomoikane/lists"}