Configurazione Iniziale

Se stai usando Gitea con Docker, leggi la documentazione prima di cambiare qualsiasi impostazione.

Impostazioni Database

Gitea requires MySQL, PostgreSQL, MSSQL, SQLite3 or TiDB (MySQL protocol).

Lascia vuoto per il valore predefinito del database ("public").
Percorso file del database SQLite3.
Inserisci un percorso assoluto se stai usando Gitea come servizio.

Impostazioni Generali

Qui puoi inserire il nome della tua società.
Le Remote Git repositories saranno salvate in questa directory.
I file trovati da Git LFS saranno salvati in questa directory. Lasciare vuoto per disattivare.
The operating system username that Gitea runs as, it must have write access to the data paths. This value is auto-detected and cannot be changed here. To use a different user, restart Gitea under that account.
Dominio o indirizzo host per il server.
Numero di porta in ascolto sul server SSH. Lasciare vuoto per disattivare.
Port number the Gitea web server will listen on.
URL di base per gli HTTP(S) clone URLs e notifiche email.
I file di log saranno scritti in questa directory.
Checks for new version releases periodically by connecting to gitea.io.

Impostazioni Facoltative

Impostazioni Email
Indirizzo Email che Gitea utilizzerà. Inserisci un indirizzo email o usa il formato "Name" <email@example.com>.
Impostazioni Server e Servizi di Terza Parte
Nome dominio per utenti con un indirizzo email nascosto. Ad esempio, il nome utente 'joe' accederà a Git come 'joe@noreply.example.org' se il dominio email nascosto è impostato a 'noreply.example.org'.
Set the password hashing algorithm. Algorithms have differing requirements and strengths. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems.
Impostazioni Account Amministratore

Creare un account amministratore è opzionale. Il primo utente registrato sarà automaticamente un amministratore.

These configuration options will be written into: /etc/gitea/app.ini