Updated readme

Updated readme
This commit is contained in:
cp6 2022-12-02 14:28:45 +11:00
parent 5dd23f6a46
commit 055443f917

View File

@ -1,6 +1,6 @@
# My idlers # My idlers
A web app for displaying, organizing and storing information about servers (VPS), shared & reseller hosting, seed boxes, A self hosted web app for displaying, organizing and storing information about servers (VPS), shared & reseller hosting, seed boxes,
domains, domains,
DNS and misc services. DNS and misc services.
@ -18,36 +18,22 @@ GeekBench 5 scores to do easier comparing and sorting.
## Project sponsor ## Project sponsor
[Cloud Five Limited](https://cloud-v.net/) for providing the hosting for demo installation. Currently seeking a project sponsor
## 2.1.8 changes (20th October 2022): ## 2.1.9 changes (2nd December 2022):
#### You can no longer use the form to submit YABS results
yabs.sh now has JSON formatted response and can POST the output directly from calling the script.
With My idlers you can use your API key and the server id to directly POST the benchmark result
`http://domain.com/api/yabs/tnSJLyhz/USERAPIKEYISHERE`
Example yabs.sh call to POST the result
`curl -sL yabs.sh | bash -s -- -s "http://domain.com/api/yabs/tnSJLyhz/USERAPIKEYISHERE"`
#### Please run the following if updating from existing install: #### Please run the following if updating from existing install:
```shell ```shell
php artisan migrate
php artisan route:cache php artisan route:cache
php artisan cache:clear php artisan cache:clear
``` ```
* Added & implemented details footer blade component * Added & implemented NPM webpack
* Added new index layout * Added compiled assets
* Updated domains, misc, reseller, seedboxes and shared use new index layout * Added notes (Servers, shared, reseller, domains, DNS and IPs)
* Updated validation for store and update * Fixed create views default provider is no longer the former sponsor
* Updated `updatePricing()` to not need `$as_usd` parameter
* Updated labels assigned insert
* Updated order/sort by methods for pricing related columns
* Removed add YABS button on servers index page
## Requires ## Requires
@ -71,6 +57,7 @@ php artisan cache:clear
* Assign labels * Assign labels
* Assign server type (KVM, OVZ, LXC & dedi) * Assign server type (KVM, OVZ, LXC & dedi)
* Easy to edit values * Easy to edit values
* Assign notes
## Install ## Install
@ -113,6 +100,18 @@ Run with a single click on [PikaPods.com](https://www.pikapods.com/)
[![PikaPods](https://www.pikapods.com/static/run-button.svg)](https://www.pikapods.com/pods?run=my-idlers) [![PikaPods](https://www.pikapods.com/static/run-button.svg)](https://www.pikapods.com/pods?run=my-idlers)
## Adding a YABS benchmark
yabs.sh now has JSON formatted response and can POST the output directly from calling the script.
With My idlers you can use your API key and the server id to directly POST the benchmark result
`https://yourdomain.com/api/yabs/SERVERID/USERAPIKEYISHERE`
Example yabs.sh call to POST the result:
`curl -sL yabs.sh | bash -s -- -s "https://yourdomain.com/api/yabs/SERVERID/USERAPIKEYISHERE"`
## API endpoints ## API endpoints
For GET requests the header must have `Accept: application/json` and your API token (found at `/account`) For GET requests the header must have `Accept: application/json` and your API token (found at `/account`)