mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.0 KiB
54 lines
2.0 KiB
7 years ago
|
---
|
||
7 years ago
|
date: "2018-05-21T15:00:00+00:00"
|
||
7 years ago
|
title: "Support Options"
|
||
2 years ago
|
slug: "support"
|
||
1 year ago
|
sidebar_position: 20
|
||
4 years ago
|
toc: false
|
||
7 years ago
|
draft: false
|
||
2 years ago
|
aliases:
|
||
|
- /en-us/seek-help
|
||
7 years ago
|
menu:
|
||
|
sidebar:
|
||
|
parent: "help"
|
||
|
name: "Support Options"
|
||
1 year ago
|
sidebar_position: 20
|
||
2 years ago
|
identifier: "support"
|
||
7 years ago
|
---
|
||
|
|
||
|
# Support Options
|
||
|
|
||
1 year ago
|
- [Paid Commercial Support](https://about.gitea.com/)
|
||
6 years ago
|
- [Discord](https://discord.gg/Gitea)
|
||
7 years ago
|
- [Discourse Forum](https://discourse.gitea.io/)
|
||
7 years ago
|
|
||
6 years ago
|
**NOTE:** When asking for support, it may be a good idea to have the following available so that the person helping has all the info they need:
|
||
|
|
||
2 years ago
|
1. Your `app.ini` (with any sensitive data scrubbed as necessary).
|
||
|
2. The Gitea logs, and any other appropriate log files for the situation.
|
||
2 years ago
|
- When using systemd, use `journalctl --lines 1000 --unit gitea` to collect logs.
|
||
|
- When using docker, use `docker logs --tail 1000 <gitea-container>` to collect logs.
|
||
|
- By default, the logs are outputted to console. If you need to collect logs from files,
|
||
2 years ago
|
you could copy the following config into your `app.ini` (remove all other `[log]` sections),
|
||
|
then you can find the `*.log` files in Gitea's log directory (default: `%(GITEA_WORK_DIR)/log`).
|
||
2 years ago
|
|
||
2 years ago
|
```ini
|
||
2 years ago
|
; To show all SQL logs, you can also set LOG_SQL=true in the [database] section
|
||
2 years ago
|
[log]
|
||
|
LEVEL=debug
|
||
|
MODE=console,file
|
||
2 years ago
|
```
|
||
|
|
||
2 years ago
|
3. Any error messages you are seeing.
|
||
6 years ago
|
4. When possible, try to replicate the issue on [try.gitea.io](https://try.gitea.io) and include steps so that others can reproduce the issue.
|
||
2 years ago
|
- This will greatly improve the chance that the root of the issue can be quickly discovered and resolved.
|
||
1 year ago
|
5. If you encounter slow/hanging/deadlock problems, please report the stack trace when the problem occurs.
|
||
|
Go to the "Site Admin" -> "Monitoring" -> "Stacktrace" -> "Download diagnosis report".
|
||
6 years ago
|
|
||
7 years ago
|
## Bugs
|
||
|
|
||
6 years ago
|
If you found a bug, please create an [issue on GitHub](https://github.com/go-gitea/gitea/issues).
|
||
7 years ago
|
|
||
|
## Chinese Support
|
||
|
|
||
3 years ago
|
Support for the Chinese language is provided at [Our discourse](https://discourse.gitea.io/c/5-category/5) or QQ Group 328432459.
|