{"id":16368064,"url":"https://github.com/bfren/docker-send","last_synced_at":"2026-03-18T19:12:26.309Z","repository":{"id":59924879,"uuid":"539628656","full_name":"bfren/docker-send","owner":"bfren","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-18T15:48:34.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-21T19:58:31.353Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nushell","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/bfren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"bfren","patreon":"bfren"}},"created_at":"2022-09-21T18:21:50.000Z","updated_at":"2025-12-18T15:48:26.000Z","dependencies_parsed_at":"2025-12-19T01:00:36.641Z","dependency_job_id":null,"html_url":"https://github.com/bfren/docker-send","commit_stats":null,"previous_names":[],"tags_count":82,"template":false,"template_full_name":null,"purl":"pkg:github/bfren/docker-send","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-send","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-send/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-send/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-send/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfren","download_url":"https://codeload.github.com/bfren/docker-send/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fdocker-send/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28615542,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T21:52:42.722Z","status":"ssl_error","status_checked_at":"2026-01-20T21:52:20.513Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-11T02:51:34.024Z","updated_at":"2026-01-20T22:01:30.304Z","avatar_url":"https://github.com/bfren.png","language":"Nushell","funding_links":["https://github.com/sponsors/bfren","https://patreon.com/bfren"],"categories":[],"sub_categories":[],"readme":"# Docker Send\n\n![GitHub release (latest by date)](https://img.shields.io/github/v/release/bfren/docker-send) ![Docker Pulls](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fpulls%2Fsend) ![Docker Image Size](https://img.shields.io/endpoint?url=https%3A%2F%2Fbfren.dev%2Fdocker%2Fsize%2Fsend) ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/bfren/docker-send/dev.yml?branch=main)\n\n[Docker Repository](https://hub.docker.com/r/bfren/send) - [bfren ecosystem](https://github.com/bfren/docker)\n\nComes with [Send](https://github.com/timvisee/send), a community fork of Mozilla's discontinued [Firefox Send](https://github.com/mozilla/send).  Should be used behind a proxy server, e.g. [Nginx Proxy](https://github.com/bfren/docker-nginx-proxy).\n\nYou need to ensure you allow websockets, e.g. if you are using [Nginx Proxy](https://github.com/bfren/docker-nginx-proxy) add a file to the proxy configuration like so:\n\n```bash\n# in proxy image volume: /sites\n\n# create file: DOMAIN.d/websockets.conf (where DOMAIN is the Send domain)\ninclude helpers/proxy-params-websockets.conf;\n\n# then run this on the host\ndocker exec proxy nginx-reload\n```\n\n## Contents\n\n* [Ports](#ports)\n* [Volumes](#volumes)\n* [Environment Variables](#environment-variables)\n* [Licence / Copyright](#licence)\n\n## Ports\n\n* 3000\n\n## Volumes\n\n| Volume     | Purpose                         |\n| ---------- | ------------------------------- |\n| `/uploads` | Persistent storage for uploads. |\n\nSee the [Node](https://github.com/bfren/docker-node) image for other configuration details.\n\n## Environment Variables\n\nFor `nu` duration and filesize types, visit [here](https://www.nushell.sh/book/types_of_data.html).\n\n| Variable                          | Values                | Description                                                                           | Default               |\n| --------------------------------- | --------------------- | ------------------------------------------------------------------------------------- | --------------------- |\n| `BF_SEND_URI`                     | string                | Set the base URI from which Send will be accessed.                                    | *None* - required     |\n| `BF_SEND_DIR`                     | string                | Path to uploads storage directory.                                                    | /uploads              |\n| `BF_SEND_DOWNLOAD_COUNT`          | nuon integer list     | Comma-separated download limit options to show in UI dropdown.                        | [1, 5, 10]            |\n| `BF_SEND_DOWNLOAD_COUNT_DEFAULT`  | integer               | Default download limit in UI (default: 1).                                            | 1                     |\n| `BF_SEND_DOWNLOAD_COUNT_MAX`      | integer               | Maximum number of downloads (default: 100).                                           | 10                    |\n| `BF_SEND_EXPIRE`                  | nuon duration list    | Comma-separated expiry time options to show in UI dropdown in seconds (default: ).    | [1hr, 1day, 1wk, 4wk] |\n| `BF_SEND_EXPIRE_DEFAULT`          | nu duration           | Default expiry time in UI (default: 1day).                                            | 1wk                   |\n| `BF_SEND_EXPIRE_MAX`              | nu duration           | Maximum upload expiry time in seconds.                                                | 4wk                   |\n| `BF_SEND_FILES_MAX_PER_ARCHIVE`   | integer               | Maximum files per archive (default: 64).                                              | 64                    |\n| `BF_SEND_FILES_MAX_SIZE`          | integer               | Maximum file size in bytes (default: 2gb).                                            | 2gb                   |\n| `BF_SEND_REDIS_DB`                | integer               | Redis database number.                                                                | *None* - optional     |\n| `BF_SEND_REDIS_HOST`              | string                | Redis server host.                                                                    | *None* - optional     |\n| `BF_SEND_REDIS_PASS`              | string                | Redis authentication password.                                                        | *None* - optional     |\n| `BF_SEND_REDIS_PORT`              | integer               | Redis server port.                                                                    | *None* - optional     |\n| `BF_SEND_REDIS_USER`              | string                | Redis authentication username.                                                        | *None* - optional     |\n\n## Licence\n\n\u003e [MIT](https://mit.bfren.dev/2022)\n\n## Copyright\n\n\u003e Copyright (c) 2022-2026 [bfren](https://bfren.dev) (unless otherwise stated)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fdocker-send","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfren%2Fdocker-send","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fdocker-send/lists"}