Skip to content

User management system for the server (Home Cloud).

License

Notifications You must be signed in to change notification settings

fileuploaddemo/liteCloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

liteCloud_info

liteCloud ☁️ is a user management system for the server (home cloud). This application is suitable for everyone who has their own server and wants to structure their files on it, have easy access to their files from all devices, and write their own additional applications under liteCloud and use them.

Getting Started

  1. The minimum required PHP version 5, installed Apache2/nginx, MySQL.

  2. In the local domain folder, clone the liteCloud.

     $ git clone https://github.com/liteCloudRVA/liteCloud
    
  3. Install the database xcloud_regedit.sql.

  4. Modify the ./resources/config.php file. Enter the data for the database into the mysql section, enter the path to the existing directory in the path section (within the directory the file manager will work).

  5. Go to your local domain, the data for authorization test:qwerty321.

Information, Community

Standard Applications liteCloud

Initially 4 applications are preinstalled (system):

liteCloud_menu

  1. Settings - All information about the system and basic system settings are there.
  2. Files - Browser files and directories, implemented the full functionality of the file manager.
  3. Applications - In this category there are custom applications of the system.
  4. Notifications - All system / application messages will be visible there.

From the list of applications, the APIs for editing are: Applications, Notifications.

Types of applications in liteCloud

There are 3 types of applications in liteCloud:

  1. System - This type of application is displayed in the main menu. They are not edited and are not replaced.
  2. Custom - Installed in the Applications section and launched as system applications.
  3. Hidden - These applications work in the background. The application is managed in the Notifications tab.
  4. Window - The operating principle is like a hidden application, but the application opens in the window.

liteCloud_files

License

liteCloud is released under the GPL-3.0.

About

User management system for the server (Home Cloud).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 53.1%
  • CSS 35.8%
  • JavaScript 11.1%