Skip to main content

Codeberg Container Registry

⚡ Active by Default

The codeberg registry module connects to Codeberg's container registry (codeberg.org).

Zero-Config for Public Images

Public packages work out of the box with zero configuration. Configure this module to monitor private repositories or avoid anonymous rate limits.


⚙️ Configuration Variables

WUD_REGISTRY_CODEBERG_{registry_name}_LOGIN
Requiredstring

Codeberg username

Allowed values:Required when password/token is provided
WUD_REGISTRY_CODEBERG_{registry_name}_PASSWORD
Requiredstring

Codeberg password or Personal Access Token (PAT)

Allowed values:Required when username is provided
WUD_REGISTRY_CODEBERG_{registry_name}_AUTH
Optionalstring

Direct Base64-encoded username:password string

Allowed values:Base64-encoded username:password (mutually exclusive with LOGIN/PASSWORD)

🚀 Examples

Authenticate for Private Codeberg Packages

services:
whatsupdocker:
image: getwud/wud
environment:
- WUD_REGISTRY_CODEBERG_LOCAL_LOGIN=johndoe
- WUD_REGISTRY_CODEBERG_LOCAL_PASSWORD=codeberg_secret_token