ex*, eyuvtoppm: add Korean translation (#14237)
This commit is contained in:
28
pages.ko/common/expose.md
Normal file
28
pages.ko/common/expose.md
Normal 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 {{호스트명}}`
|
Reference in New Issue
Block a user