내용으로 건너뛰기

데이터 위치

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

EU 호스트가 제어하는 것

EU 호스트가 제어하는 것

업데이터 플러그인은 Capgo Cloud와 통신하기 위해 세 개의 엔드포인트를 사용합니다.

  • updateUrl 업데이트가 있는지 확인하고 assign 된 패키지를 다운로드합니다.
  • statsUrl 업데이트 전달, 설치, 실패 및 롤백 통계를 보내는 기능입니다.
  • channelUrl 장치 채널 assignement을 읽고 업데이트합니다. 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

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

__CAPGO_KEEP_0__ 설정 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',
});

__CAPGO_KEEP_0__

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

HIPAA Compliance 규제된 텔레메트리 제어와 연결하세요. 규정 준수 데이터 위치 데이터 위치 데이터 위치 개인 정보 보호와 보존 세부 사항을 위해, 암호화 배포 보호를 위해, 채널 배포 목표 설정, 및 설정 업데이터 플러그인 구성 참조를 위해,