Skip to content

Send & Receive anonymous LINE message using QR Code

License

Notifications You must be signed in to change notification settings

jinil-ha/blind-msg

Repository files navigation

Blind-msg

GoDoc build Go Report Card license

Blind LINE message service using QR Code. Check https://blind-msg.jinstory.net/

Getting Started

Prerequistes

  • nginx with https
  • mysql
  • LINE login channel
  • LINE message channel
  • slack bot

Install

git clone https://github.com/jinil-ha/blind-msg
cd blind-msg
dep ensure

Configuration

# config web server (ex. nginx)
## location for resource
location ~ ^/(img|css|js)/ {
  root  <repo-directory>/resource/;
}
## location for qr code
location /qr {
  root /home/user/download/qr;
}
## location blind-msg
location / {
  proxy_pass	http://127.0.0.1:10080/;
  proxy_set_header  X-REAL-IP $remote_addr;
}

# edit server.yaml
cp server.yaml-sample server.yaml
vi server.yaml

Build & Run

# build
make

# run
make run

# or start daemon
make start

About

Send & Receive anonymous LINE message using QR Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published