snippetbashTip
gitea — Administer Gitea, a lightweight Git hosting server. Requires a configured `app.ini` file or environm
Viewed 0 times
commandlightweightclihostinggiteaadministergit
Problem
How to use the
gitea command: 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>.Solution
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 webCreate the necessary database schema and tables:
gitea migrateRun administrative subcommands for user management or authentication management:
gitea admin {{user list}}Display help for a specific subcommand:
gitea {{admin}} --helpDisplay help:
gitea helpDisplay version:
gitea --versionCode Snippets
Run the Gitea web server using the default configuration
gitea webCreate the necessary database schema and tables
gitea migrateRun administrative subcommands for user management or authentication management
gitea admin {{user list}}Display help for a specific subcommand
gitea {{admin}} --helpDisplay help
gitea helpContext
tldr-pages: common/gitea
Revisions (0)
No revisions yet.