# @name Forgejo # @desc Self-hosted Git service (Gitea fork) # @url https://forgejo.org # @port FORGEJO_HTTP_PORT # Web and SSH access ports FORGEJO_HTTP_PORT=3000 FORGEJO_SSH_PORT=2223 # Public URL — set this to your domain when behind a reverse proxy FORGEJO_ROOT_URL=http://localhost:3000