Brian Gough 25f3ca2be2 Merge pull request #6295 from overleaf/bg-fix-error-in-request-logger 4 anni fa
..
.github 3003a1dded [misc] upgrade build scripts to version 3.11.0 and cleanup packages 5 anni fa
app 25f3ca2be2 Merge pull request #6295 from overleaf/bg-fix-error-in-request-logger 4 anni fa
config f6795a324a Merge pull request #5572 from overleaf/jpa-no-path-concat 4 anni fa
firejail 6c81d18627 bumped up rlimit-nproc to 600 9 anni fa
template_files 9d97d1dc53 Handle templates locally ok 11 anni fa
test f7275a6c4b Merge pull request #6079 from overleaf/em-upgrade-logger 4 anni fa
uploads 3199aad601 Initial open source commit 12 anni fa
user_files d0816096b6 Use default settings file 12 anni fa
.dockerignore 1341af04f5 [misc] update the build scripts to 1.3.5 6 anni fa
.gitignore f0551307d2 [misc] bump the dev-env to 3.3.2 6 anni fa
.nvmrc 2261e761f4 Merge pull request #5705 from overleaf/jpa-node-14 4 anni fa
.prettierignore 7870c8185e Add linting to makefile 6 anni fa
Dockerfile f3f0be5c56 Merge pull request #6211 from overleaf/em-code-sharing 4 anni fa
LICENSE 5d86dfacd7 Create LICENSE 12 anni fa
Makefile f3f0be5c56 Merge pull request #6211 from overleaf/em-code-sharing 4 anni fa
README.md 6f27f7a1bf [misc] drop the /heapdump route and related heapdump package 6 anni fa
app.js f7275a6c4b Merge pull request #6079 from overleaf/em-upgrade-logger 4 anni fa
buildscript.txt f3f0be5c56 Merge pull request #6211 from overleaf/em-code-sharing 4 anni fa
docker-compose.ci.yml 8989735c69 pin fake-gcs to 1.21.2 to prevent acceptance-test errors 5 anni fa
docker-compose.yml f3f0be5c56 Merge pull request #6211 from overleaf/em-code-sharing 4 anni fa
install_deps.sh 1341af04f5 [misc] update the build scripts to 1.3.5 6 anni fa
nodemon.json f0551307d2 [misc] bump the dev-env to 3.3.2 6 anni fa
package-lock.json 4b308553be Merge pull request #6120 from overleaf/jpa-same-linting-packages 4 anni fa
package.json 4b308553be Merge pull request #6120 from overleaf/jpa-same-linting-packages 4 anni fa
tiny.pdf 4bba56ed28 added missing files 9 anni fa

README.md

overleaf/filestore

An API for CRUD operations on binary files stored in S3

filestore acts as a proxy between the CLSIs and (currently) Amazon S3 storage, presenting a RESTful HTTP interface to the CLSIs on port 3009 by default. Urls are mapped to node functions in https://github.com/overleaf/filestore/blob/master/app.coffee . URLs are of the form:

  • /project/:project_id/file/:file_id
  • /template/:template_id/v/:version/:format
  • /project/:project_id/public/:public_file_id
  • /project/:project_id/size
  • /bucket/:bucket/key/*
  • /shutdown
  • /status - returns filestore sharelatex up or server is being shut down (HTTP 500)
  • /health_check

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the LICENSE file.

Copyright (c) Overleaf, 2014-2019.