AWS S3


Configuration

By default, the configuration is not enabled. Follow the steps below to make changes:

  1. Select S3 Storage:

    • Access the admin panel and navigate to: System Settings -> Parameter Settings -> Storage Type, then choose "AWSS3 Storage".
  2. 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:
    html
       // Cover Image
        pxy.storage.img-bucket=image
        // Application
        pxy.storage.appli-bucket=appli
    
  3. Configure Application Upload Endpoint Information:

    invalid image (图片无法加载)

  4. Set Application Synchronization:

    • Open the configuration file "LarkXR_Standlone\larkxr-render\application.properties" and modify pxy.host.as-admin-render-mixed-node=false.

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:

  1. 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=

  2. Choose a specific render node as the sole sync node by adding the following configuration in larkxr-render/application.properties:

    pxy.sync.enable=true


admin 2025年4月16日 14:59 收藏文档