{"id":14973938,"url":"https://github.com/nueck/brave","last_synced_at":"2025-10-06T23:28:49.038Z","repository":{"id":91815806,"uuid":"605962453","full_name":"Nueck/brave","owner":"Nueck","description":"brave  使用Rust+vue3+TS 实现的一个多用户的独立博客","archived":false,"fork":false,"pushed_at":"2023-05-12T12:16:46.000Z","size":2111,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T02:33:51.782Z","etag":null,"topics":["blog","blog-system","naive-ui","pgsql","rust","shared-blog","ts","vue3"],"latest_commit_sha":null,"homepage":"https://github.com/Nueck/brave","language":"Rust","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/Nueck.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":"2023-02-24T09:33:07.000Z","updated_at":"2023-08-10T12:14:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ca4fcbe-bf3b-4c71-8671-da2570871732","html_url":"https://github.com/Nueck/brave","commit_stats":{"total_commits":163,"total_committers":2,"mean_commits":81.5,"dds":0.006134969325153339,"last_synced_commit":"811dc1526e03854010f230241092080ba87d6b88"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nueck%2Fbrave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nueck%2Fbrave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nueck%2Fbrave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nueck%2Fbrave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nueck","download_url":"https://codeload.github.com/Nueck/brave/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238437662,"owners_count":19472461,"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":["blog","blog-system","naive-ui","pgsql","rust","shared-blog","ts","vue3"],"created_at":"2024-09-24T13:49:42.631Z","updated_at":"2025-10-06T23:28:43.985Z","avatar_url":"https://github.com/Nueck.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Brave\n\n项目的诞生的原因是现在个人搭建服务器学习成本比较高，需要学习nginx等。虽然目前有wordpass等博客管理可以一键搭建，但是也需要购买个人服务器。于是Brave想法诞生了，一个服务器搭建，多人可以共享，但又不像知乎，小红书一样，这里将给予每个用户有着和个人博客的独立性和扩展性，将更多的自定义交给用户。\n\n### 🥶项目开发计划\n\n- [x] 登陆功能\n- [x] 邮箱验证码登陆\n- [x] 注册功能\n- [x] 忘记密码找回\n- [x] 权限控制\n- [x] 主页渲染(渲染是最初形态，这一部分计划后期是模板化)\n- [x] 后台管理Vue项目加载\n- [x] 初始化接口（之后要优化）\n- [x] 初始化系统设置（比现在更加自定义）\n- [x] 博客渲染(渲染是最初形态)\n- [x] 用户管理\n- [ ] 留言功能\n- [ ] 皮肤管理（根据博客渲染的效果来实现）\n- [x] 文章编辑（最初阶段）\n- [x] 文章管理(最初阶段)\n- [ ] 系统整理控制\n- [ ] 系统管理中主页设置\n- [ ] 皮肤个性化主题设置\n- [ ] ...等等\n\n### 🤖 项目开发\n\n##### 克隆项目\n\n```shell\ngit clone https://github.com/Nueck/brave.git\ncd brave\n```\n\n##### 配置\n\n修改config.yaml,根据自己的需求更改相应的值\n\n修改.env的内容，本项目使用的数据库是pgsql15，可以根据自己数据库参数配置\n\n```env\n#数据库\nPG__USER=postgres\nPG__HOST=127.0.0.1\nPG__PORT=5432\nPG__DBNAME=postgres\n```\n\n可以进入后台管理项目 admin文件夹下 根据需求更改.env的配置\n\n##### 运行\n\n```\ncd admin\npnpm install \u0026\u0026 pnpm build\ncd ../\ncargo run \n```\n\n之后浏览器可以访问localhost:2078 （注:由于主页现在开发使用的第三方的模型，所以，访问/没有页面显示，也可以自行添加自己的主页到templates文件夹）\n可以使用这个仓库的模板 [template](https://github.com/Nueck/brave-template)\n\n默认访问localhost:2078/are-you到你的后台管理\n\n## License\n\n[MIT © Nueck-2023](https://github.com/Nueck/brave/blob/main/LICENSE)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnueck%2Fbrave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnueck%2Fbrave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnueck%2Fbrave/lists"}