Added Gitea egg

This commit is contained in:
Mario Franze
2021-07-07 22:03:04 +02:00
parent 746bbb3e98
commit f4e0329bb9
2 changed files with 61 additions and 0 deletions

11
software/gitea/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Gitea
[Gitea](https://gitea.io/en-us/) is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
### Server Ports
Ports required to run the server in a table format.
| Port | default |
| ---- | ------- |
| App | 3000 |
| SSH | 22 |