Skip to content
/ files Public

A home media server software for managing files .

License

Notifications You must be signed in to change notification settings

IC7400A/files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install all the files automatically run ./install.sh

or you can install it manually by moving the files folder contents to your server directory

files should be located at localhost/files after running "install.sh"

you can check it by running your server and typing in the browser search bar "localhost/files"

To remove changes run ./uninstall.sh

Or you can the delete the directory files from your server . :)

How to increase the upload size ?

To increase the upload size you have to modify the variables present inside the php.ini file in you mechine . '''

  1. post_max_size
  2. upload_max_filesize '''

Good day :)