kvn1351 / ps4-pkg-sender

A docker compose web server ui for the remote pkg installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PS4 PKG Sender

This is a Docker compose Web Server UI for the PS4 Remote PKG installer

Dependencies

Install Docker Compose

Instructions here: https://docs.docker.com/compose/install/

Configure

IPs

In the docker-compose.yml file, you will see inside the environment section:

  • LOCALIP=192.168.0.2
  • PS4IP=192.168.0.100

Replace 192.168.0.2 (The value for LOCALIP) with the IP of the computer running this.

Replace 192.168.0.100 (The value for PS4IP) with the IP of the PS4.

Folder to serve PKGs from

./files is the folder that will be used to look for *.pkg files

You can:

  • Move the PKGs you want available inside the files folder.

or

  • Replace the files folder with a symlink pointing to where the PKGs you want available are.

Run

docker-compose -f /path/to/docker-compose.yml up

Usage

First, make sure the PS4 is running at the PS4IP and the PS4 Remote PKG installer is running.

You should be able to open in a browser http://192.168.0.2:3333/ (Replace the LOCALIP=192.168.0.2 for the one you configured)

It will load a page with all the PKG files it could find inside the files folder and their filesize.

Clicking on one of them will send it to the PS4 Remote PKG installer.

About

A docker compose web server ui for the remote pkg installer


Languages

Language:JavaScript 83.3%Language:HTML 8.2%Language:Dockerfile 5.7%Language:Shell 2.7%