You've already forked docker-bitlbee
Feat: add Rocket.Chat support
This commit is contained in:
@@ -18,6 +18,7 @@ curl -LO# https://github.com/majn/telegram-purple/releases/download/v1.3.1/teleg
|
|||||||
curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.1.2.tar.gz && \
|
curl -LO# https://github.com/bitlbee/bitlbee-facebook/archive/v1.1.2.tar.gz && \
|
||||||
hg clone https://bitbucket.org/EionRobb/purple-hangouts/ && \
|
hg clone https://bitbucket.org/EionRobb/purple-hangouts/ && \
|
||||||
git clone https://alexschroeder.ch/cgit/bitlbee-mastodon && \
|
git clone https://alexschroeder.ch/cgit/bitlbee-mastodon && \
|
||||||
|
hg clone https://bitbucket.org/EionRobb/purple-rocketchat && \
|
||||||
# build bitlbee
|
# build bitlbee
|
||||||
tar zxvf bitlbee-$VERSION.tar.gz && \
|
tar zxvf bitlbee-$VERSION.tar.gz && \
|
||||||
cd bitlbee-$VERSION && \
|
cd bitlbee-$VERSION && \
|
||||||
@@ -57,6 +58,11 @@ cd bitlbee-mastodon && \
|
|||||||
./configure && \
|
./configure && \
|
||||||
make && \
|
make && \
|
||||||
make install && \
|
make install && \
|
||||||
|
# install purple-rocketchat
|
||||||
|
cd && \
|
||||||
|
cd purple-rocketchat && \
|
||||||
|
make && \
|
||||||
|
make install && \
|
||||||
# libtool --finish
|
# libtool --finish
|
||||||
libtool --finish /usr/local/lib/bitlbee && \
|
libtool --finish /usr/local/lib/bitlbee && \
|
||||||
# cleanup
|
# cleanup
|
||||||
@@ -70,6 +76,7 @@ rm -fr telegram-purple* && \
|
|||||||
rm -fr v1.1.2.tar.gz bitlbee-facebook-* && \
|
rm -fr v1.1.2.tar.gz bitlbee-facebook-* && \
|
||||||
rm -fr purple-hangouts && \
|
rm -fr purple-hangouts && \
|
||||||
rm -rf bitlbee-mastodon && \
|
rm -rf bitlbee-mastodon && \
|
||||||
|
rm -rf purple-rocketchat && \
|
||||||
# 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
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ In addition to the [Bitlbee's out of the box supported protocols](https://wiki.b
|
|||||||
- Facebook (MQTT) via [bitlbee-facebook](https://github.com/bitlbee/bitlbee-facebook)
|
- Facebook (MQTT) via [bitlbee-facebook](https://github.com/bitlbee/bitlbee-facebook)
|
||||||
- Google Hangouts via [purple-hangouts](https://bitbucket.org/EionRobb/purple-hangouts)
|
- Google Hangouts via [purple-hangouts](https://bitbucket.org/EionRobb/purple-hangouts)
|
||||||
- Mastodon via [bitlbee-mastodon](https://alexschroeder.ch/software/Bitlbee_Mastodon)
|
- Mastodon via [bitlbee-mastodon](https://alexschroeder.ch/software/Bitlbee_Mastodon)
|
||||||
|
- Rocket.Chat via [purple-rocketchat](https://bitbucket.org/EionRobb/purple-rocketchat/src/default/)
|
||||||
|
|
||||||
## Base Docker image
|
## Base Docker image
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user