hbstore-cdn icon indicating copy to clipboard operation
hbstore-cdn copied to clipboard

Custom package server for PS4 Homebrew store

hbstore-cdn

This program allows you to host custom package repository for PS4 Homebrew Store.

Installation

Before using this program you must run download.sh (download.bat on Windows) to download the required files from the official CDN.

Usage

From the directory containing hbstore.py file, run:

python3 hbstore.py /path/to/pkgs/

where /path/to/pkgs is the directory containing your package files.

On Windows, the command will look like this:

python hbstore.py c:\path\to\pkgs\

Note: superuser privileges are required to bind to port 80

To redirect the app to your server, create a settings.ini file with the following contents:

[Settings]
temppath=/user/app
CDN=http://yourip

Then insert a USB drive with this file into the left USB port of the PS4 and start the application.

Note: you only need to do this once. If you want to use the original CDN, upload another settings.ini with CDN=http://orbismandl.darksoftware.xyz.