remove DEPRECATED (v1.18+) options

see docs: https://docs.gitea.com/administration/config-cheat-sheet#picture-picture
remove option `DISABLE_GRAVATAR`
remove option `ENABLE_FEDERATED_AVATAR`
This commit is contained in:
2026-06-12 00:03:36 +03:00
parent 7aa37db16e
commit 0f044e6893
2 changed files with 3 additions and 2 deletions
@@ -179,8 +179,6 @@ REPOSITORY_AVATAR_FALLBACK = none
REPOSITORY_AVATAR_FALLBACK_IMAGE = /img/repo_default.png
AVATAR_MAX_WIDTH = 4096
AVATAR_MAX_HEIGHT = 4096
DISABLE_GRAVATAR = true
ENABLE_FEDERATED_AVATAR = false
[attachment]
ENABLED = true
+3
View File
@@ -0,0 +1,3 @@
# TODO
- [ ] Fix error `The detected web site URL is "http://127.0.0.1:3000/", it's unlikely matching the site config.`