Temporary workaround to support Android 14

Hey ODKX users!

Noticed some sync issues with Android 14? I’ve created a quick solution called gogunzy - a lightweight proxy that fixes request compression problems.

The Problem: Newer Android versions are automatically compressing some HTTP requests, which can break sync functionality.

The Solution: A simple proxy that decompresses requests before they hit the sync endpoint.

:link: Grab the fix here: GitHub - HelloSapiens/odkx-gogunzy: Lightweight Go-based proxy server to sit in front of ODK-X Sync Endpoint and decompress incoming gzip-encoded request bodies

Quick to set up, works with Docker, and solves those pesky Android 14 sync headaches!