This repository was archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
use nginx for hosting and include reverse proxy features #124
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Comment on lines
+6
to
+11
|
||
include /etc/nginx/mime.types; | ||
default_type application/octet-stream; | ||
access_log /var/log/nginx/access.log; | ||
sendfile on; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we need to add default timeouts and upload body size. otherwise users cannot upload large files right?
open-schnick
approved these changes
Mar 27, 2021
open-schnick
approved these changes
Apr 4, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
open-schnick
pushed a commit
that referenced
this pull request
May 13, 2021
* Upload basics(#117) * add basic handleMultipleApiActions method and redux store * finish handle multiple api actions, implement it for delete and upload * add dropzone lib, improve redux store * test some file download stuff * move current folder content to redux store, so we can update it after uploading * update snapshot * adust fsEnity model to new refactored model * basics logic for preflight wip * add basic components for overwrite merge dialog * broken stuff * overwrite / merge / rename basic functional * selecting all and checking if name is valid * Yes it is possible to make a 100+ lines method readable, here is how! * remove debug * demo deltete * add second preflight logic * remove file when they are deleted, fix preflight result parser * add constant for Filehandler url, map download button * add basic download functiality * update tests * cant fix this test * fix some bugs with preflight handling * fix snapshot by removing modal * handle response for upload * fix comparion of paths * remove debug * ADD_TO_CONTENTS reducer now removes duplicates * use nginx for hosting and include reverse proxy features (#124) * use nginx for hosting and include reverse proxy features * use recomended tagging and updating in dockerfile * gitignore * tweak nginx config * fix proxy pass for fh * try to fix proxy for fe * try fe proxy when file does not exist (fallback to index) * fix proxy redirect to backend * Integrate Upload fixes (#153) * fix adding new fsEntities and add currentID * fix es lint * fix upload of empty folder and currentFsItemId check * update test * remove hardcoded fileIDS * fix current ID header parsing, design changes * add action to overwrite/merge all button * increase client_max_body_size of rest api * change constants * requested changes by @open-schnick
Gimleux
pushed a commit
that referenced
this pull request
May 20, 2021
* Upload basics(#117) * add basic handleMultipleApiActions method and redux store * finish handle multiple api actions, implement it for delete and upload * add dropzone lib, improve redux store * test some file download stuff * move current folder content to redux store, so we can update it after uploading * update snapshot * adust fsEnity model to new refactored model * basics logic for preflight wip * add basic components for overwrite merge dialog * broken stuff * overwrite / merge / rename basic functional * selecting all and checking if name is valid * Yes it is possible to make a 100+ lines method readable, here is how! * remove debug * demo deltete * add second preflight logic * remove file when they are deleted, fix preflight result parser * add constant for Filehandler url, map download button * add basic download functiality * update tests * cant fix this test * fix some bugs with preflight handling * fix snapshot by removing modal * handle response for upload * fix comparion of paths * remove debug * ADD_TO_CONTENTS reducer now removes duplicates * use nginx for hosting and include reverse proxy features (#124) * use nginx for hosting and include reverse proxy features * use recomended tagging and updating in dockerfile * gitignore * tweak nginx config * fix proxy pass for fh * try to fix proxy for fe * try fe proxy when file does not exist (fallback to index) * fix proxy redirect to backend * Integrate Upload fixes (#153) * fix adding new fsEntities and add currentID * fix es lint * fix upload of empty folder and currentFsItemId check * update test * remove hardcoded fileIDS * fix current ID header parsing, design changes * add action to overwrite/merge all button * increase client_max_body_size of rest api * change constants * requested changes by @open-schnick
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.