You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/docs/content/doc/administration
wxiaoguang 1ce51a55e3
Improve "gitea doctor" sub-command and fix "help" commands (#26072)
Replace #21790

And close #25965 by the way (it needs a separate fix for 1.20)

Major changes:

1. Move "gitea convert" to "gitea doctor conver". The old "gitea doctor"
still works as a hidden sub-command (to avoid breaking)
2. Do not write "doctor.log" by default, it's not useful in most cases
and causes bugs like 25965
3. Improve documents
4. Fix the "help" commands. Before, the "./gitea doctor" can't show the
sub-command help correctly (regression of the last cli/v2 refactoring)

After this PR:

```
./gitea help # show all sub-commands for the app
./gitea doctor # show the sub-commands for the "doctor"
./gitea doctor help # show the sub-commands for the "doctor", as above
```
2 years ago
..
_index.en-us.md Refactor docs (#23752) 2 years ago
_index.zh-cn.md Refactor docs (#23752) 2 years ago
_index.zh-tw.md Refactor docs (#23752) 2 years ago
adding-legal-pages.en-us.md Refactor docs (#23752) 2 years ago
adding-legal-pages.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
backup-and-restore.en-us.md Update path related documents (#25417) 2 years ago
backup-and-restore.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2 years ago
backup-and-restore.zh-tw.md Refactor docs (#23752) 2 years ago
cmd-embedded.en-us.md Move public asset files to the proper directory (#25907) 2 years ago
cmd-embedded.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
command-line.en-us.md Improve "gitea doctor" sub-command and fix "help" commands (#26072) 2 years ago
command-line.zh-cn.md Improve "gitea doctor" sub-command and fix "help" commands (#26072) 2 years ago
config-cheat-sheet.en-us.md Refactor to use urfave/cli/v2 (#25959) 2 years ago
config-cheat-sheet.zh-cn.md Fix all possible setting error related storages and added some tests (#23911) 2 years ago
customizing-gitea.en-us.md Serve pre-defined files in "public", add "security.txt", add CORS header for ".well-known" (#25974) 2 years ago
customizing-gitea.zh-cn.md Change branch name from master to main in some documents' links (#25126) 2 years ago
email-setup.en-us.md Refactor docs (#23752) 2 years ago
email-setup.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
environment-variables.en-us.md Update path related documents (#25417) 2 years ago
environment-variables.zh-cn.md Refactor docs (#23752) 2 years ago
external-renderers.en-us.md Move public asset files to the proper directory (#25907) 2 years ago
external-renderers.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
fail2ban-setup.en-us.md Refactor docs (#23752) 2 years ago
fail2ban-setup.zh-cn.md Refactor docs (#23752) 2 years ago
git-lfs-support.en-us.md Refactor docs (#23752) 2 years ago
git-lfs-support.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
https-support.en-us.md Refactor docs (#23752) 2 years ago
https-support.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2 years ago
logging-config.en-us.md Rewrite logger system (#24726) 2 years ago
logging-config.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
mail-templates.en-us.md Refactor docs (#23752) 2 years ago
mail-templates.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
repo-indexer.en-us.md Rewrite queue (#24505) 2 years ago
repo-indexer.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
reverse-proxies.en-us.md Remove reference to caddy v1 in docs (#24962) 2 years ago
reverse-proxies.zh-cn.md Remove unnecessary usage prefix from doc titles (#24869) 2 years ago
search-engines-indexation.en-us.md Refactor docs (#23752) 2 years ago
search-engines-indexation.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago
signing.en-us.md Refactor docs (#23752) 2 years ago
signing.zh-cn.md `zh-cn` translation for administration docs (#24881) 2 years ago