Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2023 12:59:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 275373] www/gitea: update to 1.21.1
Message-ID:  <bug-275373-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275373

            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=3D246596&action=
=3Dedit
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275373-7788>