{"id":22397114,"url":"https://github.com/archef2000/go-socks-ldap","last_synced_at":"2025-07-24T09:33:39.252Z","repository":{"id":123872102,"uuid":"607072299","full_name":"archef2000/go-socks-ldap","owner":"archef2000","description":"Socks5 proxy with LDAP authentication","archived":false,"fork":false,"pushed_at":"2025-05-20T09:48:13.000Z","size":51,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T10:44:48.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/archef2000.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,"zenodo":null}},"created_at":"2023-02-27T08:54:45.000Z","updated_at":"2025-05-20T09:46:19.000Z","dependencies_parsed_at":"2023-12-19T15:17:56.124Z","dependency_job_id":"9a12b5b5-eda9-40f1-83ee-92f114ec71a5","html_url":"https://github.com/archef2000/go-socks-ldap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/archef2000/go-socks-ldap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fgo-socks-ldap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fgo-socks-ldap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fgo-socks-ldap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fgo-socks-ldap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/archef2000","download_url":"https://codeload.github.com/archef2000/go-socks-ldap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/archef2000%2Fgo-socks-ldap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266821911,"owners_count":23989820,"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","status":"online","status_checked_at":"2025-07-24T02:00:09.469Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-05T06:10:54.304Z","updated_at":"2025-07-24T09:33:31.897Z","avatar_url":"https://github.com/archef2000.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-socks-ldap\nSocks5 proxy with LDAP authentication\n\n[![Docker Socks LDAP](https://github.com/Archef2000/go-socks-ldap/actions/workflows/main.yml/badge.svg)](https://github.com/Archef2000/go-socks-ldap/actions/workflows/main.yml)\n[![CodeQL](https://github.com/archef2000/go-socks-ldap/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/archef2000/go-socks-ldap/actions/workflows/github-code-scanning/codeql)\n\n\u003ca href=\"https://github.com/Archef2000/go-socks-ldap/\"\u003eGithub\u003c/a\u003e\n\n\u003ch2\u003edocker-compose\u003c/h2\u003e\n\u003ch3\u003eWith environment variables\u003c/h3\u003e\n\u003cpre\u003e\u003ccode class=\"language-yaml\"\u003e---\nversion: '3'\nservices:\n  socks-ldap:\n    image: archef2000/go-socks-ldap:latest\n    container_name: socks-ldap\n    ports:\n      - 1080:1080/tcp\n    environment:\n      - LDAP_HOST=ldap://ldap.host:389\n      - LDAP_USER=cn=admin,ou=people,dc=example,dc=com\n      - LDAP_PASS=password\n      - LDAP_BASE_DN=ou=people,dc=example,dc=com\n      - LDAP_USER_FILTER=(\u0026(objectClass=person)(memberOf=cn=socks,ou=groups,dc=example,dc=com))\n      - TLS_ENABLED=false\n      - TLS_SKIP_VERIFY=false\n      - SERVER_PORT=1080\n      - SERVER_HOST=0.0.0.0\n      - UPDATE_INTERVAL=10\n    restart: always\n\u003c/code\u003e\u003c/pre\u003e\n\u003ch3\u003eWith config.yaml\u003c/h3\u003e\n\u003cpre\u003e\u003ccode class=\"language-yaml\"\u003e---\nversion: '3'\nservices:\n  socks-ldap:\n    image: archef2000/go-socks-ldap:latest\n    container_name: socks-ldap\n    ports:\n      - 1080:1080/tcp\n    command: [\"-config\",\"/config.yaml\"]\n    volumes:\n      - ./config.yaml:/config.yaml\n    restart: always\n\u003c/code\u003e\u003c/pre\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchef2000%2Fgo-socks-ldap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farchef2000%2Fgo-socks-ldap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farchef2000%2Fgo-socks-ldap/lists"}