{"id":13536043,"url":"https://github.com/yincongcyincong/proxy-web","last_synced_at":"2026-01-29T03:51:11.794Z","repository":{"id":217044117,"uuid":"111483783","full_name":"yincongcyincong/proxy-web","owner":"yincongcyincong","description":"proxy-web is a webview proxy application written by Golang","archived":false,"fork":false,"pushed_at":"2024-03-25T09:22:40.000Z","size":9292,"stargazers_count":394,"open_issues_count":0,"forks_count":98,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-11-03T01:32:14.280Z","etag":null,"topics":["go","proxy","proxy-web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/yincongcyincong.png","metadata":{"files":{"readme":"README-zh.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-11-21T01:39:56.000Z","updated_at":"2024-10-30T06:22:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f289b7e-0158-406f-98e6-c0c02bc2c600","html_url":"https://github.com/yincongcyincong/proxy-web","commit_stats":null,"previous_names":["yincongcyincong/proxy-web"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yincongcyincong%2Fproxy-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yincongcyincong%2Fproxy-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yincongcyincong%2Fproxy-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yincongcyincong%2Fproxy-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yincongcyincong","download_url":"https://codeload.github.com/yincongcyincong/proxy-web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246743860,"owners_count":20826623,"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":["go","proxy","proxy-web"],"created_at":"2024-08-01T09:00:34.066Z","updated_at":"2026-01-29T03:51:11.765Z","avatar_url":"https://github.com/yincongcyincong.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Others","Others (1002)"],"sub_categories":[],"readme":"# proxy-web详细介绍\r\nproxy-web是用go语言写的，基于[snail007/goproxy](https://github.com/snail007/goproxy/)完成的可视化网页应用\r\n\r\n---\r\n[![stable](https://img.shields.io/badge/stable-stable-green.svg)](https://github.com/snail007/goproxy/)\r\n\r\n### 使用前须知\r\n - [作用](#作用)\r\n - [下载](#下载)\r\n - [更新](#更新)\r\n - [配置](#配置)\r\n - [依赖包](#依赖包)\r\n \r\n### 手册目录\r\n- [1. 使用](#1使用)\r\n- [2. 参数介绍](#2参数介绍)\r\n\r\n### 作用\r\n1、\t用web界面的方式使用goproxy，更加方便  \r\n2、\t监控goproxy运行情况  \r\n3、\t实时显示goproxy产生的日志  \r\n4、\t启动proxy-web后能自启动goproxy  \r\n5、\t能自开机自启动proxy-web  \r\n6、\t可以设置linux，mac，windows全局http代理，需要root权限  \r\n7、\t页面全新升级  \r\n \r\n### 下载\r\n[下载地址](https://github.com/yincongcyincong/proxy-web/releases)  \r\n\r\n### 更新\r\nv 2.0 全面更新  \r\n可以自由配置参数  \r\n开机自启动proxy-web  \r\n全局http代理设置  \r\n使用goproxy提供的sdk，不再依赖goproxy二进制程序    \r\n\r\n### 配置\r\n配置文件为config/config.ini  \r\n可以配置的属性有：端口（默认48080），登录账号和密码（都为admin）  \r\n\r\n\r\n### 依赖包\r\n[github.com/snail007/goproxy/sdk](https://github.com/snail007/goproxy/blob/master/sdk/README.md)goproxy的sdk  \r\n[github.com/Unknwon/goconfig](https://github.com/Unknwon/goconfig)解析配置文件  \r\n[github.com/astaxie/beego/tree/master/session](https://github.com/astaxie/beego/tree/master/session) session模块  \r\n这些依赖已经在源码内解决，无需go get\r\n\r\n### 1.使用\r\n使用48080端口进入页面（如：localhost:48080），首先到登录页面  \r\n\u003cimg src=\"https://github.com/yincongcyincong/proxy-web/raw/master/docs/image/login.png?raw=true\" /\u003e  \r\n账号密码都为admin，登录进入  \r\n\u003cimg src=\"https://github.com/yincongcyincong/proxy-web/raw/master/docs/image/empty.jpg?raw=true\" /\u003e\r\n点击，添加代理，显示添加代理的弹框，可以选择代理是否开启proxy-web服务时也自动启动  \r\n\u003cimg src=\"https://github.com/yincongcyincong/proxy-web/raw/master/docs/image/add.png?raw=true\" /\u003e   \r\n修改操作  \r\n\u003cimg src=\"https://github.com/yincongcyincong/proxy-web/raw/master/docs/image/update.png?raw=true\" /\u003e  \r\n启动操作  \r\n\u003cimg src=\"https://github.com/yincongcyincong/proxy-web/raw/master/docs/image/start.jpg?raw=true\" /\u003e\r\n查看日志操作  \r\n\u003cimg src=\"https://github.com/yincongcyincong/proxy-web/raw/master/docs/image/log.png?raw=true\" /\u003e  \r\n删除操作  \r\n\u003cimg src=\"https://github.com/yincongcyincong/proxy-web/raw/master/docs/image/delete.png?raw=true\" /\u003e  \r\n设置全局http代理和是否开机自启动，这两个操作需要root权限  \r\n\u003cimg src=\"https://github.com/yincongcyincong/proxy-web/raw/master/docs/image/setting.png?raw=true\" /\u003e  \r\n\r\n### 2.参数介绍\r\n名称：代理的名称。  \r\n参数：指[snail007/goproxy](https://github.com/snail007/goproxy/)中的各种参数。  \r\n\r\n### 源码使用  \r\n- 使用非windows编译，请删除resource.syso  \r\n- git下载源码  \r\n   \r\n### TODO\r\n- -查找bug\r\n\r\n### License\r\n- under GPLv3 license  \r\n\r\n### Contact\r\n- QQ群：189618940\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyincongcyincong%2Fproxy-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyincongcyincong%2Fproxy-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyincongcyincong%2Fproxy-web/lists"}