{"id":14984571,"url":"https://github.com/asm0dey/3proxy","last_synced_at":"2026-03-11T19:05:52.421Z","repository":{"id":148605447,"uuid":"143628902","full_name":"asm0dey/3proxy","owner":"asm0dey","description":"Ansible package for 3proxy: Ubuntu, Centos 6 and 7, Fedora 26, 27, 28, Debian","archived":false,"fork":false,"pushed_at":"2025-06-03T05:33:46.000Z","size":41,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-03T18:18:49.733Z","etag":null,"topics":["3proxy","ansible","ansible-roles","proxy"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/asm0dey/3proxy","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/asm0dey.png","metadata":{"files":{"readme":"README.adoc","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":"2018-08-05T16:19:01.000Z","updated_at":"2024-11-15T22:55:15.000Z","dependencies_parsed_at":"2024-09-25T00:30:22.986Z","dependency_job_id":null,"html_url":"https://github.com/asm0dey/3proxy","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"9817a295e7dac92f98a979f5667f1fb62bbbff15"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/asm0dey/3proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asm0dey%2F3proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asm0dey%2F3proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asm0dey%2F3proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asm0dey%2F3proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asm0dey","download_url":"https://codeload.github.com/asm0dey/3proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asm0dey%2F3proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272878212,"owners_count":25008340,"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-08-30T02:00:09.474Z","response_time":77,"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":["3proxy","ansible","ansible-roles","proxy"],"created_at":"2024-09-24T14:09:17.141Z","updated_at":"2026-03-11T19:05:47.366Z","avatar_url":"https://github.com/asm0dey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"3proxy\n------\n\n:source-highlighter: highlightjs\n\nIn our hard time everyone needs a bit more security. This role helps you\ninstall fast and powerful 3proxy proxy server\n\n*NB*: If some of your servers use iptables (without ufw/firewalld) — you should put module https://github.com/Nordeus/ansible_iptables_raw[iptables_raw] into library folder next to your playbook\n\nSupported OSes\n~~~~~~~~~~~~~~\n\n[cols=\",\",options=\"header\",]\n|============================\n|name |version\n.2+|CentOS |6\n|7\n.2+|Ubuntu |xenial\n|bionic\n.3+|Fedora |26\n|27\n|28\n|============================\n\nRole Variables\n~~~~~~~~~~~~~~\n\n[cols=\",\",options=\"header\",]\n|=======================================================================\n|name |description\n|proxy_users |array of users whch shold have access to proxy (otherwise anybody can)\n|proxy_socks |enable socks proxy (true by default)\n|proxy_socks_port |socks proxy port (1080 be default)\n|proxy_socks_options |additional socks proxy options\n|proxy_http |enable http proxy (true by default)\n|proxy_http_port |http proxy port (3128 be default)\n|proxy_http_options |additional http proxy options\n|manage_firewall |If role should try to allow incoming connections to proxy on firewall\n|=======================================================================\n\nProxy users\n~~~~~~~~~~~\n\nProxy user is an object, which consists of 2 fields:\n\n[cols=\",\",options=\"header\",]\n|==========================\n|name |description\n|name |username\n|hash |hash of the password\n|==========================\n\nHash can be obtained from command\n`openssl passwd -1 'yourcomplexpasswordHere'`\n\nExample Playbook\n~~~~~~~~~~~~~~~~\n\n[source,yaml]\n----\n- hosts: all\n  roles:\n    - role: 3proxy\n      proxy_users:\n        - { name: \"asm0dey\", hash: \"$1$pL3Ho94u$2.wCxrLfacj82UMPJSy/6/\" }\n        - { name: \"asm0dey2\", hash: \"$1$pL3Ho94u$2.wCxrLfacj82UMPJSy/6/\" }\n----\n\nDevelopment\n~~~~~~~~~~~\n\nYou need to have vagrant, docker, ansible and molecule installed to be able to run tests. Of course you can just implemet what you need without tests, but having tests is always better\n\nLicense\n~~~~~~~\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasm0dey%2F3proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasm0dey%2F3proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasm0dey%2F3proxy/lists"}