Add asset proxy feature for resource URLs
Introduces asset proxy configuration and services to enable replacement of osu! resource URLs with custom domains. Updates API endpoints and caching services to process and rewrite resource URLs when asset proxy is enabled. Adds documentation and environment variables for asset proxy setup.
This commit is contained in:
@@ -117,3 +117,8 @@ STORAGE_SERVICE="local"
|
||||
# "s3_bucket_name": "your_s3_bucket_name",
|
||||
# "s3_region_name": "us-east-1",
|
||||
# "s3_public_url_base": "https://your-custom
|
||||
|
||||
# 启用资源代理功能
|
||||
ENABLE_ASSET_PROXY=true
|
||||
# 自定义资源域名
|
||||
CUSTOM_ASSET_DOMAIN=assets-ppy.g0v0.top
|
||||
Reference in New Issue
Block a user