{"id":13595663,"url":"https://github.com/snowdreamtech/frp","last_synced_at":"2026-01-12T03:11:45.204Z","repository":{"id":65555237,"uuid":"193521628","full_name":"snowdreamtech/frp","owner":"snowdreamtech","description":"Docker Images for Frp.    ","archived":false,"fork":false,"pushed_at":"2025-12-25T14:41:26.000Z","size":511,"stargazers_count":849,"open_issues_count":1,"forks_count":117,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-12-27T01:53:21.489Z","etag":null,"topics":["docker","frp"],"latest_commit_sha":null,"homepage":"https://github.com/snowdreamtech/frp","language":"Dockerfile","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/snowdreamtech.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-06-24T14:29:20.000Z","updated_at":"2025-12-25T14:41:29.000Z","dependencies_parsed_at":"2023-02-09T03:01:03.339Z","dependency_job_id":"6d7f52d8-c5f6-41e7-941a-d411e9a6ef12","html_url":"https://github.com/snowdreamtech/frp","commit_stats":null,"previous_names":[],"tags_count":72,"template":false,"template_full_name":null,"purl":"pkg:github/snowdreamtech/frp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowdreamtech%2Ffrp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowdreamtech%2Ffrp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowdreamtech%2Ffrp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowdreamtech%2Ffrp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/snowdreamtech","download_url":"https://codeload.github.com/snowdreamtech/frp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/snowdreamtech%2Ffrp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28333066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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":["docker","frp"],"created_at":"2024-08-01T16:01:55.061Z","updated_at":"2026-01-12T03:11:45.199Z","avatar_url":"https://github.com/snowdreamtech.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# frp\n\n![Docker Image Version](https://img.shields.io/docker/v/snowdreamtech/frps)\n![Docker Image Size](https://img.shields.io/docker/image-size/snowdreamtech/frps/latest)\n![Docker Pulls](https://img.shields.io/docker/pulls/snowdreamtech/frps)\n![Docker Stars](https://img.shields.io/docker/stars/snowdreamtech/frps)\n\n\n![Docker Image Version](https://img.shields.io/docker/v/snowdreamtech/frpc)\n![Docker Image Size](https://img.shields.io/docker/image-size/snowdreamtech/frpc/latest)\n![Docker Pulls](https://img.shields.io/docker/pulls/snowdreamtech/frpc)\n![Docker Stars](https://img.shields.io/docker/stars/snowdreamtech/frpc)\n\nDocker Images for Frp Based on Alpine and Debian.\n\n (amd64, arm32v5, arm32v6, arm32v7, arm64v8, i386, mips64le, ppc64le,riscv64, s390x)\n \n### [Documentation](https://gofrp.org/en/)\n### [中文文档](https://gofrp.org/zh-cn/docs/)\n\n## Usage\n\n### Basic\n\n```bash\ndocker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps\ndocker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc\n```\n\n### Alpine\n\n```bash\ndocker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:alpine\ndocker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:alpine\n```\n\n### Debian\n\n```bash\ndocker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:debian\ndocker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:debian\n```\n\n```bash\ndocker run --restart=always --network host -d -v /etc/frp/frps.toml:/etc/frp/frps.toml --name frps snowdreamtech/frps:trixie\ndocker run --restart=always --network host -d -v /etc/frp/frpc.toml:/etc/frp/frpc.toml --name frpc snowdreamtech/frpc:trixie\n```\n\n## Quick reference\n\n* Where to file issues:\n\n[https://github.com/snowdreamtech/frp/issues](https://github.com/snowdreamtech/frp/issues)\n\n* Where to join discussions:\n\n[https://github.com/snowdreamtech/frp/discussions](https://github.com/snowdreamtech/frp/discussions)\n\n* Maintained by:\n\nsnowdream \u003csn0wdr1am@qq.com\u003e\n\n* Supported architectures: ([more info](https://github.com/docker-library/official-images#architectures-other-than-amd64))\n\nAlpine (linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x)\n\nDebian (linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64,linux/mips64le,linux/ppc64le,linux/s390x)\n\n* Supported Tags:\n\nAlpine:\n\n    - latest\n    - 0.62-alpine3.22\n    - 0.66.0-alpine3.22\n    - 0.62-alpine\n    - 0.66.0-alpine\n    - alpine3.22\n    - alpine\n    - 0.62\n    - 0.66.0\n\nDebian:\n\n    - trixie\n    - debian\n    - 0.62-trixie\n    - 0.66.0-trixie\n    - 0.62-debian\n    - 0.66.0-debian\n\n## Ads\n\n1. [腾讯云](https://cloud.tencent.com/act/cps/redirect?redirect=2446\u0026cps_key=d09c5e921f9fcf4ac9516564262f3b99\u0026from=console)\n1. [阿里云](https://www.aliyun.com/minisite/goods?userCode=dbgo15cy)\n1. [华为云](https://activity.huaweicloud.com/cps.html?fromacct=7766b6ea-375c-416d-9ca5-bdbef333b645\u0026utm_source=V1g3MDY4NTY=\u0026utm_medium=cps\u0026utm_campaign=201905)\n1. [Bandwagonhost/搬瓦工](https://bandwagonhost.com/aff.php?aff=41583)\n1. [Vultr](https://www.vultr.com/?ref=7265819)\n\n## Contact (备注：frp)\n\n* Email: sn0wdr1am@qq.com\n* QQ: 3217680847\n* QQ群: 949022145\n* WeChat/微信群: sn0wdr1am\n\n## Website\n\n1. [fatedier/frp](https://github.com/fatedier/frp)\n1. [snowdreamtech/frp](https://github.com/snowdreamtech/frp)\n1. [frpc images on Github](https://github.com/snowdreamtech/frp/pkgs/container/frpc) \n1. [frps images on Github](https://github.com/snowdreamtech/frp/pkgs/container/frps)\n1. [frpc images on Docker Hub ](https://hub.docker.com/r/snowdreamtech/frpc) \n1. [frps images on Docker Hub ](https://hub.docker.com/r/snowdreamtech/frps)\n\n## License\n\nMIT\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=snowdreamtech/frp\u0026type=Date)](https://star-history.com/#snowdreamtech/frp\u0026Date)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowdreamtech%2Ffrp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnowdreamtech%2Ffrp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnowdreamtech%2Ffrp/lists"}