{"id":28317833,"url":"https://github.com/jeffresc/deltrack","last_synced_at":"2025-10-08T09:18:13.530Z","repository":{"id":44732004,"uuid":"429177690","full_name":"JeffResc/DelTrack","owner":"JeffResc","description":"Easily track packages from multiple couriers from a secure, centralized location","archived":true,"fork":false,"pushed_at":"2023-08-06T05:34:37.000Z","size":1372,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T09:07:42.694Z","etag":null,"topics":["courier","delivery","dhl","fedex","mail","package","tracking","ups","usps"],"latest_commit_sha":null,"homepage":"","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JeffResc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-17T19:39:11.000Z","updated_at":"2024-08-19T02:38:26.000Z","dependencies_parsed_at":"2022-08-20T12:20:19.238Z","dependency_job_id":null,"html_url":"https://github.com/JeffResc/DelTrack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JeffResc/DelTrack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffResc%2FDelTrack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffResc%2FDelTrack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffResc%2FDelTrack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffResc%2FDelTrack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JeffResc","download_url":"https://codeload.github.com/JeffResc/DelTrack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeffResc%2FDelTrack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275194018,"owners_count":25421441,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["courier","delivery","dhl","fedex","mail","package","tracking","ups","usps"],"created_at":"2025-05-25T06:13:38.633Z","updated_at":"2025-10-08T09:18:13.468Z","avatar_url":"https://github.com/JeffResc.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DelTrack\n\nDelTrack is an all-in-one delivery tracking solution supporting 24 couriers ([USPS, UPS, FedEx, DHL, etc.](https://github.com/egg-/delivery-tracker#courier-list)) and counting! Notifications can be setup for an email when a package has an exception or has not had a new tracking event in 24 hours.\n\n## Features\n- Track unlimited packages from a centralized location\n- Store package information in MongoDB for easy reference at a later date\n- Local user authentication and registration (registration can be disabled after setting up initial account(s))\n- Live scanner using camera or uploaded files to easily add deliveries from the tracking label barcode\n\n## Screenshots\nHome\n![Home Screenshot](https://github.com/JeffResc/DelTrack/blob/main/.demo-images/home.png?raw=true)\n\nDelivery Details\n![Delivery Details Screenshot](https://github.com/JeffResc/DelTrack/blob/main/.demo-images/delivery-details.png?raw=true)\n\nLive Scanner\n![Live Scanner Screenshot](https://github.com/JeffResc/DelTrack/blob/main/.demo-images/live-scanner.png?raw=true)\n\nLogin Page\n![Login Screenshot](https://github.com/JeffResc/DelTrack/blob/main/.demo-images/login.png?raw=true)\n\n## Setup\n\n### .env File\nCreate a .env file at the root directory where `docker-compose.yml` is and set the following environment variables:\n| Variable                   | Description                                                                                                                   |\n|----------------------------|-------------------------------------------------------------------------------------------------------------------------------|\n| **MONGO_STRING**               | Your MongoDB URI String. Should be something similar to: \"mongodb://deltrack:deltrack@mongo:27017/deltrack?authSource=admin\". |\n| **SESSION_SECRET**             | A random session secret string.                                                                                               |\n| EMAIL_SERVER_NAME          | The SMTP server's name. Usually it's FQDN.                                                                                    |\n| EMAIL_HOST                 | The host IP/domain of the SMTP server.                                                                                        |\n| EMAIL_USER                 | The username of the email user. Usually the user's email address/                                                             |\n| EMAIL_PASS                 | The password of the email user.                                                                                               |\n| EMAIL_NAME                 | The full name of the email user.                                                                                              |\n| NOTIFY_EMAIL               | The email to send notifications to.                                                                                           |\n| **MONGO_INITDB_ROOT_USERNAME** | The initialized MongoDB root username. If using the MONGO_STRING from above, set this to \"deltrack\".                          |\n| **MONGO_INITDB_ROOT_PASSWORD** | The initialized MongoDB root password. If using the MONGO_STRING from above, set this to \"deltrack\".                          |\n\nAll variables in **bold** are required. All other variables not in bold can be set in the UI, but will be defaulted to these values on first start.\n\n### Other variables\nSet the `REGISTRATION=1` environment variable in the DelTrack container to enable user registration. Set the `REGISTRATION=0` environment variable in the DelTrack container to disable user registration.\n\n### Start docker-compose\nRun the following command in the root directory to start DelTrack:\n```bash\ndocker-compose up -d\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffresc%2Fdeltrack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffresc%2Fdeltrack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffresc%2Fdeltrack/lists"}