0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-02-08 04:26:39 -05:00
forgejo-docs/docs/admin/index.md
Gusted 68b29f3400 feat: add profiling documentation
Add documentation for how you can and do diagnostics/profiling in
Forgejo, it covers the methods that Forgejo offer for this,
nuances of the methods and potential footguns. I don't expect the
average forgejo adminstrator to be able to profile their Forgejo
instance (hence the warning in the first paragraph about contacting the
Forgejo developers) but for those brave enough this documentation should
be a solid foundation to get started.

This is complementatory the Forgejo PR about improving the diagnostics:
2025-01-17 20:24:41 +00:00

32 lines
1.1 KiB
Markdown

---
title: 'Forgejo Administrator Guide'
---
These documents are targeted to people who run Forgejo on their machines.
- [Seek Assistance](./seek-assistance/)
- Installation
- [Introduction](./installation/)
- [With Docker](./installation-docker/)
- [From binary](./installation-binary/)
- [Database Preparation](./database-preparation/)
- [Release schedule](./release-schedule/)
- [Configuration Cheat Sheet](./config-cheat-sheet/)
- [Storage settings](./storage/)
- [Upgrade guide](./upgrade/)
- [Reverse Proxy](./reverse-proxy/)
- [Email setup](./email-setup/)
- [Incoming Email](./incoming-email/)
- [Logging Configuration](./logging-documentation/)
- [Actions](./actions/)
- [Forgejo Runner installation guide](./runner-installation/)
- [Forgejo CLI](./command-line/)
- [Search Engines and robots.txt](./search-engines-indexation/)
- [Recommended Settings and Tips](./recommendations/)
- [GPG Commit Signatures](./signing/)
- [Moderation tools](./moderation/)
- [Adopt existing git directories](./adopt/)
- [Interface customization](./customization/)
- [OAuth2 provider](./oauth2-provider/)
- [Soft-Quota](./quota/)
- [Profiling](./profiling/)