Jakob Ackermann 9fd0d644cf [agents] refine guidance for running tests (#34977) hai 1 mes
..
app aa3715bd66 Fix filestore-readonly crash from ERR_STREAM_UNABLE_TO_PIPE hai 4 meses
config 9731f061af [monorepo] remove unused firejail profiles (#31790) hai 5 meses
template_files 9d97d1dc53 Handle templates locally ok %!s(int64=11) %!d(string=hai) anos
test 0d64a88a46 Yarn 4 Migration (#32253) hai 3 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 44dee7592a use require.resolve for mocha reporter paths (#34235) hai 2 meses
.nvmrc 1a7de4ddd8 Upgrades Node.js from 24.13.0 → 24.14.1 (#32498) hai 4 meses
Dockerfile 7035a2e025 Revert "Acf pnp migration master" (#34709) hai 1 mes
LICENSE 5d86dfacd7 Create LICENSE %!s(int64=12) %!d(string=hai) anos
Makefile 9fd0d644cf [agents] refine guidance for running tests (#34977) hai 1 mes
README.md a648015db8 Centralize prettier configuration to root level (#30501) hai 6 meses
app.js 90cf4b6a0a Merge pull request #29841 from overleaf/ar-convert-filestore-to-esm hai 8 meses
buildscript.txt 6b084424b5 [monorepo] fix running make lint from root (#33559) hai 1 mes
docker-compose.ci.yml 9fd0d644cf [agents] refine guidance for running tests (#34977) hai 1 mes
docker-compose.yml 7035a2e025 Revert "Acf pnp migration master" (#34709) hai 1 mes
install_deps.sh 0940437772 Merge pull request #12990 from overleaf/jpa-filestore-ss %!s(int64=3) %!d(string=hai) anos
package.json 7035a2e025 Revert "Acf pnp migration master" (#34709) hai 1 mes
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.