{"id":21928932,"url":"https://github.com/seifer08ms/docker-xx-net","last_synced_at":"2026-04-09T16:49:47.925Z","repository":{"id":88697597,"uuid":"82017350","full_name":"seifer08ms/docker-xx-net","owner":"seifer08ms","description":"Docker images of XX-net","archived":false,"fork":false,"pushed_at":"2017-08-30T11:45:35.000Z","size":36074,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T11:50:04.373Z","etag":null,"topics":["docker","dockerfile","proxy-server","xx-net"],"latest_commit_sha":null,"homepage":null,"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/seifer08ms.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":"2017-02-15T03:40:41.000Z","updated_at":"2017-09-19T03:38:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"55ebcbf4-b569-4062-9e13-337c0efeea57","html_url":"https://github.com/seifer08ms/docker-xx-net","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/seifer08ms%2Fdocker-xx-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifer08ms%2Fdocker-xx-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifer08ms%2Fdocker-xx-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seifer08ms%2Fdocker-xx-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seifer08ms","download_url":"https://codeload.github.com/seifer08ms/docker-xx-net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244956310,"owners_count":20538152,"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","dockerfile","proxy-server","xx-net"],"created_at":"2024-11-28T22:28:36.259Z","updated_at":"2025-10-23T23:34:25.074Z","avatar_url":"https://github.com/seifer08ms.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-XX-net\n\n## Build\n\nRun the following code in the path of repository to build a docker image.\n\n`docker build -t seifer08ms/xx-net . `\n\n## Run\n\nUsing `docker run` command to create a container named `xx-net`.\n\n`docker run --name=xx-net --restart=always -d -v $PWD/data:/opt/XX-Net/data -v $PWD/code:/opt/XX-Net/code -p 8085:8085 -p 8087:8087 seifer08ms/xx-net`\n\n## Access from host\n\nThe container exposed 8085 and 8087 ports for config and connection. \n\n### Remote access\nModify XX-Net/data/launcher/config.yaml\n```shell\nmodules:{\n  launcher:{ allow_remote_connect:1 }\n```\n\n### GAE_proxy service for remote hosts\nAdd XX-Net/data/gae_proxy/manual.ini\n\n```shell\n[listen]\nip = 0.0.0.0\n```\n\nNow we can access control page for the container with `http://127.0.0.1:8085`\n\n## Access from other container\n\nUsing `docker run --link` to connect xx-net with other client container.\n\n`docker run --name ${CONTAINER_NAME} --link ${XX_NET_CONTAINER_NAME}:proxy_server -d --restart=always  ${IMAGE_NAME}`\n\nIn the client container, using `http://proxy_server:8087` to access xx-net service.\n\n## Contribute\n\n[https://github.com/XX-net/XX-Net/wiki/How-to-contribute](https://github.com/XX-net/XX-Net/wiki/How-to-contribute)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseifer08ms%2Fdocker-xx-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseifer08ms%2Fdocker-xx-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseifer08ms%2Fdocker-xx-net/lists"}