mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-06 09:08:10 +00:00
Updated README.md
This commit is contained in:
parent
5445e9d67f
commit
8ffbe79a60
2 changed files with 10 additions and 4 deletions
12
README.md
12
README.md
|
@ -1,11 +1,13 @@
|
||||||
# My idlers
|
# My idlers
|
||||||
|
|
||||||
A self-hosted web app for displaying, organizing and storing information about your servers (VPS/Dedi), shared & reseller hosting, seedboxes,
|
A self-hosted web app for displaying, organizing and storing information about your servers (VPS/Dedi), shared &
|
||||||
|
reseller hosting, seedboxes,
|
||||||
domains, DNS and misc services.
|
domains, DNS and misc services.
|
||||||
|
|
||||||
Despite what the name infers this self-hosted web app isn't just for storing idling server information. By using
|
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
|
a [YABS](https://github.com/masonr/yet-another-bench-script) output you can get disk & network speed values along with
|
||||||
GeekBench 5 & 6 scores to do easier comparing and sorting. Of course storing other services e.g. web hosting is possible and supported too with My idlers.
|
GeekBench 5 & 6 scores to do easier comparing and sorting. Of course storing other services e.g. web hosting is possible
|
||||||
|
and supported too with My idlers.
|
||||||
|
|
||||||
[](https://shields.io/) [](https://shields.io/) [](https://shields.io/) [](https://shields.io/)
|
[](https://shields.io/) [](https://shields.io/) [](https://shields.io/) [](https://shields.io/)
|
||||||
|
|
||||||
|
@ -32,6 +34,7 @@ Currently seeking a project sponsor
|
||||||
* Added several updated OS versions to OsSeeder
|
* Added several updated OS versions to OsSeeder
|
||||||
* Added Font awesome Brands webfont
|
* Added Font awesome Brands webfont
|
||||||
* Added IP whois data columns to the ips table
|
* Added IP whois data columns to the ips table
|
||||||
|
* Added Note to API
|
||||||
* Fixed OS icons not loading in servers index page
|
* Fixed OS icons not loading in servers index page
|
||||||
* Fixed Settings being called without being created (existing)
|
* Fixed Settings being called without being created (existing)
|
||||||
* Fixed issue with OS: `Call to a member function toJson() on array`
|
* Fixed issue with OS: `Call to a member function toJson() on array`
|
||||||
|
@ -126,8 +129,9 @@ Example yabs.sh call to POST the result:
|
||||||
|
|
||||||
`curl -sL yabs.sh | bash -s -- -s "https://yourdomain.com/api/yabs/SERVERID/USERAPIKEYISHERE"`
|
`curl -sL yabs.sh | bash -s -- -s "https://yourdomain.com/api/yabs/SERVERID/USERAPIKEYISHERE"`
|
||||||
|
|
||||||
## TODO
|
## Credits
|
||||||
|
|
||||||
|
IP who is data provided by [ipwhois.io](https://ipwhois.io/documentation)
|
||||||
|
|
||||||
## API endpoints
|
## API endpoints
|
||||||
|
|
||||||
|
@ -193,6 +197,8 @@ All API requests must be appended with `api/` e.g `mydomain.com/api/servers/gYk8
|
||||||
|
|
||||||
`shared/{id}`
|
`shared/{id}`
|
||||||
|
|
||||||
|
`note/{id}`
|
||||||
|
|
||||||
**POST requests**
|
**POST requests**
|
||||||
|
|
||||||
Create a server
|
Create a server
|
||||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "aec72a0934ebcaf825dabeb8fbff3bf7",
|
"content-hash": "7f71e572ddcc6d24797b4a31917dae5c",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "brick/math",
|
"name": "brick/math",
|
||||||
|
|
Loading…
Add table
Reference in a new issue