Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romancin/ps4-exploit-host-docker
Docker image with ps4-exploit-host application
https://github.com/romancin/ps4-exploit-host-docker
Last synced: about 2 months ago
JSON representation
Docker image with ps4-exploit-host application
- Host: GitHub
- URL: https://github.com/romancin/ps4-exploit-host-docker
- Owner: romancin
- Created: 2018-03-03T08:53:45.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T21:34:50.000Z (10 months ago)
- Last Synced: 2024-11-08T08:54:51.678Z (2 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 9
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-PS4-Jailbreak - PS4 Exploit Host Docker
README
# ps4-exploit-host-docker
This is a completely funcional Docker image with Al-Azif ps4-exploit-host application.
[![](https://images.microbadger.com/badges/version/romancin/ps4-exploit-host.svg)](https://microbadger.com/images/romancin/ps4-exploit-host "Docker image version")
[![](https://images.microbadger.com/badges/image/romancin/ps4-exploit-host.svg)](https://microbadger.com/images/romancin/ps4-exploit-host "Docker image size")
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=X2CT2SWQCP74U)You can invite me a beer if you want ;)
Based on Alpine Linux, which provides a very small size.
Tested and working on Synology and QNAP, but should work on any x86_64 devices.
It uses DNS 53/udp port, so probably you have it in use on the docker host. In this case you should use a docker network with macvlan driver. This way you can assign a different IP address for the container. I included a docker-compose.yaml file in the code to make it easier to deploy.
Sample run command:
```bash
docker run -d --name=ps4-exploit-host \
-e PGID=0 -e PUID=0 -e TZ=Europe/Madrid \
-p 53:53 \
-p 80:80 \
romancin/ps4-exploit-host:latest
```or use
docker-compose up -d
after you edited the file previously to meet your needs.