Skip to main content

Grist

About

Forgejo is a self-hosted lightweight software forge.

Customizing

Customizing Forejo is typically done using the custom folder.

Use the File Manager and edit the file named /app/data/app.ini.

After editing, restart the app for the changes to take effect.

Disable registration

To disable registration, add the following section in /app/data/custom/conf/app.ini:

[service]
DISABLE_REGISTRATION = true
New OpenID users

Disabling registration also prevents new OpenID/Cloudron users from registering and logging in. Existing OpenID users are not impacted.