Commit graph

3 commits

Author SHA1 Message Date
CaiCandong
f34f2c3141
Update docs about attachment path () ()
Backport 
This change was caused by , for configuration as below:
```
[attachment]
ENABLE = true
PATH = data/attachments
MAX_SIZE = 100
MAX_FILES = 5
```
Before , the resolved path is ${AppWorkPath}/${attachments.PATH}
(such as `/var/lib/gitea/data/attachments`)
After , the resolved path is ${AppDataPath}/${attachments.PATH}
(such as `/var/lib/gitea/data/data/attachments`)

Fix https://github.com/go-gitea/gitea/issues/26864 Follow
https://github.com/go-gitea/gitea/pull/26271

(cherry picked from commit e15794f62f)
2023-09-08 08:09:18 +02:00
Giteabot
5a4b19435d
Calculate MAX_WORKERS default value by CPU number () ()
(cherry picked from commit 892e24aaf1)
2023-07-30 07:46:18 +02:00
John Olheiser
b217ce3e9f
Docusaurus-ify 1.20 ()
See https://github.com/go-gitea/gitea/pull/26051

---------

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: JonRB <4564448+eeyrjmr@users.noreply.github.com>
(cherry picked from commit 4033d95dbf)
2023-07-26 13:49:16 +02:00
Renamed from docs/content/doc/administration/config-cheat-sheet.en-us.md (Browse further)