StruxaEggs Explorer

Forgejo

Application

Forgejo is a community managed lightweight code hosting solution written in Go. It is published under the MIT license, and is a fork of Gitea.

Author: seaswimmerthefsh@gmail.comSource: pterodactyl/application-eggsUpdated: 5/24/2026

Startup Command

./forgejo web -p {{SERVER_PORT}} -c ./app.ini

Docker Images

LabelImage
Debianghcr.io/ptero-eggs/yolks:debian

Environment Variables

NameVariableDefaultRules
Disable SSH
Disable the SSH feature when it’s not available.
DISABLE_SSHfalserequired|string|in:true,false
SSH Port
SSH port displayed in clone URL.
SSH_PORT2020required|integer|between:1024,65535
Version
Use either `latest` or a specific version, such as `1.21.7-0`.
VERSIONlatestrequired|string|max:15