diff options
author | terminaldweller <devi@terminaldweller.com> | 2025-04-14 03:47:38 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2025-04-14 03:47:38 +0000 |
commit | baa706160a7732ba30c1a96adca9482ed7bba345 (patch) | |
tree | cc8b91e237ee1565a118996d9892b7524c4e1e09 | |
parent | updated the readme (diff) | |
download | docker-bitlbee-libpurple-baa706160a7732ba30c1a96adca9482ed7bba345.tar.gz docker-bitlbee-libpurple-baa706160a7732ba30c1a96adca9482ed7bba345.zip |
updated the readme
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -17,7 +17,7 @@ This docker image includes bitlbee-libpurple with a bunch of useful plugins: - signal via [purple-presage](https://github.com/hoehermann/purple-presage) - whatsapp via [purple-gowhatsmeow](https://github.com/hoehermann/purple-gowhatsapp.git) - microsoft teams via [purple-teams](https://github.com/EionRobb/purple-teams) -- icyque via [icyque](https://github.com/EionRobb/icyque) +- [icyque](https://github.com/EionRobb/icyque) - [facebook](https://github.com/jgeboski/bitlbee-facebook) - [steam](https://github.com/jgeboski/bitlbee-steam) - [sipe](https://github.com/tieto/sipe) @@ -28,11 +28,11 @@ for matrix, use [matrix2051](https://github.com/progval/matrix2051) ## Building and Running -```bash +```sh docker build -f ./Dockerfile.debian -t bitlbee-purple . ``` -```bash +```sh docker run -p 6667:6667 --name bitlbee -v /local/path/to/configurations:/var/lib/bitlbee --restart=always --detach bitlbee-purple ``` @@ -77,3 +77,9 @@ networks: volumes: userdata: ``` + +You can use [grype](https://github.com/anchore/grype) to check for CVEs affecting the image: + +```sh +grype bitlbee-purple --scope all-layers +``` |