Git Product home page Git Product logo

hicodersofficial / xplora-file-server Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 4.58 MB

XFS is light weight file server, mainly for home networks where you don't required password login. XFS allow you to access, create, upload, rename & delete your files & folder.

License: MIT License

PHP 62.64% Hack 9.24% Shell 0.39% JavaScript 13.10% CSS 14.62%
file-server home-server netwokring php server

xplora-file-server's Introduction

๐Ÿ“ฆ Xplora-File Server

XFS is light weight file server, mainly for home networks where you don't required password login. XFS allow you to access, create, upload, rename & delete your files & folder.

Running

Run setup.sh script in terminal.

$ setup.sh

Settings

change these setting according to your requirements in php.ini settings

Maximum allowed size for uploaded files.

upload_max_filesize=20M

Maximum size of POST data that PHP will accept.

post_max_size=20M

Note: Make upload_max_filesize and post_max_size same.

Maximum number of files that can be uploaded via a single request

max_file_uploads=100

Nginx Setting Settings

If you are using nginx, make these changes for uploading larger files.

server {
    #...
    client_max_body_size 100M;
}

File structure

File structure after running setup script.

root (htdocs)
โ”œโ”€โ”€ index.php
โ”œโ”€โ”€ .htaccess
โ””โ”€โ”€ xplora-file-server
    โ”œโ”€โ”€ .github
    โ”œโ”€โ”€ assets
    โ”œโ”€โ”€ data
    โ”œโ”€โ”€ php
    โ”œโ”€โ”€ scripts
    โ”œโ”€โ”€ styles
    โ”œโ”€โ”€ vendor
    โ”œโ”€โ”€ .gitignore
    โ”œโ”€โ”€ .htaccess
    โ”œโ”€โ”€ 404.php
    โ”œโ”€โ”€ setup.sh
    โ”œโ”€โ”€ logo.png
    โ”œโ”€โ”€ favicon.ico
    โ”œโ”€โ”€ README.md
    โ””โ”€โ”€ index.php

Preview

xfs-preview

Thank You! ๐Ÿ™

xplora-file-server's People

Contributors

hicodersofficial avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.