X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/922a4534045f1cdb25bff5dfed61638d5aa628e0..7bcd30edb23fcc1872f0a6772ab91b3c9d8b4779:/README.md diff --git a/README.md b/README.md index 3022c85..eead3e7 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,24 @@ -# unrealircd-webpanel - UnrealIRCd Administration WebPanel + ## UnrealIRCd Administration WebPanel - - -## Prerequisites ## -- PHP 7 or later -- A webserver -- UnrealIRCd 6.0.5 +[![Version](https://img.shields.io/badge/UnrealIRCd-6.1.0_or_later-darkgreen.svg)]() +[![Version](https://img.shields.io/badge/Version-0.9-blue.svg)]() +[![Maintained](https://img.shields.io/badge/Maintained-yes-darkgreen.svg)]() +[![Unreal](https://img.shields.io/badge/PHP-8.0_or_later-darkgreen.svg)](https://unrealircd.org) + +The UnrealIRCd Administration WebPanel gives you an overview of your IRC network, +with detailed information about servers, users and channels. +You can easily add and remove server bans, spamfilters and do other administrative tasks, +all from the convenience of your web browser. + +## Example Overview from Desktop + + + +## Example Overview from Mobile +
+ + +
## Installation ## - -Note: This instructional assumes this is going to be hosted in the webroot directory `/var/www/` (html/) directory. -You may want to hide this somehow. Well, you definitely should. I don't know how to do that though. Sorry. - -Please make sure you have [correctly setup UnrealIRCd for use with JSON-RPC](https://www.unrealircd.org/docs/JSON-RPC) before you continue. - -1. First, if you have just installed apache2 or something else, remove the `html` directory and navigate to `/var/www/` -``` -cd /var/www/ -rm -rf html -``` - -2. Clone this repository to a new directory called `html` -``` -git clone https://github.com/ValwareIRC/unrealircd-webpanel html -``` - -3. Move into the `html` directory and edit the configuration file -``` -cd html -nano config.php -``` -The file will look like this:
- - -Edit the configuration file to match your UnrealIRCd's RPC credentials and save - +See https://www.unrealircd.org/docs/UnrealIRCd_webpanel for all documentation.