Configuration
By default, the configuration is not enabled. Follow the steps below to make changes:
Select S3 Storage:
- Access the admin panel and navigate to: System Settings -> Parameter Settings -> Storage Type, then choose "AWSS3 Storage".
Set Storage Buckets:
- The default cover image is "image" and the application is "appli". If you need to make changes, open the configuration file "LarkXR_Standlone\larkxr-center\application.properties" and modify the following two configurations:
// Cover Image pxy.storage.img-bucket=image // Application pxy.storage.appli-bucket=appli
Configure Application Upload Endpoint Information:
Set Application Synchronization:
- Open the configuration file "LarkXR_Standlone\larkxr-render\application.properties" and modify
pxy.host.as-admin-render-mixed-node=false
.
- Open the configuration file "LarkXR_Standlone\larkxr-render\application.properties" and modify
Application Synchronization
1. Render Node Local Storage for Applications
By default, applications are synchronized to the \larkxr-render\appli
folder. You can change the synchronization directory: open the rendering service startup manager and select "Local Sync Path".
Additionally, you can choose multiple application storage paths to prevent synchronization failures due to insufficient disk space. If you no longer wish to use the selected sync path after uploading some applications, you need to manually copy the applications to a new directory; otherwise, the system will trigger synchronization automatically.
2. Render Node Using Shared Storage
When dealing with a large number of applications, you can opt for NAS shared storage. In the rendering service startup manager, select a shared directory as the local sync path and modify the following configuration:
Edit
larkxr-render/application.properties
. If multiple machines are using the same shared disk (e.g., NAS), configure the list of node IP addresses using the same shared disk, separated by commas:pxy.storage.type.local.disk-share-node-list=
Choose a specific render node as the sole sync node by adding the following configuration in
larkxr-render/application.properties
:pxy.sync.enable=true