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

Allow web serving of user files #1457

Merged
merged 7 commits into from
Nov 5, 2023

Conversation

toshski
Copy link
Contributor

@toshski toshski commented Oct 27, 2023

This mod allows users to serve their own files (Images) without the need to setup a separate web server. It creates a new endpoint myfiles, e.g. "http://192.168.1.1:9999/myfiles/images/5.jpg" will serve a file called 5.jpg from an images sub-directory in the new myfiles directory

In the case of images, XBVR will still cache them in the imageproxy. Essentially, XBVR will serve images to itself.

FYI, the change is built on release 0.4.15, it has then been merged with #1449 "Configuration Options" to allow the location of the myFiles directory to be moved separate from the default XBVR location if required. If #1449 does not get implemented, it should be easy to remove the last commits remove the #1448 functionality.

@crwxaj crwxaj merged commit ef6f065 into xbapps:master Nov 5, 2023
1 check passed
@toshski toshski deleted the Allow_Web_Serving_Of_User_Files branch November 16, 2023 20:09
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.

2 participants