2021-07-08 04:03:04 +08:00
|
|
|
# Gitea
|
2021-12-10 02:15:27 +08:00
|
|
|
|
2021-07-08 04:03:04 +08:00
|
|
|
[Gitea](https://gitea.io/en-us/) is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
|
|
|
|
|
2023-01-24 00:49:23 +08:00
|
|
|
## Supported Versions
|
|
|
|
You can set the version in Version variable. You can use following values:
|
|
|
|
|
|
|
|
latest - latest stable release
|
|
|
|
nightly - latest Github master branch
|
|
|
|
version - set the version according this page: https://dl.gitea.io/gitea
|
|
|
|
|
2021-12-10 02:15:27 +08:00
|
|
|
## Server Ports
|
2021-07-08 04:03:04 +08:00
|
|
|
|
|
|
|
Ports required to run the server in a table format.
|
|
|
|
|
|
|
|
| Port | default |
|
|
|
|
| ---- | ------- |
|
|
|
|
| App | 3000 |
|
2021-12-10 02:15:27 +08:00
|
|
|
| SSH | 2020 |
|