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.
-
The minimum required PHP version 5, installed Apache2/nginx, MySQL.
-
In the local domain folder, clone the liteCloud.
$ git clone https://github.com/liteCloudRVA/liteCloud
-
Install the database
xcloud_regedit.sql
. -
Modify the
./resources/config.php
file. Enter the data for the database into themysql
section, enter the path to the existing directory in thepath
section (within the directory the file manager will work). -
Go to your local domain, the data for authorization
test:qwerty321
.
-
Chief Developer RVA. Dev and translation of the application eorgiose. Installer dev noirhat.
-
Available languages: English, Russian.
-
Supported device types: Desktop, Mobile, Tablet.
-
API.
Initially 4 applications are preinstalled (system):
- Settings - All information about the system and basic system settings are there.
- Files - Browser files and directories, implemented the full functionality of the file manager.
- Applications - In this category there are custom applications of the system.
- Notifications - All system / application messages will be visible there.
From the list of applications, the APIs for editing are: Applications, Notifications.
There are 3 types of applications in liteCloud:
- System - This type of application is displayed in the main menu. They are not edited and are not replaced.
- Custom - Installed in the
Applications
section and launched as system applications. - Hidden - These applications work in the background. The application is managed in the
Notifications
tab. - Window - The operating principle is like a hidden application, but the application opens in the window.
liteCloud is released under the GPL-3.0.