mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-15 06:27:23 +08:00
19 lines
520 B
Markdown
19 lines
520 B
Markdown
|
# Forgejo
|
||
|
|
||
|
[Forgejo](https://forgejo.org/) is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
|
||
|
|
||
|
## Supported Versions
|
||
|
You can set the version in Version variable. You can use following values:
|
||
|
|
||
|
latest - latest stable release
|
||
|
version - set the version according to this page: https://forgejo.org/releases/
|
||
|
|
||
|
## Server Ports
|
||
|
|
||
|
Ports required to run the server in a table format.
|
||
|
|
||
|
| Port | default |
|
||
|
| ---- | ------- |
|
||
|
| App | 3000 |
|
||
|
| SSH | 2020 |
|