overleaf/services/filestore
2020-02-12 10:34:56 +00:00
..
.github
app/js Fix log info assignment in error handler 2020-02-12 10:34:56 +00:00
config
firejail
template_files
test
uploads
user_files
.dockerignore [misc] dockerignore: hide the local data dirs 2020-01-31 15:50:53 +01:00
.eslintrc
.gitignore
.nvmrc update to node 10.19.0 2020-02-07 14:16:31 +00:00
.prettierignore
.prettierrc
.travis.yml
app.js Remove redundant 'res.logInfo' 2020-01-14 20:55:33 +00:00
buildscript.txt update to node 10.19.0 2020-02-07 14:16:31 +00:00
docker-compose.ci.yml
docker-compose.yml
Dockerfile update to node 10.19.0 2020-02-07 14:16:31 +00:00
install_deps.sh [misc] install a maintained ghostscript version and delete package lists 2020-01-31 15:50:53 +01:00
Jenkinsfile
LICENSE
Makefile
nodemon.json
npm-shrinkwrap.json
package.json
README.md
tiny.pdf

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/*
  • /heapdump
  • /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.