mirror of
https://github.com/linuxserver/templates.git
synced 2026-03-16 00:02:47 +08:00
101 lines
4.7 KiB
XML
Executable File
101 lines
4.7 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<!-- GENERATED FROM https://github.com/linuxserver/docker-emulatorjs/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>emulatorjs</Name>
|
|
<Repository>lscr.io/linuxserver/emulatorjs</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/emulatorjs</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-emulatorjs/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-emulatorjs#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-emulatorjs#readme</ReadMe>
|
|
<Project>https://github.com/linuxserver/emulatorjs</Project>
|
|
<Overview>Emulatorjs(https://github.com/linuxserver/emulatorjs) - In browser web based emulation portable to nearly any device for many retro consoles. A mix of emulators is used between Libretro and EmulatorJS.</Overview>
|
|
<WebUI>http://[IP]:[PORT:3000]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/emulatorjs.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/emulatorjs-logo.png</Icon>
|
|
<Date>2024-01-28</Date>
|
|
<Changes>
|
|
### 2024-01-28
|
|
- Skip IPFS config if DISABLE_IPFS is set as env variable.
|
|
|
|
### 2024-01-27
|
|
- Add atari5200 support.
|
|
|
|
### 2024-01-24
|
|
- Pin node back on aarch64 as well for compatibility.
|
|
|
|
### 2024-01-23
|
|
- Add logic to symlink out RO rom directories to support upgrades.
|
|
|
|
### 2024-01-14
|
|
- Update remaining cores for melonds and yabause threaded to fix audio issues.
|
|
|
|
### 2024-01-11
|
|
- Use Node 16 on x86 image to restore metadata uploads in backend, update psx core to current.
|
|
|
|
### 2024-01-07
|
|
- Update to use new Mupen64 plus core by default.
|
|
|
|
### 2024-01-06
|
|
- Update many emulators to fix audio issues and use latest codebases.
|
|
|
|
### 2023-12-29
|
|
- Rebase to Alpine 3.19, add option to launch without IPFS.
|
|
|
|
### 2023-08-09
|
|
- Rebase to Alpine 3.18, migrate to s6v3.
|
|
|
|
### 2023-07-06
|
|
- Deprecate armhf. As announced here(https://www.linuxserver.io/blog/a-farewell-to-arm-hf)
|
|
|
|
### 2022-11-24
|
|
- Update IPFS links for chdman.
|
|
|
|
### 2022-04-04
|
|
- Ingest pre-built chdman bins during build time.
|
|
|
|
### 2022-02-23
|
|
- Update ingestion point for emulatorjs bins.
|
|
|
|
### 2022-01-25
|
|
- Allow users to mount in existing rom directories.
|
|
|
|
### 2022-01-14
|
|
- Add profile paths and rebase to Alpine 3.15.
|
|
|
|
### 2022-01-04
|
|
- Add headers needed for Threaded emulators.
|
|
|
|
### 2021-11-29
|
|
- Add wasm mime type to NGINX.
|
|
|
|
### 2021-11-26
|
|
- Configure IPFS in a lower power mode, use homebuilt blobs for emu cores.
|
|
|
|
### 2021-11-19
|
|
- Pin retroarch version.
|
|
|
|
### 2021-11-14
|
|
- Update default cores to ingest.
|
|
|
|
### 2021-10-23
|
|
- Initial release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Rom/artwork management interface, used to generate/manage config files and download artwork" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 80" Target="80" Default="80" Mode="tcp" Description="Emulation frontend containing static web files used to browse and launch games" Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 4001" Target="4001" Default="4001" Mode="tcp" Description="IPFS peering port, if you want to participate in the P2P network to distribute frontend artwork please forward this to the Internet" Type="Port" Display="always" Required="false" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Path to store user profiles" Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="Path: /data" Target="/data" Default="" Mode="rw" Description="Path to store roms/artwork" Type="Path" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="SUBFOLDER" Target="SUBFOLDER" Default="/" Description="Specify a subfolder for reverse proxies IE '/FOLDER/'" Type="Variable" Display="always" Required="false" 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>
|