{"id":14648169,"url":"https://github.com/DemoJ/ThinNav","last_synced_at":"2025-09-08T00:32:29.705Z","repository":{"id":255852646,"uuid":"849761374","full_name":"DemoJ/ThinNav","owner":"DemoJ","description":"一个极其简洁轻便的开源网址导航站，自带后台管理系统","archived":false,"fork":false,"pushed_at":"2025-06-12T06:06:03.000Z","size":3318,"stargazers_count":210,"open_issues_count":0,"forks_count":24,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-12T07:24:46.163Z","etag":null,"topics":["daohang","nav","navigation","website"],"latest_commit_sha":null,"homepage":"https://nav.diyun.site","language":"TypeScript","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/DemoJ.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":"2024-08-30T07:38:49.000Z","updated_at":"2025-06-12T06:06:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"9cbf55c2-33ed-4fdf-91fd-77aa8b68d158","html_url":"https://github.com/DemoJ/ThinNav","commit_stats":null,"previous_names":["demoj/thinnav"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DemoJ/ThinNav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DemoJ%2FThinNav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DemoJ%2FThinNav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DemoJ%2FThinNav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DemoJ%2FThinNav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DemoJ","download_url":"https://codeload.github.com/DemoJ/ThinNav/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DemoJ%2FThinNav/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274117138,"owners_count":25225098,"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-07T02:00:09.463Z","response_time":67,"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":["daohang","nav","navigation","website"],"created_at":"2024-09-10T21:00:59.181Z","updated_at":"2025-09-08T00:32:29.697Z","avatar_url":"https://github.com/DemoJ.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# 以极简为目的的网址导航\n因为自己工作及生活中需要用到一些网址导航的页面，但找到的一些网址导航项目要么过于复杂，要么有些基础功能都没有实现（比如没有后台管理），对于非程序员非常不友好。  \n\n在ChatGPT等AI技术发展火热的今天，我想虽然自己不太会写代码，但或许也能借助AI的力量实现一个简单的项目，所以开发了这样一个自己用的上，且能检验一下自己使用ChatGPT能力的网址导航项目。  \n\n体验地址：https://nav.diyun.site  \n后台只有分类、网站编辑功能，无权限控制的功能，故暂不开放后台体验地址，需要了解的可以看后面的截图。\n\n## 使用说明\n### 本地部署\n[点击查看本地部署说明](local-deployment.md)\n\n### 使用docker compose方式部署\n首先git clone本项目，进入项目目录，执行以下命令：\n```bash\ndocker compose up -d\n```\n等待部署完成，访问http://127.0.0.1:8888\n\n### 后台管理\n后台地址默认添加后缀/admin即可：http://127.0.0.1:8888/admin  \n部署后，会自动创建一个管理员账号，账号名为admin，密码为123456   \n密码可在登录后修改。  \n后续愉快的创建分类及网址就完事了。  \n并且大部分网址的图标和描述不需要手动填写，在创建时会去自动获取该网站的图标和描述。\n\n### 忘记密码\n如果忘记密码，可进入项目目录执行以下重置密码脚本：  \n```bash\ndocker compose exec app python reset_password.py\n```\n\n### 技术栈说明\n用户端：Vue.js  \n后台管理：pureAdmin  \n后端：fastapi  \n数据库：sqlite\n\n### 项目截图\n#### 用户端\n![用户端截图](./images/用户端.jpg)\n\n#### 后台管理\n![后台修改密码](./images/后台修改密码.jpg)  \n\n![后台修改密码](./images/后台添加网址.jpg)\n\n## 致谢\n- [ChatGPT](https://chatgpt.com)\n- [pureAdmin](https://github.com/pure-admin/vue-pure-admin)\n- [设计图](https://js.design/community?category=detail\u0026type=resource\u0026id=6231c96a70f79b38da026d4e)\n- [那么，我是如何使用 ChatGPT 的](https://kenengba.com/post/3800.html)\n- 感谢一个可以随时腾讯会议帮我看代码的朋友\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDemoJ%2FThinNav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDemoJ%2FThinNav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDemoJ%2FThinNav/lists"}