NuxtImageBoard apiを用いる簡易LineBot
l-m-api3を使用(簡単にかける)
flexメッセージいっぱい(見た目がよい)
Docker対応
docker pull dosugamea/bot-line:amd64
OR
docker pull dosugamea/bot-line:armv7
LINE_CHANNEL_TOKEN=HOGE
CDN_ENDPOINT=https://nboard-api.domao.site/static/
API_ENDPOINT=https://nboard-api.domao.site
API_TOKEN=NB_TOKEN
docker run --rm --env-file=<envファイルパス> -p <受付ポート>:1204 -t nuxt-image-board/bot-line
docker build -f Dockerfile_amd64 -t nuxt-image-board/bot-line-pc .
docker buildx build --platform linux/arm/v7 --file Dockerfile_armv7 --t nuxt-image-board/bot-line .