{"id":27976501,"url":"https://github.com/misp/x_old_misp_docker","last_synced_at":"2025-05-08T01:27:27.528Z","repository":{"id":36297976,"uuid":"135687581","full_name":"MISP/x_old_misp_docker","owner":"MISP","description":"MISP Docker (XME edition)","archived":false,"fork":false,"pushed_at":"2023-12-05T11:15:03.000Z","size":198,"stargazers_count":283,"open_issues_count":60,"forks_count":176,"subscribers_count":26,"default_branch":"master","last_synced_at":"2024-03-26T04:54:08.394Z","etag":null,"topics":["misp","misp-docker"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MISP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-06-01T08:05:53.000Z","updated_at":"2024-02-02T11:32:01.000Z","dependencies_parsed_at":"2023-12-05T12:28:57.111Z","dependency_job_id":"d8032da3-02ad-4c50-8e45-deba0f2394fb","html_url":"https://github.com/MISP/x_old_misp_docker","commit_stats":null,"previous_names":["misp/x_old_misp_docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fx_old_misp_docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fx_old_misp_docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fx_old_misp_docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MISP%2Fx_old_misp_docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MISP","download_url":"https://codeload.github.com/MISP/x_old_misp_docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252980661,"owners_count":21835281,"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":["misp","misp-docker"],"created_at":"2025-05-08T01:27:26.827Z","updated_at":"2025-05-08T01:27:27.512Z","avatar_url":"https://github.com/MISP.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hello potential user/contributor\n\nThis project is outside of the main MISP umbrella and does not have much\ncommunity traction/use. As such it has not seen any love in a long time. \nThis also means using the code in this repository is not recommended \nfor users new to MISP.\n\nAlternatives to this repository may be\n* [/MISP/misp-docker](https://github.com/MISP/misp-docker)\n* [/MISP/docker-misp](https://github.com/MISP/docker-misp)\n* [Install scripts](https://github.com/MISP/MISP/tree/2.4/INSTALL)\n\nBe aware that general issues in this repository will most likely not be \nacted upon - however, pull requests are mostly welcome.\n\nMISP Docker\n===========\n\n[![](https://travis-ci.org/MISP/misp-docker.svg?branch=master)](https://travis-ci.org/yaleman/misp-docker)\n\nThe files in this repository are used to create a Docker container running a [MISP](http://www.misp-project.org) (\"Malware Information Sharing Platform\") instance.\n\nI rewrote the Docker file to split the components in multiple containers (which is more in the philosophy of Docker). Therefore there is no longer a Dockerfile in the root directory.\n\nThe MISP container needs at least a MySQL container to store the data. By default it listen to port 443 and port 80, which is redirected to 443.\n\nThe build is based on Ubuntu and will install all the required components, using the INSTALL script provided in the MISP repository. \n\nUsing the Install script has the advantage that we can rely on a tested installation routine which is maintained and kept up to date. The amount of custom work to be done in the Dockerfile and run.sh files is limited to the necessary to make MISP container compliant.\n\nThe following configuration steps are performed automatically:\n* Reconfiguration of the base URL in `config.php`\n* Generation of a new salt in `config.php`\n* Generation of a self-signed certificate\n* Optimization of the PHP environment (php.ini) to match the MISP recommended values\n* Creation of the MySQL database\n* Generation of the admin PGP key\n* Installation of misp modules \n\n# Building your image\n\n## Fetch files\n```\n$ git clone https://github.com/MISP/misp-docker\n$ cd misp-docker\n# Copy template.env to .env (on the root directory) and edit the environment variables at .env file\n$ cp template.env .env\n$ vi .env\n```\n\n## Build the containers\n```\n$ docker-compose build\nor\n$ docker-compose -f docker-compose.yml build\n```\n\n## Run containers\n```\n$ docker-compose up\nor\n$ docker-compose -f docker-compose.yml up\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisp%2Fx_old_misp_docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmisp%2Fx_old_misp_docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmisp%2Fx_old_misp_docker/lists"}