{"id":31056580,"url":"https://github.com/jerryshell/mylist","last_synced_at":"2025-09-15T05:58:59.910Z","repository":{"id":301644555,"uuid":"1008785697","full_name":"jerryshell/mylist","owner":"jerryshell","description":"MyList 是一个开源、免费、自托管的文件存储和共享平台，让用户可以轻松上传、组织和共享文件","archived":false,"fork":false,"pushed_at":"2025-07-13T09:39:32.000Z","size":786,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-13T11:36:13.217Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mylist-tawny.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jerryshell.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}},"created_at":"2025-06-26T05:10:45.000Z","updated_at":"2025-07-13T09:39:35.000Z","dependencies_parsed_at":"2025-06-28T00:28:16.110Z","dependency_job_id":"dfdaf2c4-6e3e-4157-b81c-3b7a3757a553","html_url":"https://github.com/jerryshell/mylist","commit_stats":null,"previous_names":["jerryshell/mylist"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jerryshell/mylist","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryshell%2Fmylist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryshell%2Fmylist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryshell%2Fmylist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryshell%2Fmylist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jerryshell","download_url":"https://codeload.github.com/jerryshell/mylist/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jerryshell%2Fmylist/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275213871,"owners_count":25424887,"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-09-15T02:00:09.272Z","response_time":75,"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":[],"created_at":"2025-09-15T05:58:55.680Z","updated_at":"2025-09-15T05:58:59.874Z","avatar_url":"https://github.com/jerryshell.png","language":"TypeScript","readme":"# MyList\n\n_MyList_ 是一个开源、免费、自托管的文件存储和共享平台，让用户可以轻松上传、组织和共享文件。\n\n## 在线试用\n\n\u003chttps://mylist-tawny.vercel.app\u003e\n\n在线试用仅供演示，将不定期清空数据，请勿上传敏感文件到试用平台中，推荐每个用户部署自己的实例。\n\n## 平台功能\n\n- 用户认证：使用 Appwrite 的认证系统实现注册、登录和登出功能\n- 文件上传：轻松上传多种文件类型，包括文档、图片、视频、音频和其他，保存所有重要数据\n- 文件管理：用户可以浏览已经上传到平台中的文件，在新标签页查看、重命名或删除文件\n- 数据仪表：通过动态仪表盘一目了然地获取总体情况，展示总存储量和已用存储量、最近上传内容以及按类型分组的文件摘要\n- 全局搜索：用户可以通过强大的全局搜索功能快速在平台内查找文件和共享内容\n- 排序选项：通过按日期、名称或大小排序，高效组织文件，使文件管理变得轻松\n- 还有更多：使用最新的 React 19、Next.js 15 和 Tailwind CSS 4 驱动，Next.js 全栈代码架构确保了项目的易部署性和可重用性\n\n## 技术栈\n\n- React\n- Next.js\n- Tailwind CSS\n- TypeScript\n- Appwrite\n\n## 快速开始\n\n按照以下步骤在本地机器上设置项目：\n\n### 克隆代码仓库\n\n```bash\ngit clone https://github.com/jerryshell/mylist.git\ncd mylist\n```\n\n### 安装项目依赖\n\n```bash\nnpm install\n```\n\n### 设置环境变量\n\n在项目根目录下创建一个 `.env.local` 文件，并添加以下内容：\n\n```env\nNEXT_APPWRITE_ENDPOINT=\"\"\nNEXT_APPWRITE_PROJECT_ID=\"\"\nNEXT_APPWRITE_DATABASE_ID=\"\"\nNEXT_APPWRITE_COLLECTION_USER_FILE_ID=\"\"\nNEXT_APPWRITE_BUCKET_ID=\"\"\nNEXT_APPWRITE_API_KEY=\"\"\n```\n\n将值替换为实际的 Appwrite 凭证，可以通过在 [Appwrite](https://appwrite.io) 注册并创建新项目来获取这些凭证。\n\n具体的 Appwrite 配置请参考项目的 [appwrite.json](appwrite.json) 文件。\n\n_Appwrite 是一个开源的后端基础设施，可以使用自己的服务器进行自托管所以不用担心 [供应商锁定](https://www.cloudflare-cn.com/learning/cloud/what-is-vendor-lock-in/) 的问题。_\n\n### 运行项目\n\n```bash\nnpm run dev\n```\n\n在浏览器中打开 \u003chttp://localhost:3000\u003e 查看项目。\n\n## 项目截图\n\n\u003cimg src=\"./readme.img/1.jpg\" width=\"720\" alt=\"screenshot 1\"/\u003e\n\n\u003cimg src=\"./readme.img/2.jpg\" width=\"720\" alt=\"screenshot 2\"/\u003e\n\n## 开源协议\n\n[GNU Affero General Public License v3.0](LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryshell%2Fmylist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjerryshell%2Fmylist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjerryshell%2Fmylist/lists"}