Skip to content

gitea: add page #17323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Jul 24, 2025
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions pages.it/common/gitea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# gitea

> Uno strumento da riga di comando per amministrare Gitea, un server Git leggero e autogestito.
> Richiede un file `app.ini` configurato o variabili d'ambiente.
> Maggiori informazioni: <https://docs.gitea.com/administration/command-line>.

- Avvia il server web Gitea usando la configurazione predefinita:

`gitea web`

- Crea lo schema e le tabelle nel database:

`gitea migrate`

- Esegui comandi amministrativi integrati (come la gestione utenti):

`gitea admin user list`

- Mostra la guida di un sottocomando specifico:

`gitea admin --help`

- Mostra la pagina di aiuto:

`gitea help`

- Mostra la versione:

`gitea --version`
29 changes: 29 additions & 0 deletions pages/common/gitea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# gitea

> Administer Gitea, a lightweight Git hosting server.
> Requires a configured `app.ini` file or environment variables.
> More information: <https://docs.gitea.com/administration/command-line>.

- Run the Gitea web server using the default configuration:

`gitea web`

- Create the necessary database schema and tables:

`gitea migrate`

- Run built-in admin commands (like user management):

`gitea admin user list`

- Display help for a specific subcommand:

`gitea {{admin}} --help`

- Display help:

`gitea help`

- Display version:

`gitea --version`