Sign inSign up

ethnexus/filesender

By ethnexus

Updated 8 months ago

Secure Multifunctional Nginx Reverse Proxy

Image
0

429

ethnexus/filesender repository overview

Filesender

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

Quick start

To setup the filesender locally please follow this instruction:

  1. git pull [email protected]:ETH-NEXUS/filesender.git
  2. docker compose up -d
  3. goto https://localhost
  4. To check emails goto http://localhost:8025

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

Tag summary

Content type

Image

Digest

sha256:80752d4e4

Size

298.7 MB

Last updated

8 months ago

docker pull ethnexus/filesender:main