{"id":33219946,"url":"https://github.com/woheedev/bptimer","last_synced_at":"2026-04-01T22:28:11.132Z","repository":{"id":320943313,"uuid":"1083420556","full_name":"woheedev/bptimer","owner":"woheedev","description":"Web panel to display live data from Blue Protocol: Star Resonance","archived":false,"fork":false,"pushed_at":"2026-03-21T23:47:47.000Z","size":12016,"stargazers_count":27,"open_issues_count":3,"forks_count":14,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-22T12:46:40.233Z","etag":null,"topics":["blue-protocol","blueprocotol","bpsr","egui","pocketbase","rust","sse","svelte","sveltekit"],"latest_commit_sha":null,"homepage":"https://bptimer.com","language":"Rust","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/woheedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-26T01:17:45.000Z","updated_at":"2026-03-21T15:58:17.000Z","dependencies_parsed_at":"2025-10-26T22:26:27.867Z","dependency_job_id":null,"html_url":"https://github.com/woheedev/bptimer","commit_stats":null,"previous_names":["woheedev/bptimer"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/woheedev/bptimer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woheedev%2Fbptimer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woheedev%2Fbptimer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woheedev%2Fbptimer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woheedev%2Fbptimer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/woheedev","download_url":"https://codeload.github.com/woheedev/bptimer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/woheedev%2Fbptimer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292639,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["blue-protocol","blueprocotol","bpsr","egui","pocketbase","rust","sse","svelte","sveltekit"],"created_at":"2025-11-16T14:01:22.969Z","updated_at":"2026-04-01T22:28:11.124Z","avatar_url":"https://github.com/woheedev.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BPTimer\n\nA web panel and companion app for Blue Protocol: Star Resonance to view mob uptimes and track them in real-time.\n\n## Quick Start\n\n**Requirements:** [Bun](https://bun.sh), [Docker](https://www.docker.com)\n\n```sh\ngit clone https://github.com/woheedev/bptimer.git\ncd bptimer\nbun install\n```\n\nSet up environment variables for web panel:\n\n```sh\ncp ./apps/web/.env.example ./apps/web/.env\n```\n\nFill in `./apps/web/.env`:\n\n- `PB_ADMIN_EMAIL` and `PB_ADMIN_PASSWORD` for the PocketBase admin (password must be 8+ characters)\n- `PUBLIC_POCKETBASE_BASE_URL=http://localhost:8090`\n- `PB_OAUTH2_DISCORD_CLIENT_ID` and `PB_OAUTH2_DISCORD_CLIENT_SECRET` from [Discord Developer Portal](https://discord.com/developers/applications)\n  - Add `http://localhost:8090/api/oauth2-redirect` as a redirect URL\n\nStart everything:\n\n```sh\nbun run dev\n```\n\nThis starts both the PocketBase backend (via Docker) and the vite dev server.\n\nOpen \u003chttp://localhost:5173\u003e and log in via Discord.\n\n## Apps\n\n| App                                  | Description                                                                   |\n| ------------------------------------ | ----------------------------------------------------------------------------- |\n| [`apps/web`](apps/web)               | SvelteKit web app (currently deployed to Cloudflare)                          |\n| [`apps/pocketbase`](apps/pocketbase) | PocketBase backend with custom Go hooks (deployed behind a Cloudflare Tunnel) |\n| [`apps/desktop`](apps/desktop)       | Native overlay companion app for mob / dps tracking (Rust/egui)               |\n\n## Packages\n\n| Package                                                      | Description                                                                                                |\n| ------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- |\n| [`packages/bptimer-api-client`](packages/bptimer-api-client) | API client for submitting boss HP data ([npm](https://www.npmjs.com/package/@woheedev/bptimer-api-client)) |\n\n## Production\n\nFor production deployments:\n\n- **Web**: Deploy to Cloudflare (or any platform that can host a static SvelteKit app). Set `PUBLIC_POCKETBASE_BASE_URL` to your production PocketBase URL.\n- **PocketBase**: Run via Docker on any VPS. Configure SMTP for emails and update Discord OAuth redirect URL. Can also run binary directly ideally using Systemd service.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoheedev%2Fbptimer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwoheedev%2Fbptimer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwoheedev%2Fbptimer/lists"}