FOSSARIUM // APPLICATION DOSSIER
← REGISTRY

PUBLISHED ARTIFACT // forgejo

Forgejo

● HUMAN REVIEWED

Community-governed software forge

LICENSE IDENTIFIERMITSPDX License List ↗
PRIMARY DEPLOYMENTCOMPOSE
ARCHITECTURESamd64 · arm64

INDEXED SIGNALS

arm64docker-composelinux

COMPOSE-FIRST INSTALL

Docker Compose

services:
  forgejo:
    image: codeberg.org/forgejo/forgejo:11
    ports:
      - "3000:3000"
      - "222:22"
    volumes:
      - ./forgejo:/data
    restart: unless-stopped
Official installation guide ↗

OPERATIONAL PROFILE

LINUX SUPPORTSUPPORTED
RESOURCE NOTES

A small team can start with modest CPU and memory; repository storage grows with projects and Actions workloads.

DEPENDENCIES

Docker Compose, persistent repository storage, and a supported database for production use.

AUTHENTICATION

Local accounts plus OAuth2/OIDC and LDAP integration options.

BACKUP NOTES

Back up the database, repository data, configuration, and SSH keys as one recoverable set.

TRADE-OFFS

It has a smaller integration ecosystem than GitHub; advanced enterprise governance may need companion tooling.

CAPABILITIES

Git hostingpull requestsissuesActionspackagesOAuth2/OIDCLDAPwebhooks