{"id":25157526,"url":"https://github.com/ponycool/navigation","last_synced_at":"2026-04-10T23:47:01.054Z","repository":{"id":276441245,"uuid":"929271429","full_name":"ponycool/navigation","owner":"ponycool","description":"酷码导航，简洁易用的网址导航","archived":false,"fork":false,"pushed_at":"2025-03-26T08:32:01.000Z","size":24419,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T09:36:16.143Z","etag":null,"topics":["arco-design","ci","ci4","codeigniter","codeigniter4","nav","navigation","php","php8","react","website-navigation"],"latest_commit_sha":null,"homepage":"https://ponycool.com/navigation/index","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ponycool.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}},"created_at":"2025-02-08T06:35:37.000Z","updated_at":"2025-03-26T08:32:07.000Z","dependencies_parsed_at":"2025-03-26T09:37:20.112Z","dependency_job_id":null,"html_url":"https://github.com/ponycool/navigation","commit_stats":null,"previous_names":["ponycool/navigation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponycool%2Fnavigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponycool%2Fnavigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponycool%2Fnavigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ponycool%2Fnavigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ponycool","download_url":"https://codeload.github.com/ponycool/navigation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246998165,"owners_count":20866691,"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","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":["arco-design","ci","ci4","codeigniter","codeigniter4","nav","navigation","php","php8","react","website-navigation"],"created_at":"2025-02-09T01:23:31.824Z","updated_at":"2026-04-10T23:47:01.041Z","avatar_url":"https://github.com/ponycool.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://cms.ponycool.com\"\u003e\n    \u003cimg src=\"https://cdn.static.ponycool.com/img/navigation/favicon/favicon.svg\" width=\"130\" /\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003cb\u003e酷码导航\u003c/b\u003e\n  \u003cp align=\"center\"\u003e简洁易用的网址导航\u003c/p\u003e\n  \u003cp align=\"center\"\u003e借助成熟的 Codeigniter4 与 React 技术栈，结合后端框架的高效数据处理能力与前端框架的出色交互体验，确保系统稳定运行。\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"README_EN.md\"\u003e\u003cimg alt=\"english\" src=\"https://img.shields.io/static/v1.svg?label=\u0026message=English\u0026style=flat-square\u0026color=ff5000\"\u003e\u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/github/v/release/ponycool/navigation\" /\u003e\n    \u003ca href=\"https://github.com/ponycool/navigation/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/ponycool/navigation\" alt=\"Stars\"/\u003e\u003c/a\u003e\n    \u003cimg alt=\"Codeigniter4\" src=\"https://img.shields.io/static/v1.svg?label=\u0026message=Codeigniter4\u0026style=flat-square\u0026color=C82B38\"\u003e\n    \u003cimg alt=\"React\" src=\"https://img.shields.io/static/v1.svg?label=\u0026message=React\u0026style=flat-square\u0026color=C82B38\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/ponycool/navigation\" /\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n## 酷码导航\n\n基于Codeigniter4和React简洁易用的网址导航\n\n[官网](https://nav.ponycool.com)\n\n## 预览\n\n![预览](https://cdn.static.ponycool.com/img/navigation/screenshot/screenshot.gif)\n\n\u003e 预览图由 [PicRoll（瞬动）](https://tools.ponycool.com/pic-roll/index) 创建\n\n## 安装\n\n### 系统要求\n\n我们推荐服务器运行PHP 8.3或更高版本；数据库软件默认SQLite3，也可采用MySQL 5.7或更高版本、MariaDB 10.3或更高版本。\n我们也推荐Apache或Nginx作为运行酷码导航的可靠选项，但您也可以选择其他HTTP服务器软件。\n\n### 使用docker运行\n\n```shell\nsudo docker run -d --restart=unless-stopped -p 80:80 ponycool/navigation:latest\n# 国内源\nsudo docker run -d --restart=unless-stopped -p 80:80 registry.cn-qingdao.aliyuncs.com/ponycool/navigation:latest\n\n# 数据持久化，请使用具名挂载的方式进行挂载\ndocker run -d -p 80:80 -v navigation-data:/opt/navigation/writable/data --name navigation ponycool/navigation:latest\n# 国内源\ndocker run -d -p 80:80 -v navigation-data:/opt/navigation/writable/data --name navigation registry.cn-qingdao.aliyuncs.com/ponycool/navigation:latest\n```\n\n## 使用\n\n### 访问\n\n安装成功后，通过浏览器访问酷码导航\n\n```\n# 前台\n地址: http://\u003c服务器IP地址\u003e:\u003c服务运行端口\u003e\n# 后台\n地址: http://\u003c服务器IP地址\u003e:\u003c服务运行端口\u003e/admin/\n用户名: admin\n密码: admin123!\n```\n\n### 配置\n\nJWT密钥，必须为32位随机字符串，示例如下：\n\njwt.secret = 0W************IZAa\n\n### 编译镜像\n\n```shell\n# 编译镜像\nmake build\n# 编译指定版本镜像\n# make -e version=1.0.0 build\n# 手动本地编译镜像\n# docker build -t ponycool/navigation:latest .\n# 查看已经安装PHP模块，容器内执行\n# php -m\n# 镜像测试端口8080\n# docker run -it --rm -p 9000:8080 --name navigation ponycool/navigation:latest\n```\n\n## 支持\n\n[Website](https://ponycool.com/navigation/index)\n\n[issue](https://github.com/ponycool/navigation/issues)\n\nMail:pony@ponycool.com\n\n## 鸣谢\n\n[CodeIgniter4](https://github.com/codeigniter4/CodeIgniter4)\n\n[Arco Design](https://github.com/arco-design/arco-design)\n\n[React](https://reactjs.org/)\n\n[Twig](https://twig.symfony.com/)\n\n[UUID](https://github.com/ramsey/uuid)\n\n[JetBrains](https://www.jetbrains.com/)\n\n\u003cimg alt=\"JetBrains\" height=\"80\" src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png\" width=\"80\"/\u003e\n\n## License\n\nFor commercial sites, themes, projects, and applications, keep your source code private/proprietary by purchasing a [Commercial License](https://ponycool.com/navigation/price).\n\nLicensed under the GNU General Public License 3.0 for compatible open source projects and non-commercial use.\n\nCopyright 2025-present PonyCool","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fponycool%2Fnavigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fponycool%2Fnavigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fponycool%2Fnavigation/lists"}