[Bug 275373] www/gitea: update to 1.21.1
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 275373] www/gitea: update to 1.21.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 12:59:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275373 Bug ID: 275373 Summary: www/gitea: update to 1.21.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: laszlo@karolyi.hu CC: stb@lassitu.de Flags: maintainer-feedback?(stb@lassitu.de) CC: stb@lassitu.de Created attachment 246596 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246596&action=edit Ports patch to 1.21.1 Attached the patch for updating to 1.21.1. Also, since 1.21, the public/assets folder seems to have moved, and I had to change my nginx proxying configuration from: ``` location /public/assets { alias /usr/local/www/vhosts.d/gitea.ksol.io/public; } ``` to ``` location /public { alias /usr/local/www/vhosts.d/gitea.ksol.io/public; } ``` To get the UI working again. It would be useful to notify the package users. -- You are receiving this mail because: You are the assignee for the bug.