{"id":13456376,"url":"https://github.com/kuaifan/dootask","last_synced_at":"2026-07-20T16:00:45.217Z","repository":{"id":37420390,"uuid":"400984450","full_name":"kuaifan/dootask","owner":"kuaifan","description":"DooTask是一款开源在线项目任务管理工具，提供各类文档协作工具、在线思维导图、在线流程图、项目管理、任务分发、即时IM，文件管理等工具；同时消息功能使用非对称加密技术让你的沟通更安全。","archived":false,"fork":false,"pushed_at":"2026-07-14T10:00:05.000Z","size":362405,"stargazers_count":5526,"open_issues_count":163,"forks_count":1061,"subscribers_count":68,"default_branch":"pro","last_synced_at":"2026-07-14T11:30:12.206Z","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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2021-08-29T07:59:27.000Z","updated_at":"2026-07-14T09:47:17.000Z","dependencies_parsed_at":"2024-01-21T09:40:39.905Z","dependency_job_id":"660b1871-6632-4165-8ebd-babd5549cad3","html_url":"https://github.com/kuaifan/dootask","commit_stats":null,"previous_names":[],"tags_count":292,"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":35691542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"ssl_error","status_checked_at":"2026-07-20T02:08:09.736Z","response_time":111,"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":["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-07-20T16:00:45.212Z","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## 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- Database: MariaDB (provided by the default Docker Compose `mariadb` service)\n- Special Note: Windows users can install Linux environment using WSL2 before installing DooTask.\n\n### Deploy Project\n\n**Option 1: One-line script (recommended)**\n\nRun it in an empty directory to clone and install automatically; run it inside an existing installation to check and upgrade:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/kuaifan/dootask/pro/bin/install | bash\n```\n\n**Option 2: Manual deployment**\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\nRecommended: use the one-line script (run it inside an existing installation; it pulls the latest code and finishes the upgrade in a single run):\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/kuaifan/dootask/pro/bin/install | bash\n```\n\nOr use the local command:\n\n```bash\n./cmd update\n```\n\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 the MariaDB database\n\n```bash\n# Run command in the old project\n./cmd mysql backup\n```\n\n\u003e `./cmd mysql` is the CLI subcommand name; backups run against the MariaDB container.\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"}