AWS S3


Configuration

Configuration is not enabled by default. To make changes, follow these steps:

  1. Select S3 Storage:

    • Go to 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 default 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
  1. Configure Application Upload Endpoint Information:

    invalid image (图片无法加载)

Application Sync

1. Render Node Local Storage Application Sync

By default, applications are synced to the \larkxr-render\appli folder. You can change the sync directory by opening the render service startup manager and selecting "Local Sync Path".

Additionally, you can choose multiple application storage paths to prevent sync failures due to insufficient disk space. If you no longer want to use a selected sync path after uploading some applications, you need to manually copy the applications to a new directory, otherwise the system will automatically trigger a sync.

2. Render Node Using Shared Storage

When dealing with a large number of applications, you can opt for NAS shared storage. In the render service startup manager, select a shared directory as the local sync path and modify the following configurations:

  1. Modify larkxr-render/application.properties. If multiple machines use the same shared disk (e.g., NAS), configure a list of node IP addresses sharing the same disk, separated by commas: pxy.storage.type.local.disk-share-node-list=

  2. Choose a specific render node as the unique sync node and add the following configuration in larkxr-render/application.properties:

    pxy.sync.enable=true


admin 2025年4月8日 13:59 收藏文档