Skip to content

Commit fd29071

Browse files
authored
Rootless Docker - Mistake with the repo-avatars parent folder name (#22637)
There was a mistake when choosing the structure for the repo avatars parent folder and it added a spurious /gitea. The `data` directory should contain folders like: - `attachments/` - `avatars/` - `log/` - `repo-avatars/`
1 parent 1947409 commit fd29071

File tree

1 file changed

+1
-1
lines changed
  • docker/rootless/etc/templates

1 file changed

+1
-1
lines changed

docker/rootless/etc/templates/app.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PROVIDER_CONFIG = $GITEA_WORK_DIR/data/sessions
3737

3838
[picture]
3939
AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/avatars
40-
REPOSITORY_AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/gitea/repo-avatars
40+
REPOSITORY_AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/repo-avatars
4141

4242
[attachment]
4343
PATH = $GITEA_WORK_DIR/data/attachments

0 commit comments

Comments
 (0)