Updated readme for 1.3

Updated readme for 1.3
This commit is contained in:
cp6 2021-01-31 12:46:46 +11:00
parent 41fe156359
commit c00e8d7671

View File

@ -5,23 +5,21 @@ A web app for displaying, organizing and storing information about servers (VPS)
Despite what the name infers this self hosted web app isn't just for storing idling server information. 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. 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.2-blue.svg)](https://shields.io/) [![Generic badge](https://img.shields.io/badge/version-1.3-blue.svg)](https://shields.io/)
## 1.2 changes: ## 1.3 changes:
**If you have version 1.1 or less already installed please run ```update.sql```** **If you have version 1.2 already installed please run ```update1.2to1.3.sql```**
* Added table view type (use switcher icon to change to this view) * Added constant to set main view type (cards or table).
* Added auto get IPv4/IPv6 based on hostname (Click icon at hostname input) * Fixed DNS GET requests.
* Added up/down status (Click OS icon) * Added label field/input for servers.
* Updated the order by table for better formatting * Fixed domain & shared hosting deletion.
* Removed unused buttons from the CSS * Updated to dns_get_record() instead of DNS API calling.
* Updated Minor style changes * Added KB/s to MB/s conversion.
* Updated `update.sql` for pre-existing installations only. * Fixed active status for view type div.
* Updated when type DEDI selected "is_dedi" will be toggled * Added attach domain to server or shared hosting.
* Updated IPv4 no longer required field * Updated search to include tags and labels.
* Fixed no location and/or provider causing uneven cards * Updated server view more modal formatting.
* Updated delete labels * Updated server edit modal formatting.
* Updated domain terms to be annual and longer only
* Fixed error when all speedtests are "busy"
* Updated `my_idlers.sql` for changes * Updated `my_idlers.sql` for changes
## Requires ## Requires
@ -45,6 +43,7 @@ By using a [YABs](https://github.com/masonr/yet-another-bench-script) output you
* Multi payment-term compatibility * Multi payment-term compatibility
* Pre-defined operating systems * Pre-defined operating systems
* Assign tags * Assign tags
* Assign labels
* Assign server type (KVM, OVZ, LXC & dedi) * Assign server type (KVM, OVZ, LXC & dedi)
* Easy to edit values * Easy to edit values
* Order by table * Order by table
@ -57,11 +56,13 @@ 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. * 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. * Run `my_idlers.sql` in MySQL.
* **Only run ```update.sql``` if you have version 1.1 or less already installed.** * **Only run ```update1.2to1.3.sql``` if you have version 1.2 installed.**
* Edit ```class.php``` lines ```13-16``` for your MySQL details. * Edit ```class.php``` lines ```13-16``` for your MySQL details.
* Edit ```class.php``` lines ```8-10``` for card order type. * Edit ```class.php``` lines ```8-10``` for card order type.
* Make sure you have write access to process and store the YABs outputs.
## Notes ## Notes