{"id":15134401,"url":"https://github.com/bpmct/jetbrains-indexer","last_synced_at":"2025-10-23T11:30:27.409Z","repository":{"id":45279307,"uuid":"435952762","full_name":"bpmct/jetbrains-indexer","owner":"bpmct","description":"Generate \u0026 package JetBrains shared indexes with a Docker container.","archived":false,"fork":false,"pushed_at":"2022-10-20T08:21:40.000Z","size":173,"stargazers_count":25,"open_issues_count":8,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T17:38:44.631Z","etag":null,"topics":["goland","ide","indexing","intellij-idea","jetbrains","pycharm","shared-indexes"],"latest_commit_sha":null,"homepage":"https://coder.com/blog/faster-jetbrains-ides-with-shared-indexes","language":"Dockerfile","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/bpmct.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-07T16:30:38.000Z","updated_at":"2024-09-26T18:23:59.000Z","dependencies_parsed_at":"2023-01-20T05:32:26.470Z","dependency_job_id":null,"html_url":"https://github.com/bpmct/jetbrains-indexer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmct%2Fjetbrains-indexer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmct%2Fjetbrains-indexer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmct%2Fjetbrains-indexer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmct%2Fjetbrains-indexer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpmct","download_url":"https://codeload.github.com/bpmct/jetbrains-indexer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237811517,"owners_count":19370144,"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":["goland","ide","indexing","intellij-idea","jetbrains","pycharm","shared-indexes"],"created_at":"2024-09-26T05:20:22.768Z","updated_at":"2025-10-23T11:30:27.056Z","avatar_url":"https://github.com/bpmct.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jetbrains-indexer\n\nGenerate \u0026 package JetBrains [shared indexes](https://www.jetbrains.com/help/idea/shared-indexes.html) with a Docker container.\n\nShared indexes are often hosted on a CDN and used by IDEs to speed up loading (indexing) time for JetBrains IDEs (IntelliJ IDEA, PyCharm, GoLand, etc). Blog post: \u003chttps://coder.com/blog/faster-jetbrains-ides-with-shared-indexes\u003e\n\n## Basic usage\n\n1.  Generate indexes for your project\n\n    ```sh\n    cd your-project/\n\n    docker run -it --rm \\\n        -v \"$(pwd)\":/var/project \\\n        -v \"$HOME/indexes-out\":/shared-index \\\n        -e INDEXES_CDN_URL=http://localhost:3000/project \\\n        bencdr/indexer:idea-2021.3\n        \n    # you may need to fix the file permissions for the generated indexes\n    sudo chown -R $(id -u):$(id -g) $HOME/indexes-out\n    ```\n\n1.  Upload indexes to CDN (or test locally)\n\n    ```sh\n    # test with local Python server\n    cd $HOME/indexes-out/\n    python3 -m http.server 3000\n    ```\n\n    \u003e this URL must be the same as INDEXES_CDN_URL in step 1.\n\n1.  Add `intellij.yaml` to your project if you don't have one\n\n    ```yaml\n    sharedIndex:\n      project:\n        - url: http://localhost:3000/project\n    ```\n\n1.  Open your IDE and test (use `File → Invalidate Caches` to load indexes for the first time again)\n\n## IDE support\n\nBy default, this project indexes version 2021.3 of your IDE. Specify the IDE name by using the appropriate tag (e.g `bencdr/indexer:[ide-name]-2021.3`). You can verify with [DockerHub](https://hub.docker.com/r/bencdr/indexer/tags).\n\nIf an IDE/version is not on DockerHub, we recommend you manually pulling and building the image yourself using [these build arguments](https://github.com/bpmct/jetbrains-indexer/blob/master/image/Dockerfile#L3-L9).\n\n## Docs and examples\n\n\u003e ⚠️ Many of these are a work in progress\n\n- [Test a project with shared indexes locally](./docs/filesystem.md)\n- [Generate shared indexes for Coder workspaces](./docs/coder.md)\n- [Generate shared indexes and host on a CDN](./docs/cdn.md)\n- [Generate shared indexes regularly during CI (GitHub Actions)](./docs/ci.md)\n- [Troubleshooting shared indexes](./docs/troubleshooting.md)\n\n## Troubleshooting\n\nSee [./docs/troubleshooting.md](./docs/troubleshooting.md)\n\n---\n\nIf you just want to generate raw shared indexes with Docker, you can use [damintsew/idea-shared-index-dockerfile](https://github.com/damintsew/idea-shared-index-dockerfile). This project is based on that.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpmct%2Fjetbrains-indexer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpmct%2Fjetbrains-indexer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpmct%2Fjetbrains-indexer/lists"}