Enable remote launcher catalog source
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-05 22:46:03 +09:00
parent 9e8fd9e74b
commit 87c56a21d5
11 changed files with 188 additions and 38 deletions

View File

@@ -12,6 +12,11 @@ npm run admin
- `http://127.0.0.1:8787`
공개 주소로 운영할 때:
- `LAUNCHER_PUBLIC_BASE_URL=https://your-domain.example npm run admin`
- 그러면 관리자 사이트 상단의 `앱 연결용 catalog URL`이 그 공개 주소 기준으로 표시됩니다.
## 현재 구현 범위
- 프로필 추가 / 수정 / 삭제 / 복제
@@ -54,5 +59,6 @@ npm run admin
## 추천 운영 방식
1. 관리자 사이트에서 프로필과 자료 파일을 입력
2. 로컬 런처에서 실제 표시와 실행 확인
3. 이후 필요하면 업로드 경로를 공개 URL 기반으로 확장
2. 상단의 `앱 연결용 catalog URL`을 복사
3. 런처 설정의 `카탈로그 주소`에 붙여넣기
4. 저장 후 실제 표시와 실행 확인