{"id":15489752,"url":"https://github.com/theandrew168/dripfile","last_synced_at":"2026-02-12T15:34:19.850Z","repository":{"id":41499625,"uuid":"445270700","full_name":"theandrew168/dripfile","owner":"theandrew168","description":"File transfers made easy","archived":false,"fork":false,"pushed_at":"2024-12-12T01:23:25.000Z","size":2517,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T01:13:29.821Z","etag":null,"topics":["file-transfer","ftp","ftps","golang","react","s3","sftp","typescript"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theandrew168.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":"2022-01-06T18:26:01.000Z","updated_at":"2025-01-20T02:27:55.000Z","dependencies_parsed_at":"2024-02-07T06:32:32.508Z","dependency_job_id":"7d02f1b3-3089-4538-b5cf-908721bdddd4","html_url":"https://github.com/theandrew168/dripfile","commit_stats":{"total_commits":562,"total_committers":1,"mean_commits":562.0,"dds":0.0,"last_synced_commit":"1da23878d244477df82fc1e930c995030e73afec"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandrew168%2Fdripfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandrew168%2Fdripfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandrew168%2Fdripfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandrew168%2Fdripfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theandrew168","download_url":"https://codeload.github.com/theandrew168/dripfile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137891,"owners_count":21053775,"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":["file-transfer","ftp","ftps","golang","react","s3","sftp","typescript"],"created_at":"2024-10-02T07:07:39.169Z","updated_at":"2026-02-12T15:34:14.820Z","avatar_url":"https://github.com/theandrew168.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dripfile\n\nFile transfers made easy\n\n## Setup\n\nThis project depends on the [Go programming language](https://golang.org/dl/) and [NodeJS JavaScript environment](https://nodejs.org/en).\nI like to use a [POSIX-compatible Makefile](https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/utilities/make.html) to facilitate the various project operations but traditional [Go commands](https://pkg.go.dev/cmd/go) and [NPM scripts](https://docs.npmjs.com/cli/v9/commands/npm-run-script) will work just as well.\n\nOn macOS, these dependencies can be easily installed via [Homebrew](https://brew.sh/):\n\n```\nbrew install go node\n```\n\n## Building\n\nTo build the application into a standalone binary, run:\n\n```\nmake -j\n```\n\n## Local Development\n\n### Services\n\nThis project depends on various services.\nTo develop locally, you'll need to run these services locally somehow or another.\nI find [Docker](https://www.docker.com/) to be a nice tool for this but you can do whatever works best.\n\n- [PostgreSQL](https://www.postgresql.org/) - for persistent storage and task queue\n- [MinIO](https://min.io/) - for integration testing\n\nThe following command starts the necessary containers:\n\n```\ndocker compose up -d\n```\n\nThese containers can be stopped via:\n\n```\ndocker compose down\n```\n\n### Running\n\nTo run (and auto-reload) the backend and frontend simultaneously:\n\n```\nmake -j run\n```\n\n## Features\n\n- Schedule-based transfers\n- Polling-based transfers\n- Automatic retries\n- Notify via email, text, etc\n- Works with S3, FTP, FTPS, SFTP, etc\n- Choose from common schedules or build your own\n\n## User Stories\n\n- Guest registers and is logged in\n- Guest logs in\n- User verifies their email address (required to log in?)\n- User updates another User's role (owner or admin)\n- User deletes Account (and all ref'd info)\n- User CRUDs a Location (no delete if affected Transfers)\n- User CRUDs a Transfer (history entries persist but won't link back)\n- User CRUDs a Schedule (no delete if affected Transfers)\n- User links / unlinks a Transfer and Schedule\n- User runs a Transfer adhoc\n- User reruns a completed Transfer adhoc\n- User views Transfer history\n- User cancels an in-progress Transfer\n- User switches account auth method (email, github, google, etc)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheandrew168%2Fdripfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheandrew168%2Fdripfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheandrew168%2Fdripfile/lists"}