FileGator
FileGator is a powerful multi-user file manager with a single page front-end.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '2'
services:
filegator:
container_name: filegator
image: filegator/filegator
restart: always
ports:
- "8080:8080"
volumes:
# common mount points are listed here
# make sure filegator can read/write to the mounted volume
# mount local folder as a repository
- ./files:/var/www/filegator/repository
# locally stored users.json file
# - ./users.json:/var/www/filegator/private/users.json
# load your own custom configuration file
# - ./configuration.php:/var/www/filegator/configuration.phpResources
Website: https://filegator.io/
Demo: https://demo.filegator.io/
GitHub: https://github.com/filegator/filegator
Docker Hub: https://hub.docker.com/r/filegator/filegator
Configuration: https://docs.filegator.io/install.html