Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/donbarbos/i2p-jabber
- Owner: donBarbos
- License: mit
- Created: 2023-06-05T22:39:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-07T08:19:57.000Z (over 1 year ago)
- Last Synced: 2024-11-22T10:13:09.763Z (about 2 months ago)
- Topics: bash, i2p, i2pd, jabber, linux, privacy, prosody, script, security, self-hosted, shell, xmpp
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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]