{"id":22998108,"url":"https://github.com/renarddev/idateamsdocker","last_synced_at":"2025-08-13T23:33:04.812Z","repository":{"id":253168702,"uuid":"842050530","full_name":"RenardDev/IDATeamsDocker","owner":"RenardDev","description":"Docker configuration (and only docker configuration) files for hosting self-hosted Hexvault, Lumina and Hexlicsrv.","archived":false,"fork":false,"pushed_at":"2024-11-18T05:07:09.000Z","size":101,"stargazers_count":8,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-18T06:21:39.360Z","etag":null,"topics":["docker","docker-compose","hexlicsrv","hexrays","hexvault","ida","ida-pro","idapro","lumina"],"latest_commit_sha":null,"homepage":"","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/RenardDev.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}},"created_at":"2024-08-13T15:11:28.000Z","updated_at":"2024-11-18T05:07:12.000Z","dependencies_parsed_at":"2024-11-07T17:45:15.929Z","dependency_job_id":null,"html_url":"https://github.com/RenardDev/IDATeamsDocker","commit_stats":null,"previous_names":["renarddev/idateamsdocker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FIDATeamsDocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FIDATeamsDocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FIDATeamsDocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RenardDev%2FIDATeamsDocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RenardDev","download_url":"https://codeload.github.com/RenardDev/IDATeamsDocker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229787009,"owners_count":18124014,"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":["docker","docker-compose","hexlicsrv","hexrays","hexvault","ida","ida-pro","idapro","lumina"],"created_at":"2024-12-15T06:11:22.387Z","updated_at":"2025-08-13T23:33:04.805Z","avatar_url":"https://github.com/RenardDev.png","language":"Python","readme":"# IDATeamsDocker\nDocker configuration (and only docker configuration) files for hosting self-hosted Hexvault, Lumina and Hexlicsrv. The installation files should be in `./image` folders.\n\nSupported version:\n1. [IDA 9.0.240925 September 30, 2024](https://docs.hex-rays.com/release-notes/9_0)\n\n# CA (NOTE)\nBefore you start doing anything, you need to generate your own CA certificate. This can be done like this:\n```bash\nopenssl req -x509 -newkey rsa:4096 -sha512 \\\n    -keyout CA.key -out CA.pem -days 3650 -nodes \\\n    -subj \"/C=BE/L=Liège/O=Hex-Rays SA./CN=Hex-Rays SA. Root CA\"\n```\nNow you have two files (the key and the certificate itself), you need to place these two files in the CA folders (`./CA`). Also you need to replace the CA in IDA itself, which is done in another step below.\n\n# IDA preparing\n1. Create a CA folder in the root (`C:\\Program Files\\IDA Professional 9.0\\CA`)\n2. Copy `CA.key` and `CA.pem` to the previously created folder\n3. Copy the Python script (`license_patch.py`) to the root\n4. Run script as administrator (`python3 license_patch.py ida-pro`)\n5. Enjoy\n\n# Hexvault hosting\n1. `cd ./hexvault`\n2. Copy `hexvault90_x64linux.run` into `./image`\n3. Copy `CA.key` and `CA.pem` to the CA folder (`./CA`)\n4. Edit `docker-compose.yml`. (You need to edit `VAULT_HOST` for TLS)\n5. `sudo docker-compose up -d`\n6. Enjoy\n\n# Lumina hosting\n1. `cd ./lumina`\n2. Copy `lumina90_x64linux.run` into `./image`\n3. Copy `CA.key` and `CA.pem` to the CA folder (`./CA`)\n4. Edit `docker-compose.yml`. (You need to edit `LUMINA_HOST` for TLS)\n5. `sudo docker-compose up -d`\n6. Enjoy\n\n# Hexlicsrv hosting\n1. `cd ./hexlicsrv`\n2. Copy `hexlicsrv90_x64linux.run` into `./image`\n3. Copy `CA.key` and `CA.pem` to the CA folder (`./CA`)\n4. Edit `docker-compose.yml`. (You need to edit `LICENSE_HOST` for TLS)\n5. `sudo docker-compose up -d`\n6. Enjoy\n\n# NOTE\nThe *_schema.lock flag file is an indicator to the container when it is time to run a schema recreate using --recreate-schema. As long as this file exists, the container will not run a schema recreate.\n\n# shell.reg\nThis file adds support for opening IDA with the right mouse button in Windows.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenarddev%2Fidateamsdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenarddev%2Fidateamsdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenarddev%2Fidateamsdocker/lists"}