Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guusdk
Copy link
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