# LINE Notify

![](/files/-MiGJRbrDvSZ0RRNLjat)

## 1. สมัคร LINE Notify

สมัครได้ที่ลิงค์ <https://notify-bot.line.me/my/>

![](/files/-MhnEgrVSo6Tln_pwarV)

![](/files/-MhnF1t_ViO87oSjd4nt)

## 2. ออก Token

2.1 คลิกที่ปุ่มออก Token

![](/files/-MhnFh4D4klB7KKnVnIW)

2.2 ตั้งชื่อ Token และคลิกที่ "รับการแจ้งเตือนแบบตัวต่อตัวจาก LINE Notify" หรือ "1-on-1 chat with LINE Notify" จากนั้นคลิกที่ปุ่มออก Token

![](/files/-MhnGRRlv0T7c74IPrNg)

2.3 ให้ทำการ Copy Token นี้เก็บไว้

![](/files/-MhnHD4dUn0CAdOK-X62)

## 3. การ Run Bot

ตอน Run bot ให้เพิ่ม Environment Variable `IWALLET_LINE_NOTIFY_TOKEN` นี้เข้าไปด้วย

```bash
$ docker run -d \
  -p 8080:8080 \
  -v $PWD:/iwallet \
  -e IWALLET_DATABASE_USERNAME="<YOUR_DATABASE_USERNAME>" \
  -e IWALLET_DATABASE_PASSWORD="<YOUR_DATABASE_PASSWORD>" \
  -e IWALLET_APP_SECRET="<YOUR_APP_SECRET>" \
  -e IWALLET_ALLOW_DOMAINS="<YOUR_DOMAIN_NAME>"
  -e IWALLET_GOOGLEAUTH_SECRET_KEY="<YOUR_GOOGLEAUTH_SECRET_KEY>" \
  -e IWALLET_LINE_NOTIFY_TOKEN="<YOUR_LINE_NOTIFY_TOKEN>"
  --restart=always \
  --name iwallet ghcr.io/jittagornp/iwallet
```

`IWALLET_LINE_NOTIFY_TOKEN` กำหนดค่าเป็น Token ที่ได้จากข้อ 2.3


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://iwallet.jittagornp.me/installation/line-notify.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
