You've already forked docker-bitlbee
Feat: add Instagram backend
This commit is contained in:
@@ -23,6 +23,7 @@ git clone https://github.com/dylex/slack-libpurple.git && \
|
|||||||
git clone https://github.com/jgeboski/bitlbee-steam.git && \
|
git clone https://github.com/jgeboski/bitlbee-steam.git && \
|
||||||
git clone https://github.com/matrix-org/purple-matrix.git && \
|
git clone https://github.com/matrix-org/purple-matrix.git && \
|
||||||
git clone https://github.com/EionRobb/purple-mattermost.git && \
|
git clone https://github.com/EionRobb/purple-mattermost.git && \
|
||||||
|
git clone https://github.com/EionRobb/purple-instagram.git && \
|
||||||
# build bitlbee
|
# build bitlbee
|
||||||
tar zxvf bitlbee-$VERSION.tar.gz && \
|
tar zxvf bitlbee-$VERSION.tar.gz && \
|
||||||
cd bitlbee-$VERSION && \
|
cd bitlbee-$VERSION && \
|
||||||
@@ -95,6 +96,11 @@ cd && \
|
|||||||
cd purple-mattermost && \
|
cd purple-mattermost && \
|
||||||
make && \
|
make && \
|
||||||
make install && \
|
make install && \
|
||||||
|
# install purple-instagram
|
||||||
|
cd && \
|
||||||
|
cd purple-instagram && \
|
||||||
|
make && \
|
||||||
|
make install && \
|
||||||
# libtool --finish
|
# libtool --finish
|
||||||
libtool --finish /usr/local/lib/bitlbee && \
|
libtool --finish /usr/local/lib/bitlbee && \
|
||||||
# cleanup
|
# cleanup
|
||||||
@@ -114,6 +120,7 @@ rm -fr slack-libpurple && \
|
|||||||
rm -fr bitlbee-steam && \
|
rm -fr bitlbee-steam && \
|
||||||
rm -fr purple-matrix && \
|
rm -fr purple-matrix && \
|
||||||
rm -fr purple-mattermost && \
|
rm -fr purple-mattermost && \
|
||||||
|
rm -fr purple-instagram && \
|
||||||
# add user bitlbee
|
# add user bitlbee
|
||||||
adduser --system --home /var/lib/bitlbee --disabled-password --disabled-login --shell /usr/sbin/nologin bitlbee && \
|
adduser --system --home /var/lib/bitlbee --disabled-password --disabled-login --shell /usr/sbin/nologin bitlbee && \
|
||||||
touch /var/run/bitlbee.pid && chown bitlbee:nogroup /var/run/bitlbee.pid
|
touch /var/run/bitlbee.pid && chown bitlbee:nogroup /var/run/bitlbee.pid
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ In addition to the [Bitlbee's out of the box supported protocols](https://wiki.b
|
|||||||
- Steam via [bitlbee-steam](https://github.com/bitlbee/bitlbee-steam)
|
- Steam via [bitlbee-steam](https://github.com/bitlbee/bitlbee-steam)
|
||||||
- Matrix via [purple-matrix](https://github.com/matrix-org/purple-matrix)
|
- Matrix via [purple-matrix](https://github.com/matrix-org/purple-matrix)
|
||||||
- Mattermost via [puple-mattermost](https://github.com/EionRobb/purple-mattermost)
|
- Mattermost via [puple-mattermost](https://github.com/EionRobb/purple-mattermost)
|
||||||
|
- Instagram via [purple-instagram](https://github.com/EionRobb/purple-instagram)
|
||||||
|
|
||||||
## Base Docker image
|
## Base Docker image
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user