Sign inSign up

nityamvsd/file-n

By nityamvsd

Updated over 3 years ago

File-n is a Docker image designed for sharing files and images using a local file manager

Image
0

10K+

nityamvsd/file-n repository overview

File-n Docker Image

File-n is a Docker image designed for sharing files and images using a local file manager. It is based on XAMPP and Veno File Manager PHP script, providing a fully customizable and ready-to-use solution for managing and sharing files and images. With File-n, you can easily set up and deploy your own file sharing platform using Docker.

Installation and Usage

Prerequisites

Before getting started, ensure that you have Docker installed on your system.

Step 1: Pull the Docker Image

To begin, pull the File-n Docker image from the Docker Hub repository using the following command:

docker pull nityamvsd/file-n:latest
Step 2: Create and Run a Container

Create and run a Docker container using the pulled image:

docker run --name file-n-container -p 2251:80 -d nityamvsd/file-n:latest

This command maps port 2251 of the host machine to port 80 inside the container.

Step 3: Access File-n

Access File-n in your browser by navigating to http://localhost:2251. You will be presented with the local file manager interface to manage and share files and images.

Note:

After opening File-n for the first time, please reload the page to initialize and use it for further actions.

Default Login Credentials

Use the following default login credentials to access File-n:

Username: admin

Password: password

Additional Configuration

The File-n Docker image provides a customizable file manager based on the Veno File Manager PHP script. You can modify the configuration settings within the script or add additional customization based on your requirements.

Tag summary

Content type

Image

Digest

sha256:02cdd6221

Size

538.9 MB

Last updated

over 3 years ago

docker pull nityamvsd/file-n