|
@@ -14,6 +14,7 @@ The current arozos is still under intense development. System structure might ch
|
|
- No-bull-shit module naming scheme
|
|
- No-bull-shit module naming scheme
|
|
### Networking
|
|
### Networking
|
|
- FTP Server
|
|
- FTP Server
|
|
|
|
+- Static Web Server
|
|
- WebDAV Server
|
|
- WebDAV Server
|
|
- UPnP Port Forwarding
|
|
- UPnP Port Forwarding
|
|
- Samba (Supported via 3rd party sub-services)
|
|
- Samba (Supported via 3rd party sub-services)
|
|
@@ -24,6 +25,11 @@ The current arozos is still under intense development. System structure might ch
|
|
- File Sharing (Similar to Google Drive)
|
|
- File Sharing (Similar to Google Drive)
|
|
- Basic File Operations with Real-time Progress (Copy / Cut / Paste / New File or Folder etc)
|
|
- Basic File Operations with Real-time Progress (Copy / Cut / Paste / New File or Folder etc)
|
|
|
|
|
|
|
|
+### Extensibility
|
|
|
|
+
|
|
|
|
+- ECMA5 (JavaScript like) scripting interface
|
|
|
|
+- 3rd party Go / Python module development with sub-service reverse proxy
|
|
|
|
+
|
|
### Others
|
|
### Others
|
|
|
|
|
|
- Require as little as 512MB system memory and 8GB system storage
|
|
- Require as little as 512MB system memory and 8GB system storage
|
|
@@ -262,11 +268,15 @@ Rename the storage.json.example to storage.json and start arozos. The required v
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-## ArOZ JavaScript Gateway Interface / Plugin Loader
|
|
|
|
|
|
+## ArOZ JavaScript Gateway Interface (AGI) / Plugin Loader
|
|
The ArOZ AJGI / AGI interface provide a javascript programmable interface for ArOZ Online users to create
|
|
The ArOZ AJGI / AGI interface provide a javascript programmable interface for ArOZ Online users to create
|
|
plugin for the system. To initiate the module, you can place a "init.agi" file in the web directory of the module
|
|
plugin for the system. To initiate the module, you can place a "init.agi" file in the web directory of the module
|
|
(also named the module root). See more details in the .
|
|
(also named the module root). See more details in the .
|
|
|
|
|
|
|
|
+## ArozOS OTA Update Launcher
|
|
|
|
+
|
|
|
|
+Since v1.119, ArozOS can perform OTA update with the help of the [ArozOS Launcher](https://github.com/aroz-online/launcher). See the launcher's github repo for installation instructions.
|
|
|
|
+
|
|
## Other Resources
|
|
## Other Resources
|
|
If you are looking for other WebApps (Installed via System Setting) or subservices (Require SSH login to install, for OEM only), please take a look at our collections over here:
|
|
If you are looking for other WebApps (Installed via System Setting) or subservices (Require SSH login to install, for OEM only), please take a look at our collections over here:
|
|
https://github.com/aroz-online/WebApp-and-Subservice-Index
|
|
https://github.com/aroz-online/WebApp-and-Subservice-Index
|