{"id":50814292,"url":"https://github.com/kjaymiller/all-my-favs","last_synced_at":"2026-06-13T08:04:39.389Z","repository":{"id":356179497,"uuid":"1231361929","full_name":"kjaymiller/all-my-favs","owner":"kjaymiller","description":"Self-hosted bookmark manager — FastAPI + Postgres, REST API + dashboard, Firefox extension. Designed for the homelab.","archived":false,"fork":false,"pushed_at":"2026-05-21T01:25:21.000Z","size":352,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T06:53:53.745Z","etag":null,"topics":["bookmark-manager","fastapi","firefox-extension","homelab","postgres","self-hosted"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/kjaymiller.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-06T22:21:47.000Z","updated_at":"2026-05-21T01:24:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kjaymiller/all-my-favs","commit_stats":null,"previous_names":["kjaymiller/all-my-favs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kjaymiller/all-my-favs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjaymiller%2Fall-my-favs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjaymiller%2Fall-my-favs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjaymiller%2Fall-my-favs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjaymiller%2Fall-my-favs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kjaymiller","download_url":"https://codeload.github.com/kjaymiller/all-my-favs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kjaymiller%2Fall-my-favs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34276532,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","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":["bookmark-manager","fastapi","firefox-extension","homelab","postgres","self-hosted"],"created_at":"2026-06-13T08:04:38.608Z","updated_at":"2026-06-13T08:04:39.378Z","avatar_url":"https://github.com/kjaymiller.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# all-my-favs\n\nSelf-hosted URL bookmark manager. FastAPI + Postgres, REST API + dashboard, Firefox extension. Designed for a single user on their own homelab, integrating with sibling tools (`wytcher`, `cms`).\n\nProduction deployment: \u003chttps://favs.kjaymiller.dev\u003e\n\n## Documentation\n\nOrganized by [Diátaxis](https://diataxis.fr/):\n\n- **[Tutorials](docs/tutorials/)** — learn by doing\n  - [Getting started](docs/tutorials/getting-started.md)\n- **[How-to guides](docs/how-to/)** — accomplish a task\n  - [Deploy to the homelab](docs/how-to/deploy-to-homelab.md)\n  - [Install the Firefox extension](docs/how-to/install-the-firefox-extension.md)\n  - [Add a bookmark via the REST API](docs/how-to/add-a-bookmark-via-api.md)\n  - [Rotate the API key](docs/how-to/rotate-api-key.md)\n  - [Back up and restore](docs/how-to/back-up-and-restore.md)\n- **[Reference](docs/reference/)** — look something up\n  - [REST API](docs/reference/api.md)\n  - [Configuration (env vars)](docs/reference/configuration.md)\n  - [Data model](docs/reference/data-model.md)\n  - [Compose unit](docs/reference/compose-unit.md)\n- **[Explanation](docs/explanation/)** — understand the why\n  - [Architecture](docs/explanation/architecture.md)\n  - [Tag model](docs/explanation/tag-model.md)\n  - [Auth and secrets](docs/explanation/auth-and-secrets.md)\n\nNew here? Start with [the getting-started tutorial](docs/tutorials/getting-started.md).\n\n## Repository layout\n\n```\napp/                FastAPI service (routers, models, templates, static)\nalembic/            Database migrations\nextension/          Firefox MV3 extension\nscripts/            Operational scripts (1Password bootstrap, …)\ndocs/               Documentation (Diátaxis)\ndocker-compose.yml  Local dev stack\nDockerfile          Production image\n```\n\n## Conventions\n\n- **uv for Python** — `uv run`, `uv sync`, `uv add`. Don't fall back to `pip` / `python3`.\n- **Postgres-first** — search uses `tsvector`; counters use SQL aggregates.\n- **Tag wire format never changes** — sibling tools depend on the colon-string contract.\n- **Secrets resolved at deploy time, not runtime** — see [auth-and-secrets](docs/explanation/auth-and-secrets.md).\n\n## License\n\n[MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjaymiller%2Fall-my-favs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkjaymiller%2Fall-my-favs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkjaymiller%2Fall-my-favs/lists"}