Skip to content

데이터 위치

Capgo Cloud는 업데이터 플러그인이 생성한 라이브 업데이트 데이터를 유럽에서 보관할 수 있습니다. EU 데이터 거주지 요구 사항이 있는 앱에 대해, 업데이터 플러그인을 사용하여 업데이트 확인, 통계 및 채널 자체 할당을 위해 EU Capgo Cloud 호스트를 구성합니다.

EU 호스트가 제어하는 것

EU 호스트가 제어하는 것

업데이터 플러그인은 Capgo Cloud와 세 가지 엔드포인트를 통해 통신합니다:

  • updateUrl 업데이트가 있는지 확인하고 assign 된 패키지를 다운로드합니다.
  • statsUrl 업데이트 전달, 설치, 실패, 롤백 통계를 보냅니다.
  • channelUrl 장치 채널 assign 에 대한 읽기 및 업데이트 channel_self.

이러한 완전한 엔드포인트 URL을 설정하여 이 플러그인 데이터 경로를 유럽으로 geo-블록합니다:

  • updateUrl: https://plugin.eu.capgo.app/updates
  • statsUrl: https://plugin.eu.capgo.app/stats
  • channelUrl: https://plugin.eu.capgo.app/channel_self

업데이트, 통계, 요청이 EU URL을 사용할 때, __CAPGO_KEEP_0__ Cloud는 관련 라이브 업데이트 데이터를 유럽에 저장합니다. channel_self requests use the EU URLs, Capgo Cloud stores the related live update data in Europe.

설정에서 URL을 설정하세요 capacitor.config.ts:

import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.example.app',
appName: 'My App',
webDir: 'dist',
plugins: {
CapacitorUpdater: {
autoUpdate: 'atBackground',
updateUrl: 'https://plugin.eu.capgo.app/updates',
statsUrl: 'https://plugin.eu.capgo.app/stats',
channelUrl: 'https://plugin.eu.capgo.app/channel_self',
},
},
};
export default config;

The Electron updater uses the same Capgo Cloud endpoint names:

import { ElectronUpdater } from '@capgo/electron-updater';
const updater = new ElectronUpdater({
appId: 'com.example.app',
updateUrl: 'https://plugin.eu.capgo.app/updates',
statsUrl: 'https://plugin.eu.capgo.app/stats',
channelUrl: 'https://plugin.eu.capgo.app/channel_self',
});

migrationNotes

이동 노트 섹션
  • 유럽 연합 호스트는 사용자가 새로운 구성으로 빌드를 설치한 후 미래의 플러그인 요청에 적용됩니다.
  • 기존의 기본 글로벌 호스트로 이미 전송된 플러그인 요청을 재작성하지 않습니다.
  • Capgo Cloud 워크플로우를 계속 사용하여 채널, 번들, 롤백, 모니터링을 진행하세요.

데이터 위치에서 계속 진행하세요

데이터 위치에서 계속 진행하세요 섹션

데이터 위치를 사용하여 보안 및 규정 준수를 계획하고 있다면 HIPAA 규정 준수 를 연결하여 규제된 텐서플로우 제어를 구성하세요. 규정 준수 Compliance Compliance 개인 정보 보호와 보존 세부 사항을 위해 암호화 번들 보호를 위해 채널 배포 목표, 그리고 설정 업데이터 플러그인 구성 참조를 위해