https://github.com/milouk/docker-smb-opl
This repo contains a Dockerized Samba Server for Open PlayStation Loader
https://github.com/milouk/docker-smb-opl
fmcb games hack opl ps2
Last synced: 3 months ago
JSON representation
This repo contains a Dockerized Samba Server for Open PlayStation Loader
- Host: GitHub
- URL: https://github.com/milouk/docker-smb-opl
- Owner: milouk
- Created: 2021-06-03T11:43:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T10:04:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T17:49:10.994Z (5 months ago)
- Topics: fmcb, games, hack, opl, ps2
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 20
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dockerized Samba Server for Open PlayStation Loader
OPL can stream backed up games from SMB. Although the process of creating a share
and enabling smb is straightforward for Windows, in MacOS or Linux it is not.Hence, the reason for creating this repo. To set up an SMB server for streaming
games on your PS2 do the following.On your PC
1. You need to export a variable with the path of your share. You can do this by typing `export SHARE_PATH=/my/path/to/PS2SMB/`
2. You then type `docker-compose up`On your PS2
1. As your share enter `PS2SMB` (this is important)
2. As a username enter `guest`
3. Leave password emptyEnjoy!