Releases: Gkiokan/hb-store-cdn-cli-server
Adding PS5-Support
Adding PS5 HB-Store support with the new update files.
This has been tested on my mac, but can't test on linux or windows. It should work accordingly.
Also I don't have a ps5 to test, but technically this should work. Someone comment below if this works, pls.
Has been tested and verified working. See here
v1.3.0 with retroNAS Support
Hi guys,
this improves the docs, readme and the retroNAS support.
The Server does now check for the necessary binary files on startup when called with ./hb-store-cli-server start
.
Also you can use now a couple of commands to trigger the underlying methods.
Command reference
Command | Description |
---|---|
./hb-store-cli-server |
Starts the Default Server with Interactive Menu |
./hb-store-cli-server start |
Starts the Server with the pre-configured config.ini |
./hb-store-cli-server init |
Creates a empty basic config.ini file |
./hb-store-cli-server setup |
Starts the Interactive Menu, equal to no params |
./hb-store-cli-server check-bin |
Checks Binaries for update and downloads them |
./hb-store-cli-server download-bin |
Force Download Binaries and update |
v1.2.0
This release should fix the print error for the showList function.
It seems to be caused though undefined values regarding to the cli-table lib.
However this is now patched with appending string and a try catch handler on top.
I couldn't reproduce the error but handled the issue according the error message.
v1.1.0 first PR
The new HB-Store CDN CLI Server
Core features implemented from the GUI version, so this is the successor from it.
Does include interactive menu to run though all menu items.
Follow the HowTo Guide to create the configuration file which should be obviously.
Tested on mac OS. Release Builds are available for mac windows and linux.