# gitnote **Repository Path**: smilesnail/gitnote ## Basic Information - **Project Name**: gitnote - **Description**: GitNote 是一款 AI 驱动的现代笔记应用,将你的笔记安全存储在 Git 仓库中。支持 Web 在线编辑,随时随地记录灵感,数据完全由你掌控。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://gitnote.me - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-05 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## GitNote.Me - Git笔记 ### 应用部署 - 构建镜像 ```shell docker build -t gitnote:latest . ``` - 导出镜像 ```shell docker save -o gitnote_latest.tar gitnote:latest ``` - 上传镜像 ```shell mkdir /opt/images cd /opt/images/ rz ``` - 导入镜像 ```shell docker load -i gitnote_latest.tar ``` - 启动服务 ```shell docker run --name gitnote --restart=always -p 3007:3000 gitnote:latest ```