commit 0b38b20d0a8b6c33d66c0c690cded2846e168082 Author: YAMI Date: Sat Jun 27 01:11:35 2026 +0800 init: Yami 自建 Git 的第一个仓库 diff --git a/README.md b/README.md new file mode 100644 index 0000000..be3a16b --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Hello Mio + +Yami 的自建 Git 服务。 + +## 架构 + +``` +你的电脑 ──HTTPS──▶ git.mio.ski ──SSH 隧道──▶ Mac (Gitea) +``` + +- 证书:Let's Encrypt 自动续签 +- 代码全程不过第三方 + +## 用法 + +```bash +git clone https://git.mio.ski/yami/hello-mio.git +``` diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..ac13df2 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hey yami! Self-hosted Git is alive~") diff --git a/secret.txt b/secret.txt new file mode 100644 index 0000000..ca138ee --- /dev/null +++ b/secret.txt @@ -0,0 +1 @@ +这个文件包含私密数据,仅你有权限访问