chaosbunker / send-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send

Simple, lightweight and secure Send container based on Alpine Linux

send

What is send ?

Send is a file sharing system by Mozilla that allows you to send files through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever. You can find the official repository here.

Goal of this container

Propose a lightweight and secure container that is easy to setup.

Features

  • Based on Alpine Linux.
  • No Root processes, as secure as possible.

Run-time variables

  • UID: (Optional) The UID executing the server
  • GID: (Optional) The GID executing the server
  • MAX_EXPIRE_DAYS: (Optional) Maximum days before an upload expires

Ports

  • 1443

Setup

Example command to build this image:

docker build -t send .

Example command to run this container:

docker run -d -p 1443:1443 --name send send

About


Languages

Language:JavaScript 72.4%Language:Dockerfile 21.0%Language:Shell 6.6%