Skip to content

Commit

Permalink
refactor: api, install w/ docker & kubernetes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdh5968 committed Jan 18, 2023
1 parent 997c149 commit 97be3d9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
18 changes: 9 additions & 9 deletions src/ko/docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,23 +83,23 @@ https://misskey.io/miauth/c1f6d42b-468b-4fd2-8274-e58abdedef6f?name=MyApp&callba

#### 3단계

After the user has been granted application access, a POST request to a URL of the following form will return JSON containing the access token as a response.
사용자가 어플리케이션 엑세스 권한을 부여하면, 다음 양식으로 POST 요청을 전송하면 토큰이 포함된 JSON이 응답으로 전송됩니다.

```:no-line-numbers
https://{host}/api/miauth/{session}/check
```

where
여기에서

- `{host}` is the host of the user's instance and
- `{session}` is the session ID.
- `{host}`는 사용자의 인스턴스이며
- `{session}`은 세션 ID입니다.

The properties included in the response are as follows:
응답에 포함된 항목은 다음과 같습니다:

| name | description |
| ------- | -------------------------- |
| `token` | access token for the user |
| `user` | information about the user |
| 이름 | 설명 |
| ------- | ------------------------- |
| `token` | 사용자에 대한 엑세스 토큰 |
| `user` | 사용자 정보 |

## Using the API

Expand Down
7 changes: 3 additions & 4 deletions src/ko/docs/install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

This guide describes how to install and setup Misskey with Docker.

::: 팁 Requirement

- docker and docker-compose installed
:::
::: Requirement
docker and docker-compose installed
:::

## Get the repository

Expand Down
9 changes: 3 additions & 6 deletions src/ko/docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@ This guide describes how to install and setup Misskey using Kubernetes and Helm

The Helm chart for Misskey is hosted on TrueCharts which is a repository designed to be used with TrueNAS Scale, but its charts can also be installed as normal Helm charts. The [TrueCharts](https://truecharts.org/docs/charts/incubator/misskey) site has a list of all the charts available as well as documentation on how to install. The TrueCharts [Discord](https://discord.gg/Ax9ZgzKx9t) server is also a resource that can be used if you have questions. Misskey is currently on the _incubator_ train.

::: 팁 Requirements

- TrueNAS Scale
OR
- Kubernetes cluster and Helm
:::
::: Requirements
TrueNAS Scale or Kubernetes cluster & Helm
:::

## TrueNAS Scale

Expand Down

0 comments on commit 97be3d9

Please sign in to comment.