-
v3.6.1
StableAll checks were successfulRelease / Create Forgejo release (push) Successful in 21sCI / Docker image build (push) Successful in 38sCI / Backend lint (ruff) (push) Successful in 40sRelease / Build and push versioned images (push) Successful in 27sCI / Bot tests and audit (push) Successful in 1m52sCI / Frontend tests, audit, and build (push) Successful in 4m3sCI / Backend migration, tests, and audit (push) Successful in 7m5sreleased this
2026-07-17 22:40:29 +00:00 | 705 commits to main since this releasePatch: make the calendar feed reachable behind nginx.
Fixed
- [ops] The iCal calendar feed (#107) is now proxied to the backend. The
feed lives at the app root (/calendar/feed/{token}.ics), but nginx only
proxied/api,/auth,/public, and/media— so the feed URL fell
through to the SPA catch-all and returned the app HTML instead of the
calendar. Added alocation /calendar/proxy block. (Caught on the dev
deploy before v3.6.0 reached production.)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- [ops] The iCal calendar feed (#107) is now proxied to the backend. The