Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/donbarbos/i2p-jabber

🐧 Script to configure Jabber (a.k.a. XMPP) server inside i2p network
https://github.com/donbarbos/i2p-jabber

bash i2p i2pd jabber linux privacy prosody script security self-hosted shell xmpp

Last synced: about 2 months ago
JSON representation

🐧 Script to configure Jabber (a.k.a. XMPP) server inside i2p network

Awesome Lists containing this project

README

        

# i2p-jabber

| Script to configure jabber server inside i2p network |
| ---------------------------------------------------- |

[![ShellCheck](https://github.com/donBarbos/i2p-jabber/workflows/ShellCheck/badge.svg)](https://github.com/donBarbos/i2p-jabber/actions/workflows/shellcheck.yml)
[![LICENSE](https://img.shields.io/github/license/donbarbos/i2p-jabber?color=sucess&label=License&logo=github&logoColor=%23959da5)](https://github.com/donBarbos/i2p-jabber/tree/main/LICENSE)

### 🚀 How to run the script

I. Execute the script using `curl`

```bash
sudo bash -c "$(curl -fsSL https://raw.githubusercontent.com/donBarbos/i2p-jabber/main/install.sh)"
```

II. Execute the script using `wget`

```bash
sudo bash -c "$(wget -O- https://raw.githubusercontent.com/donBarbos/i2p-jabber/main/install.sh)"
```

### 🔧 Tech Stack

- `i2pd` — is a full-featured C++ implementation of I2P client.
- `prosody` — is a modern XMPP communication server.

### 👷🏾 Contributing

See [`CONTRIBUTING.md`](./CONTRIBUTING.md)

### 📝 License

Distributed under the MIT license. See [`LICENSE`](../LICENSE) for more information.

### 📢 Contact

[donbarbos](https://github.com/donBarbos): [email protected]