design improvements, stabilize everything, update readme

This commit is contained in:
Aidan 2025-07-08 17:39:12 -04:00
parent 48736645c5
commit 0ceb0b61b4
8 changed files with 979 additions and 511 deletions

View file

@ -5,7 +5,7 @@
A KernelSU module which simplifies the installation of a keybox.xml file by fetching it from a server.
> [!IMPORTANT]
> **This project is not hosted on GitHub. If you are looking to contribute or open an issue, please see my repo on [LibreCloud Git](https://git.pontusmail.org/aidan/beesrv).**
> **This project is not hosted on GitHub. If you are looking to contribute or open an issue, please see my repo on [p0ntus git](https://git.p0ntus.com/aidan/BeeSrv).**
## Module
@ -51,7 +51,7 @@ A `beebox.xml` file should be placed the `server/serve/` directory. You will hav
Thank you to all of the people and projects I have come across while building this! Without you, this project wouldn't be a reality.
* [Re-Malwack by ZG089](https://github.com/ZG089/Re-Malwack) -
* [Re-Malwack by ZG089](https://github.com/ZG089/Re-Malwack) -
This helped me so much while writing the module
* [KernelSU Documentation](https://kernelsu.org/guide/module.html) - Very helpful resource for building a complete module