{"id":13846025,"url":"https://github.com/MvsCode/frps-onekey","last_synced_at":"2025-07-12T03:33:27.793Z","repository":{"id":37444844,"uuid":"166249713","full_name":"mvscode/frps-onekey","owner":"mvscode","description":"Frp server one-click configuration script. The script obtains the latest Frp version by default","archived":false,"fork":false,"pushed_at":"2024-10-20T13:23:30.000Z","size":3970,"stargazers_count":3151,"open_issues_count":12,"forks_count":811,"subscribers_count":38,"default_branch":"master","last_synced_at":"2024-11-19T16:20:37.054Z","etag":null,"topics":["debian","frp","frps","linux","nat","remote-control","shell","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mvscode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2019-01-17T15:37:09.000Z","updated_at":"2024-11-17T22:23:09.000Z","dependencies_parsed_at":"2022-07-10T16:02:07.220Z","dependency_job_id":"e6edd013-ee53-4f9d-a9c2-6fc1b86de488","html_url":"https://github.com/mvscode/frps-onekey","commit_stats":null,"previous_names":["mvscode/fortnite"],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvscode%2Ffrps-onekey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvscode%2Ffrps-onekey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvscode%2Ffrps-onekey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mvscode%2Ffrps-onekey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mvscode","download_url":"https://codeload.github.com/mvscode/frps-onekey/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225791511,"owners_count":17524799,"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":["debian","frp","frps","linux","nat","remote-control","shell","ubuntu"],"created_at":"2024-08-04T17:04:17.786Z","updated_at":"2024-11-21T19:31:03.178Z","avatar_url":"https://github.com/mvscode.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\n## Frp服务端一键配置脚本，脚本默認获取Frp最新版本  \n## Frp server one-click configuration script. The script obtains the latest Frp version by default\n\n[![GitHub Repo][repo-shield]][repo-url]\n[![Stars][stars-shield]][stars-url]\n[![Forks][forks-shield]][forks-url]\n\n[repo-shield]: https://img.shields.io/badge/GitHub-mvscode%2Ffrps--onekey-brightgreen?style=flat-square\u0026logo=github\n[repo-url]: https://github.com/mvscode/frps-onekey\n[stars-shield]: https://img.shields.io/github/stars/mvscode/frps-onekey.svg?style=flat-square\u0026logo=github\u0026color=yellow\n[stars-url]: https://github.com/mvscode/frps-onekey/stargazers\n[forks-shield]: https://img.shields.io/github/forks/mvscode/frps-onekey.svg?style=flat-square\u0026logo=github\u0026color=green\n[forks-url]: https://github.com/mvscode/frps-onekey/network/members\n\n\n*Frp 是一个高性能的反向代理应用，可以帮助您轻松地进行内网穿透，对外网提供服务，支持 tcp, http, https 等协议类型，并且 web 服务支持根据域名进行路由转发。*\n\n* Detail(详情)：fatedier[\u003cimg alt=\"github\" src=\"https://img.shields.io/badge/github/fatedier/frp-8da0cb?style=for-the-badge\u0026labelColor=555555\u0026logo=github\" height=\"16\"\u003e](https://github.com/fatedier/frp)\n* Script author（脚本原作者）：clangcn [\u003cimg alt=\"github\" src=\"https://img.shields.io/badge/github/clangcn/onekey_install_shell-8da0cb?style=for-the-badge\u0026labelColor=555555\u0026logo=github\" height=\"16\"\u003e](https://github.com/clangcn/onekey-install-shell)\n\n## Frps-Onekey-Install-Shell For CentOS/Debian/Ubuntu/Fedora (32bit/64bit)\n\n### Install（安装）\n\n#### Gitee\n```Bash\nwget https://gitee.com/mvscode/frps-onekey/raw/master/install-frps.sh -O ./install-frps.sh\nchmod 700 ./install-frps.sh\n./install-frps.sh install\n```\n#### Github\n```Bash\nwget https://raw.githubusercontent.com/mvscode/frps-onekey/master/install-frps.sh -O ./install-frps.sh\nchmod 700 ./install-frps.sh\n./install-frps.sh install\n```\n\n\n### Uninstall（卸载）\n```Bash\n./install-frps.sh uninstall\n```\n### Update（更新）\n```Bash\n./install-frps.sh update\n```\n### Server management（服务管理器）\n```Bash\nUsage: /etc/init.d/frps {start|stop|restart|status|config|version}\n```\n \n## Script ChangeLog\n---------------------------------------\n\n### [1.0.7] - 2024-07-24\n\n#### Added\n* Add progress bar for download frps tar file \n[Issue 101](https://github.com/mvscode/frps-onekey/issues/101)\n\n#### Fixed\n* fix typo\n\n### [1.0.6] - 2024-06-25\n\n#### Added\n* Add new server os to support, RHEL,Rocky,AlmaLinux OS.\n\n* Add new server os on frps.init file\n\n#### Fixed\n* fix check server os version script bug\n\n### [1.0.5] - 2024-06-19\n\n#### Added\n* Add quic of transport protocol support,server port default same as https port.\n\n* Add user-defined functions for the kcp bind port,server port default same as bind port.\n\n#### Fixed\n* Fix the script under frps server start faild still install complete bug.\n\n### [1.0.4] - 2024-06-18\n\n#### Updated\n* Add trace option at log level, default is info\n\n* Update shell update function, ask the user if they want to update\n\n#### New\n* frps support transport heartbeatTimeout = 90, default is enable\n\n### [1.0.3] - 2024-06-16\n\n#### Amendment\n* Amend function name to frps\n\n#### Changed\n* Change curl command to get server ip from wget command [Issue 117](https://github.com/mvscode/frps-onekey/issues/117)\n\n### [1.0.2] - 2024-06-13\n\n#### Update\n* Update frp server config format to follow up the latest version.\n  ```\n  bind_addr --\u003e bindAddr\n  bind_port --\u003e bindPort\n  kcp_bind_port --\u003e kcpBindPort\n  etc..\n  ```\n\n### [1.0.1] - 2024-06-07\n\n#### Changed\n* frps program config file change to frps.toml from frps.int\n\n\n\n\n\n\n\n \n\n \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMvsCode%2Ffrps-onekey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMvsCode%2Ffrps-onekey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMvsCode%2Ffrps-onekey/lists"}