Rebeka Dekany a648015db8 Centralize prettier configuration to root level (#30501) 6 tháng trước cách đây
..
app ee4b5f515c Handle ERR_STREAM_UNABLE_TO_PIPE alongside ERR_STREAM_PREMATURE_CLOSE (#31174) 6 tháng trước cách đây
config 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm 8 tháng trước cách đây
firejail 6c81d18627 bumped up rlimit-nproc to 600 9 năm trước cách đây
template_files 9d97d1dc53 Handle templates locally ok 11 năm trước cách đây
test 425e7b1e5b [web] enable mongo notablescan in CI (#29501) 7 tháng trước cách đây
uploads 3199aad601 Initial open source commit 12 năm trước cách đây
.gitignore bd4130c147 [filestore] remove user files endpoints (#28125) 11 tháng trước cách đây
.mocharc.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 tháng trước cách đây
.nvmrc e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 tháng trước cách đây
Dockerfile e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 tháng trước cách đây
LICENSE 5d86dfacd7 Create LICENSE 12 năm trước cách đây
Makefile a648015db8 Centralize prettier configuration to root level (#30501) 6 tháng trước cách đây
README.md a648015db8 Centralize prettier configuration to root level (#30501) 6 tháng trước cách đây
app.js 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm 8 tháng trước cách đây
buildscript.txt e80ce42896 Upgrade Node.js from 22.18 to 24.13 (#30509) 6 tháng trước cách đây
docker-compose.ci.yml a648015db8 Centralize prettier configuration to root level (#30501) 6 tháng trước cách đây
docker-compose.yml a648015db8 Centralize prettier configuration to root level (#30501) 6 tháng trước cách đây
install_deps.sh 0940437772 Merge pull request #12990 from overleaf/jpa-filestore-ss 3 năm trước cách đây
package.json a648015db8 Centralize prettier configuration to root level (#30501) 6 tháng trước cách đây
tiny.pdf 4bba56ed28 added missing files 9 năm trước cách đây
tsconfig.json 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm 8 tháng trước cách đây
vitest.config.unit.cjs 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm 8 tháng trước cách đây

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.