[Script request]: ps3netsrv #6536
Unanswered
SpaceAgeHero
asked this question in
Request script
Replies: 2 comments
-
I would also love to see that feature |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want to get it running in the meantime:
services:
ps3netsrv:
image: shawly/ps3netsrv:latest
environment:
TZ: America/Chicago
USER_ID: 0 # change this to the uid of the user that owns your games folder
GROUP_ID: 0 # change this to the gid of the user that owns your games folder
ports:
- "38008:38008"
volumes:
- "$HOME/ps3games:/games:rw"
For item 4, you'll probably want to enable SSH access. Lots of ways to do it. Here's one way:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Application Name
PS3 NET Server
Website
https://github.com/aldostools/webMAN-MOD/wiki/~-PS3-NET-Server
Description
ps3netsrv is a server application used to stream content from a remote server to the PS3.
Due Diligence
Beta Was this translation helpful? Give feedback.
All reactions