Fix Gitea Image & Asset Caches #37
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We now need to deploy to
/var/lib/gitea/custom/public/assets
instead of/var/lib/gitea/custom/public
as of Gitea 1.21.5. Custom images in cache also seem to be broken and we need to identify how to restore them.https://docs.gitea.com/administration/customizing-gitea#serving-custom-public-files
Commit
323b4dd
will resolve this.