feat(runtime): publish images from dedicated origin

This commit is contained in:
2026-08-08 09:31:07 +00:00
parent b61efccd01
commit 4cdf585bc2
4 changed files with 20 additions and 4 deletions
+3
View File
@@ -11,11 +11,14 @@ const safeRuntime = {
GATEWAY_IMAGE_UPLOAD_URL: 'https://sam-image.hided.net',
GATEWAY_IMAGE_UPLOAD_SECRET_FILE: '/run/secrets/image_upload_core2026_secret',
GATEWAY_SHARED_ICON_PUBLIC_URL: 'https://sam-image.hided.net/icons',
GATEWAY_USER_ICON_PUBLIC_URL: 'https://sam-image.hided.net/icons',
GAME_IMAGE_UPLOAD_URL: 'https://sam-image.hided.net',
GAME_IMAGE_UPLOAD_SECRET_FILE: '/run/secrets/image_upload_core2026_secret',
GAME_CONTENT_IMAGE_PUBLIC_URL: 'https://sam-image.hided.net/uploads/core2026',
IMAGE_SYNC_URL: 'https://sam-image.hided.net',
IMAGE_SYNC_SECRET_FILE: '/run/secrets/image_sync_core2026_secret',
VITE_IMAGE_PUBLIC_URL: 'https://sam-image.hided.net',
VITE_GATEWAY_USER_ICON_BASE_URL: 'https://sam-image.hided.net/icons',
},
volumes: [
{