Block a user
Gitea uploads are broken
For some reason it was just using nginx defaults, which is always extremely low for upload size. Changed it in production, PR incoming.
Gitea uploads are broken
Update: it seems to happen for files past a certain size limit. But instead of complaining about the file being too large (which is a bit silly at 2MB e.g.), it just does nothing.
Gitea uploads are broken
I am going to check if using an absolute path (/var/lib/gitea/data/attachments) solved the issue. If so I’ll create a PR with the fix
Actually, the path needs to be changed to /mnt/data anyway. See #178
Gitea uploads are broken
I just checked again, since we upgraded Gitea in the meantime. I can upload in private repos as well now, but all attached images (including yours in this thread) are now just rendered as text links. :/
Maintenance page logo not working in Chrome
Fix comet icon on maintenance page
Bugfix/61 Maintenance Page Logo