]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - README.md
Allow editing the panel profile
[irc/unrealircd/unrealircd-webpanel.git] / README.md
index 58c86f7a4be69a2565da53ab99606625b74c6028..2ed32273c371b176f321ee0ede0c1bd0e3e6a67e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,13 +15,20 @@ Additionally, the UnrealIRCd Web Panel is a great tool for keeping track of your
 
 Overall, the UnrealIRCd Web Panel is a must-have tool for any administrator managing an IRC network. Its user-friendly interface and powerful management capabilities make it easy to keep track of your network and ensure that everything is running smoothly. So why not give it a try and see how it can improve your IRC network management experience?
 
-## Example Overview
+## Example Overview from Desktop
  <img src="https://i.ibb.co/7SdFZnk/Screenshot-from-2023-01-14-07-26-21.png">
+ <img src="https://i.ibb.co/6vQ6wg7/spamfilter.png">
+
+## Example Overview from Mobile
+<div class="row">
+<img src="https://i.ibb.co/KGLdB43/Screenshot-20230123-233804-Chrome.jpg" height="30%" width="30%">
+<img src="https://i.ibb.co/tB980kd/Screenshot-20230124-000204-Chrome.jpg" height="30%" width="30%">
+</div>
 
 ## Prerequisites ##
+- UnrealIRCd 6.0.6 or later
+- A webserver (e.g. apache or nginx)
 - PHP 8 or later
-- A webserver
-- UnrealIRCd 6.0.6-git recommended. Minimal functionality available with UnrealIRCd 6.0.5.
 
 Note: PHP 8 may require special installation instructions.
 Here are some instructions for:
@@ -58,8 +65,8 @@ nano config.php
 ```
 Edit the configuration file to match your UnrealIRCd's RPC credentials and save
 
-NOTE: You most likely want to put the webpanel behind a login, using a
-`.htaccess` file or similar.
+IMPORTANT: You will want to put the webpanel behind a login, using a
+`.htaccess` file or similar. Don't open it up to the world!
 
 ## Updating for end-users ##
 For end-users, when you want to update to the latest version:
@@ -69,8 +76,9 @@ composer install
 ```
 
 ## Authentication
-There will be at least two methods of authentication. Currently in
-development:
+Right now, by default everyone being able to access the URL can use the
+webpanel. In future versions this will no longer be the case.
+There are currently two authentication methods under development:
 
 - SQL (available but still in development!)
 - Local File DB (not public yet)