File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ FROM golang:alpine
2+
3+ RUN apk update && apk add git
4+
5+ RUN go get github.com/RobustaStudio/bkit
6+
7+ ENTRYPOINT ["bkit" ]
8+
9+ WORKDIR /root/
Original file line number Diff line number Diff line change 7575 </body >
7676</html >
7777```
78+ > save that file as ` demo.html `
79+ > then just run ` bkit -html "demo.html" -https ":443" -http ":80" -server-name "bkit.domain.com" `
80+ > Point your facebook messenger webhook to ` https://bkit.domain.com/messenger `
7881
7982Installation
83+ ===============
84+ - Binaries ? go to [ Releases Page] ( releases ) and select your own distro/arch.
85+ - Docker ? ` docker run --network host alash3al/bkit -html "demo.html" -https ":443" -http ":80" -server-name "bkit.domain.com" `
86+ - From Source ? ` go get github.com/RobustaStudio/bkit `
87+
88+ Credits
89+ ==============
90+ Copyright 2018 (c) [ Robustastudio] ( https://robustastudio.com )
You can’t perform that action at this time.
0 commit comments