-
v1.5.1 Stable
released this
2024-01-20 10:13:39 +00:00 | 219 commits to main since this releaseThis hotfix addresses a bug where OOYE was unusable when Synapse was not behind an nginx reverse proxy.
Now, when running seed.js, it should warn you about the situation with this message:
OOYE cannot stream uploads to Synapse. Please choose one of these workarounds:
- Run an nginx reverse proxy to Synapse, and point registration.yaml's
server_origin
to nginx - Set
content_length_workaround: true
inregistration.yaml
(this will halve the speed of bridging d->m files)
This is because Synapse needs the Content-Length header, which isn't set by OOYE's streamed uploads. Non-streamed uploads are slower. See the commits in this hotfix for precise details. (Use the Compare dropdown in Gitdab's left bar to compare against v1.5)
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Run an nginx reverse proxy to Synapse, and point registration.yaml's