Skip to content

Commit

Permalink
Rootless Docker - Mistake with the repo-avatars parent folder name (#…
Browse files Browse the repository at this point in the history
…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/`
  • Loading branch information
melroy89 authored Jan 31, 2023
1 parent 1947409 commit fd29071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/rootless/etc/templates/app.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ PROVIDER_CONFIG = $GITEA_WORK_DIR/data/sessions

[picture]
AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/avatars
REPOSITORY_AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/gitea/repo-avatars
REPOSITORY_AVATAR_UPLOAD_PATH = $GITEA_WORK_DIR/data/repo-avatars

[attachment]
PATH = $GITEA_WORK_DIR/data/attachments
Expand Down

0 comments on commit fd29071

Please sign in to comment.