📃 docs: 初步完善

This commit is contained in:
2025-09-26 22:36:38 +08:00
parent 0e2e2a7ea5
commit bc06a0f665
18 changed files with 559 additions and 26 deletions

View File

@@ -0,0 +1,33 @@
---
sidebar_position: 4
sidebar_label: 'gitea git仓库托管平台'
title: 'gitea git仓库托管平台'
---
## 概述
一个界面和操作都类似github的平台
这里是私有化部署的,也就是数据存储和控制权全都在本地机器上,
一般的话其实应该用不着这玩意儿大家直接用github就好了
如果想用的话可以试一下,
## 服务网址
http://gitea.lab.net
支持公网访问:
http://106.14.17.86:11101
> 注意:内网的 http://gitea.lab.net 同时支持http协议的仓库地址和ssh协议的仓库地址例如
>
> - http://gitea.lab.net/sayurinana/huse-lab.git
>
> - git@gitea.lab.net:sayurinana/huse-lab.git
>
> 但公网的 http://106.14.17.86:11101 仅支持http协议的仓库地址
>
> - http://106.14.17.86:11101/sayurinana/huse-lab.git