ex*, eyuvtoppm: add Korean translation (#14237)

This commit is contained in:
HoJeong Im
2024-10-16 15:52:18 +09:00
committed by GitHub
parent ab8c612883
commit 8c6c89bd83
14 changed files with 314 additions and 0 deletions

28
pages.ko/common/expose.md Normal file
View File

@@ -0,0 +1,28 @@
# expose
> 웹 사이트 공유를 위한 오픈 소스 터널 애플리케이션.
> 더 많은 정보: <https://beyondco.de/docs/expose>.
- 인증 토큰을 등록:
`expose token {{토큰}}`
- 현재 작업 디렉터리를 공유:
`expose`
- 현재 작업 디렉터리를 특정 하위 도메인과 공유:
`expose --subdomain={{하위도메인}}`
- 로컬 URL 공유:
`expose share {{url}}`
- Expose 서버를 실행:
`expose serve`
- 특정 호스트 이름으로 Expose 서버를 실행:
`expose serve {{호스트명}}`