Skip to content

Add support for HTTP File Upload (cluster-only)#55

Draft
guusdk wants to merge 2 commits intosurevine:masterfrom
guusdk:53_http-file-upload
Draft

Add support for HTTP File Upload (cluster-only)#55
guusdk wants to merge 2 commits intosurevine:masterfrom
guusdk:53_http-file-upload

Conversation

@guusdk
Copy link
Copy Markdown
Collaborator

@guusdk guusdk commented Nov 11, 2022

This adds a docker volume to each server, configures each Openfire to use that volume as the backend storage for HTTP File Upload, and configures Openfire to use an endpoint on the load balancer as the endpoint for all HTTP file upload web-interaction.

Note that the httpfileupload plugin is not added in this commit (as its implementation is still being worked on).

I've created this as a draft PR for now, as:

  • the Openfire plugin needs to be added
  • support needs to be added to cluster_with_federation and federation environments.

This adds a docker volume to each server, configures each Openfire to use that volume as the backend storage for HTTP File Upload, and configures Openfire to use an endpoint _on the load balancer_ as the endpoint for all HTTP file upload web-interaction.

Note that the httpfileupload plugin is not added in this commit (as its implementation is still being worked on).
This replaces functionality added in an earlier commit, that configured Openfire to use a shared volume to store uploaded content, and expose that through the load balancer.

Instead, each Openfire server will now store its own data, and exposes it through a distinct URL. This depends on the fix for issue igniterealtime/openfire-httpFileUpload-plugin#40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant