mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
Bot Updating Unraid Template
This commit is contained in:
parent
1bdbcb66a9
commit
8ebc8eeefb
35
unraid/rpcs3.xml
Normal file
35
unraid/rpcs3.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
||||
<!-- GENERATED FROM https://github.com/linuxserver/docker-rpcs3/blob/master/readme-vars.yml -->
|
||||
<Container version="2">
|
||||
<Name>rpcs3</Name>
|
||||
<Repository>lscr.io/linuxserver/rpcs3</Repository>
|
||||
<Registry>https://github.com/orgs/linuxserver/packages/container/package/rpcs3</Registry>
|
||||
<DonateText>Donations</DonateText>
|
||||
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
||||
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
||||
<Network>bridge</Network>
|
||||
<Privileged>false</Privileged>
|
||||
<Support>https://github.com/linuxserver/docker-rpcs3/issues/new/choose</Support>
|
||||
<Shell>bash</Shell>
|
||||
<GitHub>https://github.com/linuxserver/docker-rpcs3#application-setup</GitHub>
|
||||
<ReadMe>https://github.com/linuxserver/docker-rpcs3#readme</ReadMe>
|
||||
<Project>https://rpcs3.net/</Project>
|
||||
<Overview>RPCS3(https://rpcs3.net/) is a multi-platform open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows, Linux, macOS and FreeBSD.</Overview>
|
||||
<ExtraParams>--shm-size=1gb</ExtraParams>
|
||||
<WebUI>https://[IP]:[PORT:3001]</WebUI>
|
||||
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/rpcs3.xml</TemplateURL>
|
||||
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/rpcs3-logo.png</Icon>
|
||||
<Date>2025-06-19</Date>
|
||||
<Changes>
|
||||
### 2025-06-19
|
||||
- Initial release.
|
||||
|
||||
</Changes>
|
||||
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="HTTP RPCS3 desktop gui must be proxied." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Port: 3001" Target="3001" Default="3001" Mode="tcp" Description="HTTPS RPCS3 desktop gui." Type="Port" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Users home directory in the container, stores local files and settings" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
||||
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
</Container>
|
||||
Loading…
x
Reference in New Issue
Block a user