Erugo

Erugo is a powerful, self-hosted file-sharing platform built with PHP and Laravel with a Vue.js frontend. It offers secure, customizable file-transfer capabilities through an elegant user interface.

Directory Structure

    • docker-compose.yml

docker-compose.yml

services:
  app:
    image: wardy784/erugo:latest
    restart: unless-stopped
    volumes:
      - ./erugo-storage:/var/www/html/storage
    ports:
      - "9998:80"

Resources

Website: https://erugo.app/

GitHub: https://github.com/ErugoOSS/Erugo

Docker Hub: https://hub.docker.com/r/wardy784/erugo

Configuration: https://github.com/ErugoOSS/Erugo#quick-start