Basic Configuration

Initial Gitea setup with restricted permissions for configuration.

Navigate to: {REVERSE PROXY URI}/install.

Database Settings

Database Settings

Database

postgres

Host

{IP}:5432

Database Name

gitea

Username

USER

Password

PASS

SSL

DISABLE

Use specific postgres settings according to your installation.

Updated: None

General Settings

General Settings

Site Title

SITE

Repository Root Path

/data/git/repositories

Git LFS Root Path

/data/git/lfs

Run As Username

git

SSH Server Domain

LOCALHOST

SSH Server Port

22

Gitea HTTP Listen Port

3000

Gitea Base URL

https://{YOUR SUBDOMMAIN OR DOMAIN/PATH}/

Log Path

/data/gitea/log

Warning

If the base URL in web admin configuration page is not set to your domain, it will appear that everything is working, however intersite links will fail (such as issue updates). This can be changed by editing gitea_root_url file post initial configuration.

Updated: None

Optional Settings

Optional Settings

Enable Local Mode

Disable Gravatar

Enable Federated Avatars

Enable OpenID Sign-In

Disable Self-Registration

Allow Registration Only Through External Services

Enable OpenID Self-Registration

Enable CAPTCHA

Require Sign-In to View Pages

Hide Email Addresses by Default

Allow Creation of Organizations by Default

Enable Time Tracking by Default

Hidden Email Domain

users.noreply.{DOMAIN}

Administrator Account Settings

› Administration Username

USER

› Password

PASS

› Confirm Password

PASS

› Email Address

EMAIL

Updated: None