{"id":50455622,"url":"https://github.com/bcm-id-au/bcm","last_synced_at":"2026-06-04T06:00:39.006Z","repository":{"id":41054104,"uuid":"495644270","full_name":"bcm-id-au/bcm","owner":"bcm-id-au","description":"Public website and self-hosted systems","archived":false,"fork":false,"pushed_at":"2026-06-01T00:55:40.000Z","size":27063,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-01T02:09:29.246Z","etag":null,"topics":["ai-agents","deno","docker","docker-compose","dockerfile","gcp","github-actions","nunjucks","self-hosted","static-site","typescript"],"latest_commit_sha":null,"homepage":"https://murty.au","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcm-id-au.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"AGENTS.md","dco":null,"cla":null},"funding":{"github":"brendanmurty"}},"created_at":"2022-05-24T02:38:15.000Z","updated_at":"2026-06-01T00:50:44.000Z","dependencies_parsed_at":"2023-02-18T23:15:43.343Z","dependency_job_id":"3c6c2783-9020-4914-af43-471af44f08ad","html_url":"https://github.com/bcm-id-au/bcm","commit_stats":null,"previous_names":["brendanmurty/site","bmurty/site","brendanmurty/bcm","bcm-id-au/bcm"],"tags_count":447,"template":false,"template_full_name":null,"purl":"pkg:github/bcm-id-au/bcm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcm-id-au%2Fbcm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcm-id-au%2Fbcm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcm-id-au%2Fbcm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcm-id-au%2Fbcm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcm-id-au","download_url":"https://codeload.github.com/bcm-id-au/bcm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcm-id-au%2Fbcm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33891733,"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-04T02:00:06.755Z","response_time":64,"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":["ai-agents","deno","docker","docker-compose","dockerfile","gcp","github-actions","nunjucks","self-hosted","static-site","typescript"],"created_at":"2026-06-01T02:06:39.818Z","updated_at":"2026-06-04T06:00:38.994Z","avatar_url":"https://github.com/bcm-id-au.png","language":"Shell","funding_links":["https://github.com/sponsors/brendanmurty"],"categories":[],"sub_categories":[],"readme":"# bcm\n\nThis repository contains a set of self-hosted systems and websites.\n\n## Structure\n\n- [.github/workflows](.github/workflows/) - GitHub Actions workflows to deploy apps and infrastructure.\n- [.vscode](.vscode/) - Customised [VS Code](https://code.visualstudio.com/) project configuration.\n- [.zed](.zed/) - Customised [Zed Editor](https://zed.dev/) project configuration.\n- [bin](bin/) - Supporting tools and scripts.\n- [docs](docs/) - Documentation and contextual information.\n- [design](design/) - Page layout and icon design files.\n- [src/git](src/git/) - A self-hosted version of the [Forgejo](https://forgejo.org/) Git service.\n- [src/links](src/links/) - A self-hosted version of the [Karakeep](https://karakeep.app/) bookmarking service.\n- [src/schnitmydadsays](https://github.com/bcm-id-au/schnitmydadsays) - Schnitzel review website.\n- [src/site](src/site/) - My main public website at [murty.au](https://murty.au).\n- [src/upcomingtasks](https://github.com/bcm-id-au/upcomingtasks) - A web-based Basecamp 2 client.\n- [storage](storage/) - Used for persistent storage by local Docker containers.\n- [.editorconfig](.editorconfig) - Sets basic code style rules via [EditorConfig](https://editorconfig.org)\n- [justfile](justfile) - Project specific commands for [Just](https://github.com/casey/just)\n\n## Local Setup\n\nThe systems in this repository assume that your local machine:\n\n- Is running a Debian-based Linux OS\n- Has an up-to-date version of [Docker CLI](https://docs.docker.com/desktop/) installed and ready\n- Has an up-to-date version of [Deno](https://deno.com/) installed and ready\n- Has an up-to-date version of [Just](https://github.com/casey/just) installed and ready\n- Has an up-to-date version of [Homebrew](https://brew.sh/) installed and ready\n- Has an up-to-date version of [GitHub CLI](https://cli.github.com/) installed and ready\n\nNote that my [dotfiles repository](https://github.com/bcm-id-au/dotfiles) contains install scripts for most of the above items.\n\n## Local Tools\n\nRun [bin/setup-local.sh](bin/setup-local.sh) to setup your local environment.\n\n```bash\nbash ./bin/setup-local.sh\n```\n\nThis repository uses [Just](https://github.com/casey/just) to run commands defined in [justfile](justfile).\n\nThese commands can be run in a Terminal session from any sub-directory of the repository.\n\nTo list all of the available options, run:\n\n```bash\njust list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcm-id-au%2Fbcm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcm-id-au%2Fbcm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcm-id-au%2Fbcm/lists"}