{"id":13456376,"url":"https://github.com/kuaifan/dootask","last_synced_at":"2026-06-05T01:01:17.002Z","repository":{"id":37420390,"uuid":"400984450","full_name":"kuaifan/dootask","owner":"kuaifan","description":"DooTask是一款开源在线项目任务管理工具，提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM，文件管理等工具；同时消息功能使用非对称加密技术让你的沟通更安全。","archived":false,"fork":false,"pushed_at":"2026-01-16T01:43:37.000Z","size":356818,"stargazers_count":5400,"open_issues_count":155,"forks_count":1047,"subscribers_count":68,"default_branch":"pro","last_synced_at":"2026-01-17T00:43:10.829Z","etag":null,"topics":["dootask","project-management","project-manager","remote-work","task-management-system","task-manager","team-chat","to-do","todo"],"latest_commit_sha":null,"homepage":"https://www.dootask.com","language":"PHP","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/kuaifan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-08-29T07:59:27.000Z","updated_at":"2026-01-16T14:30:57.000Z","dependencies_parsed_at":"2024-01-21T09:40:39.905Z","dependency_job_id":"2d03f5dd-f111-443f-87fb-83e838482fe6","html_url":"https://github.com/kuaifan/dootask","commit_stats":null,"previous_names":[],"tags_count":278,"template":false,"template_full_name":null,"purl":"pkg:github/kuaifan/dootask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuaifan%2Fdootask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuaifan%2Fdootask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuaifan%2Fdootask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuaifan%2Fdootask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuaifan","download_url":"https://codeload.github.com/kuaifan/dootask/tar.gz/refs/heads/pro","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuaifan%2Fdootask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561592,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["dootask","project-management","project-manager","remote-work","task-management-system","task-manager","team-chat","to-do","todo"],"created_at":"2024-07-31T08:01:20.848Z","updated_at":"2026-01-19T04:00:53.870Z","avatar_url":"https://github.com/kuaifan.png","language":"PHP","funding_links":[],"categories":["PHP","项目管理","前端开发框架及项目"],"sub_categories":["管理面板"],"readme":"# DooTask - Open Source Task Management System\n\nEnglish | **[中文文档](./README_CN.md)**\n\n- [Screenshot Preview](./README_PREVIEW.md)\n- [Demo Site](http://www.dootask.com/)\n\n**QQ Group**\n\n- Group Number: `546574618`\n\n## 📍 Migration from 0.x to 1.x\n\n- Please ensure to back up your data before upgrading!\n- If the upgrade fails, try running `./cmd update` multiple times.\n- If you encounter \"Container xxx not found\" during upgrade, run `./cmd reup` and then execute `./cmd update`.\n- If you see a 502 error after upgrading, run `./cmd reup` to restart the services.\n- If you encounter \"Application 'xxx' not installed\" after upgrading, log in with the admin account and install the relevant applications from the App Store.\n\n## Installation Requirements\n\n- Required: `Docker v20.10+` and `Docker Compose v2.0+`\n- Supported Systems: `CentOS/Debian/Ubuntu/macOS` and other Linux/Unix systems\n- Hardware Recommendation: 2+ cores, 4GB+ memory\n- Special Note: Windows users can install Linux environment using WSL2 before installing DooTask.\n\n### Deploy Project\n\n```bash\n# 1、Clone the project to your local machine or server\n\n# Clone project from GitHub\ngit clone --depth=1 https://github.com/kuaifan/dootask.git\n# Or you can use Gitee\ngit clone --depth=1 https://gitee.com/aipaw/dootask.git\n\n# 2、Enter directory\ncd dootask\n\n# 3、One-click installation (Custom port installation: ./cmd install --port 80)\n./cmd install\n```\n\n### Reset Password\n\n```bash\n# Reset default administrator password\n./cmd repassword\n```\n\n### Change Port\n\n```bash\n# This method only changes HTTP port. For HTTPS port, please read SSL configuration below\n./cmd port 80\n```\n\n### Stop Service\n\n```bash\n./cmd down\n```\n\n### Start Service\n\n```bash\n./cmd up\n```\n\n### Development \u0026 Build\n\nPlease ensure you have installed `NodeJs 20+`\n\n```bash\n# Development mode\n./cmd dev\n   \n# Build project (This is for web client. For desktop apps, refer to \".github/workflows/publish.yml\")\n./cmd prod  \n```\n\n### SSL Configuration\n\n#### Method 1: Automatic Configuration\n\n```bash \n# Run command and follow the prompts\n./cmd https\n```\n\n#### Method 2: Nginx Proxy Configuration\n\n```bash \n# 1、Add Nginx proxy configuration\nproxy_set_header X-Forwarded-Host $http_host;\nproxy_set_header X-Forwarded-Proto $scheme;\nproxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n\n# 2、Run command (To cancel Nginx proxy configuration: ./cmd https close)\n./cmd https agent\n```\n\n## Upgrade \u0026 Update\n\n**Note: Please backup your data before upgrading!**\n\n```bash\n./cmd update\n```\n\n* Please retry if upgrade fails across major versions.\n* If you encounter 502 errors after upgrade, run `./cmd reup` to restart services.\n\n## Project Migration\n\nAfter installing the new project, follow these steps to complete migration:\n\n1、Backup original database\n\n```bash\n# Run command in the old project\n./cmd mysql backup\n```\n\n2、Copy the following files and directories from old project to the same paths in new project\n\n - `Database backup file`\n - `docker/appstore`\n - `public/uploads`\n\n3、Restore database to new project\n```bash\n# Run command in the new project\n./cmd mysql recovery\n```\n\n## Uninstall Project\n\n```bash\n./cmd uninstall\n```\n\n### More Commands\n\n```bash\n./cmd help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuaifan%2Fdootask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuaifan%2Fdootask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuaifan%2Fdootask/lists"}