📃 docs: 初步完善
This commit is contained in:
33
docs/services/2025-09-26_gitea.md
Normal file
33
docs/services/2025-09-26_gitea.md
Normal 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
|
||||
Reference in New Issue
Block a user