Andrew Rumble 1a1f283245 Update node to 22.17.0 1 yıl önce
..
app 7f48c67512 Add `prefer-node-protocol` ESLint rule (#21532) 1 yıl önce
config b667cef262 Revert "Update defaultHighWaterMark to 64KiB (Node 22's default) (#25522)" (#25789) 1 yıl önce
firejail 6c81d18627 bumped up rlimit-nproc to 600 9 yıl önce
template_files 9d97d1dc53 Handle templates locally ok 11 yıl önce
test 0a7b2004d2 [misc] silence logger when running tests (#22243) 1 yıl önce
uploads 3199aad601 Initial open source commit 12 yıl önce
user_files d0816096b6 Use default settings file 12 yıl önce
.gitignore 07b2255426 [misc] cleanup .dockerignore and .gitignore files (#25312) 1 yıl önce
.mocharc.json 9babc70df7 Merge pull request #17362 from overleaf/bg-chai-object-id-tests 2 yıl önce
.nvmrc 1a1f283245 Update node to 22.17.0 1 yıl önce
.prettierignore 7870c8185e Add linting to makefile 6 yıl önce
Dockerfile 1a1f283245 Update node to 22.17.0 1 yıl önce
LICENSE 5d86dfacd7 Create LICENSE 12 yıl önce
Makefile 1a1f283245 Update node to 22.17.0 1 yıl önce
README.md 63520c7076 Merge pull request #16859 from overleaf/jpa-sharelatex-cleanup 2 yıl önce
app.js 94e12ec404 Merge pull request #24971 from overleaf/csh-issue-19131-diable-filestore-endpoints 1 yıl önce
buildscript.txt 1a1f283245 Update node to 22.17.0 1 yıl önce
docker-compose.ci.yml 1a1f283245 Update node to 22.17.0 1 yıl önce
docker-compose.yml 1a1f283245 Update node to 22.17.0 1 yıl önce
install_deps.sh 0940437772 Merge pull request #12990 from overleaf/jpa-filestore-ss 3 yıl önce
package.json 767591973c Merge pull request #23905 from overleaf/ar-mocha-11 1 yıl önce
tiny.pdf 4bba56ed28 added missing files 9 yıl önce
tsconfig.json 84be385550 Merge pull request #20331 from overleaf/jpa-build-scripts-sync 1 yıl önce

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.