Secure Multifunctional Nginx Reverse Proxy
429
This is a dockerized filesender for evaluation purposes. It uses mocksaml.com as the IdP and mailpit
more information can be found here: https://filsender.org
To setup the filesender locally please follow this instruction:
Or you just want to go for the pre-built docker image using this docker-compose.yml file:
services:
filesender:
image: ethnexus/filesender
ports:
- 80:80
- 443:443
depends_on:
- mailpit
restart: unless-stopped
mailpit:
image: axllent/mailpit:v1.28
hostname: mailpit
restart: unless-stopped
ports:
- 8025:8025
Content type
Image
Digest
sha256:80752d4e4…
Size
298.7 MB
Last updated
8 months ago
docker pull ethnexus/filesender:main