chore: update links #17

Merged
jolheiser merged 2 commits from jolheiser/distea:update into main 2024-02-06 03:04:51 +00:00
2 changed files with 5 additions and 4 deletions

View File

@ -31,9 +31,10 @@ var Debug = Command{
},
}
const debugMessage = `1. We absolutely need to know what version of Gitea you're running.
const debugMessage = `1. We need to know what version of Gitea you're running.
2. We need to know what architecture and platform you're running gitea from and if you're using docker or systemd or other things. We need to know how you start it.
3. 🪵 LOGS 🪵
See <https://docs.gitea.io/en-us/logging-configuration/#debugging-problems> for how to set up DEBUG logs.
See <https://docs.gitea.io/en-us/faq/#stdout-logging-on-systemd-and-docker> for how to see stdout logging.
DEBUG logging: <https://docs.gitea.com/help/support#more-config-options-for-logs>
General logging configuration: <https://docs.gitea.com/administration/logging-config>
Profiling: <https://docs.gitea.com/help/support#collecting-stacktrace-by-command-line>
4. app.ini - please censor KEYs, passwords and other confidential information but it really helps to see the whole app.ini instead of segments.`

View File

@ -54,7 +54,7 @@ type social struct {
var socials = []social{
{"Discord", "https://discord.gg/Gitea"},
{"Matrix", "https://matrix.to/#/%23gitea-space%3Amatrix.org"},
{"Discourse", "https://discourse.gitea.io/"},
{"Discourse", "https://forum.gitea.com/"},
{"QQ Group (Chinese)", "https://qm.qq.com/cgi-bin/qm/qr?k=Ex-kCxSnTyxf-RM4oDihhPofPzLoDbXp&jump_from=webapi"},
{"Twitter", "https://twitter.com/giteaio"},
{"Mastodon", "https://social.gitea.io/@gitea"},