Dokploy

FileGator

FileGator is a simple self-hosted web file manager with multi-user support.

FileGator logo

Configuration

services:
  filegator:
    image: filegator/filegator:v7.14.3
    restart: unless-stopped
    volumes:
      - filegator_repository:/var/www/filegator/repository
      - filegator_private:/var/www/filegator/private
    ports:
      - "8080"

volumes:
  filegator_repository:
  filegator_private:
[variables]
main_domain = "${domain}"

[config]
env = {}
mounts = []

[[config.domains]]
serviceName = "filegator"
port = 8080
host = "${main_domain}"

Base64

To import this template in Dokploy: create a Compose service → AdvancedBase64 import and paste the content below:

ewogICJjb21wb3NlIjogInNlcnZpY2VzOlxuICBmaWxlZ2F0b3I6XG4gICAgaW1hZ2U6IGZpbGVnYXRvci9maWxlZ2F0b3I6djcuMTQuM1xuICAgIHJlc3RhcnQ6IHVubGVzcy1zdG9wcGVkXG4gICAgdm9sdW1lczpcbiAgICAgIC0gZmlsZWdhdG9yX3JlcG9zaXRvcnk6L3Zhci93d3cvZmlsZWdhdG9yL3JlcG9zaXRvcnlcbiAgICAgIC0gZmlsZWdhdG9yX3ByaXZhdGU6L3Zhci93d3cvZmlsZWdhdG9yL3ByaXZhdGVcbiAgICBwb3J0czpcbiAgICAgIC0gXCI4MDgwXCJcblxudm9sdW1lczpcbiAgZmlsZWdhdG9yX3JlcG9zaXRvcnk6XG4gIGZpbGVnYXRvcl9wcml2YXRlOlxuIiwKICAiY29uZmlnIjogIlt2YXJpYWJsZXNdXG5tYWluX2RvbWFpbiA9IFwiJHtkb21haW59XCJcblxuW2NvbmZpZ11cbmVudiA9IHt9XG5tb3VudHMgPSBbXVxuXG5bW2NvbmZpZy5kb21haW5zXV1cbnNlcnZpY2VOYW1lID0gXCJmaWxlZ2F0b3JcIlxucG9ydCA9IDgwODBcbmhvc3QgPSBcIiR7bWFpbl9kb21haW59XCJcbiIKfQ==

Tags

files, file-manager, self-hosted


Version: 7.14.3

On this page