Merge branch 'main' into dev

This commit is contained in:
corbpie 2022-02-19 00:01:03 +11:00 committed by GitHub
commit 2fd5fb2874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,24 +2,29 @@
A web app for displaying, organizing and storing information about servers (VPS), shared hosting and domains.
## V2 notes
V2 build is going to be a complete overhaul of My idlers with the project being moved onto the Laravel framework. This will simplyfy development and most of the features from the original build will be present in V2.
[Live demo](https://myidlers.srv3r.com/)
Despite what the name infers this self hosted web app isn't just for storing idling server information.
By using a [YABs](https://github.com/masonr/yet-another-bench-script) output you can get disk & network speed values along with GeekBench 5 scores to do easier comparing and sorting.
[![Generic badge](https://img.shields.io/badge/version-1.5-blue.svg)](https://shields.io/)
## 1.3 changes:
**If you have version 1.2 already installed please run ```update1.2to1.3.sql```**
* Added constant to set main view type (cards or table).
* Fixed DNS GET requests.
* Added label field/input for servers.
* Fixed domain & shared hosting deletion.
* Updated to dns_get_record() instead of DNS API calling.
* Added KB/s to MB/s conversion.
* Fixed active status for view type div.
* Added attach domain to server or shared hosting.
* Updated search to include tags and labels.
* Updated server view more modal formatting.
* Updated server edit modal formatting.
## 1.4 changes:
**If you have version 1.3 already installed please run ```update1.3to1.4.sql```**
* Added compare servers section
* Added ASN fetcher
* Added check for min version PHP 7.4
* Added errors checks for YABs output inserting
* Added improved screenshots to readme
* Updated delete YABs txt file when deleting server data
* Added save YABs to txt file constant
* Updated domain attached to errors when null
* Updated getIpForDomain() call to echo (working now)
* Updated `my_idlers.sql` for changes
## Requires
@ -36,6 +41,7 @@ By using a [YABs](https://github.com/masonr/yet-another-bench-script) output you
* [Auto get IP's from hostname](https://cdn.write.corbpie.com/wp-content/uploads/2021/01/my-idlers-self-hosted-server-domain-information-ips-from-hostname.gif)
* [Check up/down status](https://cdn.write.corbpie.com/wp-content/uploads/2021/01/my-idlers-self-hosted-server-domain-information-ping-up-feature.gif)
* Get YABs data from output
* Compare 2 servers
* Save & view YABs output
* Update YABs disk & network results
* Next due date system
@ -56,7 +62,7 @@ By using a [YABs](https://github.com/masonr/yet-another-bench-script) output you
* Download [the zip](https://github.com/cp6/my-idlers/archive/main.zip) and unpack the files from ```my-idlers-main/``` into your directory of choice.
* Run `my_idlers.sql` in MySQL.
* **Only run ```update1.2to1.3.sql``` if you have version 1.2 installed.**
* **Only run ```update1.3to1.4.sql``` if you have version 1.3 installed.**
* Edit ```class.php``` lines ```13-16``` for your MySQL details.
* Edit ```class.php``` lines ```8-10``` for card order type.