{"id":19008198,"url":"https://github.com/apocalypsecalculator/feck","last_synced_at":"2025-04-13T05:39:21.894Z","repository":{"id":37026824,"uuid":"345724995","full_name":"ApocalypseCalculator/Feck","owner":"ApocalypseCalculator","description":"A simple, robust online file drive system created in Node.js using the Express framework. ","archived":false,"fork":false,"pushed_at":"2023-12-13T01:37:58.000Z","size":747,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T22:12:55.654Z","etag":null,"topics":["drive","expressjs","nodejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ApocalypseCalculator.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-08T16:41:50.000Z","updated_at":"2024-04-17T02:09:53.000Z","dependencies_parsed_at":"2025-02-21T14:44:10.241Z","dependency_job_id":"3d73fb07-53d1-4aad-af8b-f8d2f326f72e","html_url":"https://github.com/ApocalypseCalculator/Feck","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApocalypseCalculator%2FFeck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApocalypseCalculator%2FFeck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApocalypseCalculator%2FFeck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApocalypseCalculator%2FFeck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ApocalypseCalculator","download_url":"https://codeload.github.com/ApocalypseCalculator/Feck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248670506,"owners_count":21142897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["drive","expressjs","nodejs"],"created_at":"2024-11-08T18:41:48.115Z","updated_at":"2025-04-13T05:39:21.736Z","avatar_url":"https://github.com/ApocalypseCalculator.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Feck Files\n\n![CodeQL](https://github.com/ApocalypseCalculator/Feck/workflows/CodeQL/badge.svg)\n[![GitHub license](https://img.shields.io/github/license/ApocalypseCalculator/Feck.svg)](https://github.com/ApocalypseCalculator/Feck)\n\nA simple, robust online file drive system created in Node.js \n\nThis is a fork of my original project and has since become the official repository\n\n\n## Installation\n\nDownload the latest release onto your pc\n\nRun \n```\nnpm install\n```\nBuild client\n```\nnpm install -g vite\ncd client\nvite build\ncd ..\n```\nMigrate db schema\n```\nnpx prisma migrate dev\n```\n\nAfter you finish that, start the server using \n\n```\nnode .\n```\n\nIf you are using it in production I highly suggest using a script to monitor crashes and automatically restart and/or add it as a system service. \n\n**Installing on a Linux server? Follow [this guide](https://github.com/ApocalypseCalculator/Feck/blob/master/installation.md)**\n\nIf you have trouble setting it up, you can DM me on Discord for help at ApocalypseCalculator#7096\n\n## Configuration\n\n`name` your own name\n\n`email` your email so that site users can contact you\n\n`filelimit`\n- `anon` file upload limit for anonymous users represented in bytes. Default 200MB\n- `registered` file upload limit for registered users represented in bytes. Default 2GB\n- `server` server allowed limit for saving files. The server will guaranteed this field's amount of space is free in the uploads folder. Default 5MB\n\n`ratelimit`\n- `time` ratelimit cooldown in minutes\n- `requests` amount of requests allowed within `time`\n\n`discord`\n- `on` whether to turn on Discord notifications or not (true for on false for off)\n- `webhook` the Discord webhook link (only required if on is set to true)\n\n`workers` number of workers you want to spawn. Usually just 1 or 2 is enough. Must be between 1 and your machine CPU count. \n\n\n## Tus Implementation\n\nThis project implements the official Tus 1.0.0 protocol, with a few additional features: \n\nIn particular: \n\n- For the `Creation` extension, the `Upload-Metadata` header is ignored. Instead a custom `Base64-Meta` header is required. \n- For uploads by logged in users, a valid `Authorization` header is required otherwise a 403 will be returned.\n- The upload endpoint also allows `GET` requests to fetch additional information like the `fileid`.\n\n\n## Licensing and others\n\nThis code is open source :\u003e\n\nAs for the site icon, I got it off a google search. I did not make that icon, and I am currently unable to find who made it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapocalypsecalculator%2Ffeck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapocalypsecalculator%2Ffeck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapocalypsecalculator%2Ffeck/lists"}