{"id":37463060,"url":"https://github.com/perfree/go-fastdfs-web","last_synced_at":"2026-01-16T07:06:22.305Z","repository":{"id":34717549,"uuid":"170787680","full_name":"perfree/go-fastdfs-web","owner":"perfree","description":"Go-Fastdfs web管理平台","archived":false,"fork":false,"pushed_at":"2023-05-23T20:11:13.000Z","size":3257,"stargazers_count":490,"open_issues_count":7,"forks_count":133,"subscribers_count":23,"default_branch":"master","last_synced_at":"2023-11-07T14:22:54.911Z","etag":null,"topics":["admin","go-fastdfs","web"],"latest_commit_sha":null,"homepage":"","language":"Java","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/perfree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-15T02:11:15.000Z","updated_at":"2023-11-04T04:14:55.000Z","dependencies_parsed_at":"2023-01-15T08:45:44.820Z","dependency_job_id":null,"html_url":"https://github.com/perfree/go-fastdfs-web","commit_stats":null,"previous_names":[],"tags_count":9,"template":null,"template_full_name":null,"purl":"pkg:github/perfree/go-fastdfs-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfree%2Fgo-fastdfs-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfree%2Fgo-fastdfs-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfree%2Fgo-fastdfs-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfree%2Fgo-fastdfs-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perfree","download_url":"https://codeload.github.com/perfree/go-fastdfs-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perfree%2Fgo-fastdfs-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478004,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["admin","go-fastdfs","web"],"created_at":"2026-01-16T07:06:21.690Z","updated_at":"2026-01-16T07:06:22.300Z","avatar_url":"https://github.com/perfree.png","language":"Java","readme":"## Go-Fastdfs web管理平台\n\u003e go-fastdfs 是一个简单的分布式文件存储，具有高性能，高可靠，免维护等优点，支持断点续传，分块上传，小文件合并，自动同步，自动修复。本项目为go-fastdfs的web管理端\n\n[前往 Go-Fastdfs](https://github.com/sjqzhang/go-fastdfs)\n\n[Go-Fastdfs web管理平台 - Golang版本](https://github.com/perfree/go-fastdfs-web-go)\n\n## 简单预览图\n![控制台](./screen/01.png)\n\n![文件上传](./screen/02.png)\n\n![文件列表](./screen/03.png)\n\n![集群列表](./screen/04.png)\n\n## 注意事项\n1. 默认端口8088,修改默认端口号更改config/application.yml即可\n2. 如go-fastdfs开启了按组管理,则需要填写组名,反之不用填写\n3. 进入安装页填写集群地址时,该地址需要在go-fastdfs配置文件配置管理ip白名单,否则获取不到数据!\n4. 文件列表功能需要go-fastdfs服务版本在v1.2.8以上\n5. 遇到获取不到信息的功能,先试一下本地调用go-fastdfs接口看是否能获取到\n\n## 运行步骤\n首先需要安装java运行环境\n[下载地址](https://github.com/perfree/go-fastdfs-web/releases)\n\n### Docker安装运行\n```shell script\ndocker run --name fastdfsweb -d -p 8088:8088 perfree/fastdfsweb\n```\n\n### Windows运行\n解压压缩包后,直接运行start.bat\n### Linux运行\n解压压缩包后,运行脚本,命令如下:\n```\n1.运行\n./goFastDfsWeb.sh start\n2.查看运行状态\n./goFastDfsWeb.sh status\n3.重新启动\n./goFastDfsWeb.sh restart\n4.停止\n./goFastDfsWeb.sh stop\n```\n如遇到-bash: ./goFastDfsWeb.sh: /bin/bash^M: 坏的解释器: 没有那个文件或目录错误,则执行以下命令再运行\n```bash\nsed -i 's/\\r//' ./goFastDfsWeb.sh\n```\n\n## 开发说明\n项目使用SpringBoot,Mybatis-Plus,Shiro进行开发,为方便后期用户安装,数据库采用Sqlite.\n\n## 打包方式\n1. maven运行mvn clean package\n2. 完成之后得到jar,zip,tar.gz三种格式文件\n## 支持\n![微信](./screen/wechat.jpg)\n\n![支付宝](./screen/alipay.jpg)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfree%2Fgo-fastdfs-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperfree%2Fgo-fastdfs-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperfree%2Fgo-fastdfs-web/lists"}