Anna Claire Fields 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 сар өмнө
..
app aa3715bd66 Fix filestore-readonly crash from ERR_STREAM_UNABLE_TO_PIPE 4 сар өмнө
config 9731f061af [monorepo] remove unused firejail profiles (#31790) 5 сар өмнө
template_files 9d97d1dc53 Handle templates locally ok 11 жил өмнө
test 425e7b1e5b [web] enable mongo notablescan in CI (#29501) 7 сар өмнө
uploads 3199aad601 Initial open source commit 12 жил өмнө
.gitignore bd4130c147 [filestore] remove user files endpoints (#28125) 11 сар өмнө
.mocharc.cjs fd0d21fbbd [monorepo] migrate build scripts to Jenkins (#29019) 10 сар өмнө
.nvmrc 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 сар өмнө
Dockerfile 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 сар өмнө
LICENSE 5d86dfacd7 Create LICENSE 12 жил өмнө
Makefile 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 сар өмнө
README.md a648015db8 Centralize prettier configuration to root level (#30501) 6 сар өмнө
app.js 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm 8 сар өмнө
buildscript.txt 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 сар өмнө
docker-compose.ci.yml 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 сар өмнө
docker-compose.yml 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) 4 сар өмнө
install_deps.sh 0940437772 Merge pull request #12990 from overleaf/jpa-filestore-ss 3 жил өмнө
package.json d004aec6f1 Merge pull request #31727 from overleaf/ar-fast-xml-parser-5.3.6 5 сар өмнө
tiny.pdf 4bba56ed28 added missing files 9 жил өмнө
tsconfig.json 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm 8 сар өмнө
vitest.config.unit.cjs 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm 8 сар өмнө

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.