X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/e7192278a4c380839be276b6d4897ac4bdcd0b1a..34eac98afbb1e170e5fff9646bb22cf39fc3f72d:/README.md diff --git a/README.md b/README.md index a73a4a9..8429502 100644 --- a/README.md +++ b/README.md @@ -1,39 +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. - -- 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 -``` - -- Clone this repository to a new directory called `html` -``` -git clone https://github.com/ValwareIRC/unrealircd-webpanel html -``` - -- Move into the `html` directory and edit the configuration file -``` -cd html -cp config.php.sample config.php -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.