Anna Claire Fields ee4b5f515c Handle ERR_STREAM_UNABLE_TO_PIPE alongside ERR_STREAM_PREMATURE_CLOSE (#31174) hai 6 meses
..
app ee4b5f515c Handle ERR_STREAM_UNABLE_TO_PIPE alongside ERR_STREAM_PREMATURE_CLOSE (#31174) hai 6 meses
config 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm hai 8 meses
firejail 6c81d18627 bumped up rlimit-nproc to 600 %!s(int64=9) %!d(string=hai) anos
template_files 9d97d1dc53 Handle templates locally ok %!s(int64=11) %!d(string=hai) anos
test 425e7b1e5b [web] enable mongo notablescan in CI (#29501) hai 7 meses
uploads 3199aad601 Initial open source commit %!s(int64=12) %!d(string=hai) anos
.gitignore bd4130c147 [filestore] remove user files endpoints (#28125) hai 11 meses
.mocharc.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) hai 10 meses
.nvmrc e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) hai 6 meses
.prettierignore 7870c8185e Add linting to makefile %!s(int64=6) %!d(string=hai) anos
Dockerfile e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) hai 6 meses
LICENSE 5d86dfacd7 Create LICENSE %!s(int64=12) %!d(string=hai) anos
Makefile e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) hai 6 meses
README.md 63520c7076 Merge pull request #16859 from overleaf/jpa-sharelatex-cleanup %!s(int64=2) %!d(string=hai) anos
app.js 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm hai 8 meses
buildscript.txt e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) hai 6 meses
docker-compose.ci.yml e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) hai 6 meses
docker-compose.yml e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) hai 6 meses
install_deps.sh 0940437772 Merge pull request #12990 from overleaf/jpa-filestore-ss %!s(int64=3) %!d(string=hai) anos
package.json c512072c02 Merge pull request #30980 from overleaf/revert-30752-acf-upgrade-google-cloud-storage hai 6 meses
tiny.pdf 4bba56ed28 added missing files %!s(int64=9) %!d(string=hai) anos
tsconfig.json 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm hai 8 meses
vitest.config.unit.cjs 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm hai 8 meses

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 HTTP 200 filestore is up or HTTP 503 when shutting down
  • /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.