mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-11-03 18:38:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			554 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			554 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# 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.
 | 
						|
 | 
						|
## 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
 | 
						|
 | 
						|
## Server Ports
 | 
						|
 | 
						|
Ports required to run the server in a table format.
 | 
						|
 | 
						|
| Port | default |
 | 
						|
| ---- | ------- |
 | 
						|
| App  | 3000    |
 | 
						|
| SSH  | 2020    |
 |