{"id":25000600,"url":"https://github.com/itishermann/docker-mt5","last_synced_at":"2026-03-08T21:34:05.512Z","repository":{"id":53938533,"uuid":"351228891","full_name":"itishermann/docker-mt5","owner":"itishermann","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-06T05:22:50.000Z","size":77631,"stargazers_count":13,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T08:52:25.777Z","etag":null,"topics":["docker","wine"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/itishermann/docker-mt5","language":"Dockerfile","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/itishermann.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}},"created_at":"2021-03-24T21:33:27.000Z","updated_at":"2025-03-09T19:03:29.000Z","dependencies_parsed_at":"2022-08-13T05:10:11.465Z","dependency_job_id":null,"html_url":"https://github.com/itishermann/docker-mt5","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/itishermann%2Fdocker-mt5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itishermann%2Fdocker-mt5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itishermann%2Fdocker-mt5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itishermann%2Fdocker-mt5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itishermann","download_url":"https://codeload.github.com/itishermann/docker-mt5/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248543883,"owners_count":21121838,"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","wine"],"created_at":"2025-02-04T19:36:06.146Z","updated_at":"2026-03-08T21:34:00.490Z","avatar_url":"https://github.com/itishermann.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MetaTrader 5 in docker container\n\nBased on [wine-x11-novnc-docker](https://hub.docker.com/r/solarkennedy/wine-x11-novnc-docker) by [Kyle Anderson](https://github.com/solarkennedy)\n\n## Usage\n```bash\ndocker run --rm -p 8080:8080 itishermann/docker-mt5\n```\nOpen your browser at http://localhost:8080 and voilà\n![Screenshot](https://raw.githubusercontent.com/itishermann/docker-mt5/master/screenshot.png)\n\n## Nginx proxy\nIf you want to use it behind a proxy and use a basic pasword protection for remote access, take a look at [noVNC's Documentation](https://github.com/novnc/noVNC/wiki/Proxying-with-nginx)\n\nFor the basic http auth, take a look at [Nginx Documentation](https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/)\n\nif using this image\n\n```\nserver {\n    server_name \u003cmt5.example.com\u003e;\n    auth_basic           \"Restricted Area\";\n    auth_basic_user_file .htpasswd;\n    location / {\n        proxy_pass http://127.0.0.1:8080;\n        proxy_http_version 1.1;\n        proxy_set_header \tUpgrade\t\t\t$http_upgrade;\n        proxy_set_header \tConnection \t\t'upgrade';\n        proxy_set_header \tHost\t\t\t$host;\n        proxy_cache_bypass \t$http_upgrade;\n        proxy_set_header        X-Real-IP \t\t$remote_addr;\n        proxy_set_header        X-Forwarded-For \t$proxy_add_x_forwarded_for;\n        proxy_set_header        X-Forwarded-Proto\t$scheme;\n\t      proxy_buffering \toff;\n        proxy_read_timeout 61s;\n    }\n\n    listen 80;\n}\n\n```\n\n## Contributing\nFor security concerns, everyone should bring his own MetaTrader 5 installation foler or installing it from the explorer \n\n```bash\n# Mounts th mt5 setup file\ndocker run --rm -p 8080:8080 solarkennedy/wine-x11-novnc-docker -v mt5setup.exe:/root/mt5setup.exe\n```\n\n## TODO\n- [ ] Reduce image size\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitishermann%2Fdocker-mt5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitishermann%2Fdocker-mt5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitishermann%2Fdocker-mt5/lists"}