From 0b38b20d0a8b6c33d66c0c690cded2846e168082 Mon Sep 17 00:00:00 2001 From: YAMI Date: Sat, 27 Jun 2026 01:11:35 +0800 Subject: [PATCH] =?UTF-8?q?init:=20Yami=20=E8=87=AA=E5=BB=BA=20Git=20?= =?UTF-8?q?=E7=9A=84=E7=AC=AC=E4=B8=80=E4=B8=AA=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++++++++ hello.py | 1 + secret.txt | 1 + 3 files changed, 20 insertions(+) create mode 100644 README.md create mode 100644 hello.py create mode 100644 secret.txt 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 @@ +这个文件包含私密数据,仅你有权限访问