templates/unraid/blender.xml
2025-12-30 23:17:03 +00:00

61 lines
3.4 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-blender/blob/master/readme-vars.yml -->
<Container version="2">
<Name>blender</Name>
<Repository>lscr.io/linuxserver/blender</Repository>
<Registry>https://github.com/orgs/linuxserver/packages/container/package/blender</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-blender/issues/new/choose</Support>
<Shell>bash</Shell>
<GitHub>https://github.com/linuxserver/docker-blender#application-setup</GitHub>
<ReadMe>https://github.com/linuxserver/docker-blender#readme</ReadMe>
<Project>https://www.blender.org/</Project>
<Overview>Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**</Overview>
<ExtraParams>--shm-size=1gb</ExtraParams>
<WebUI>https://[IP]:[PORT:3001]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/blender.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/blender-logo.png</Icon>
<Requires>
This image is unprotected by default __**do not**__ expose it to the internet.
Please read https://github.com/linuxserver/docker-blender#security for more information.
</Requires>
<Date>2025-12-27</Date>
<Changes>
### 2025-12-27
- Add wayland init logic.
### 2025-07-12
- Rebase to Selkies, HTTPS IS NOW REQUIRED.
### 2024-08-19
- Rebase to noble.
### 2024-02-10
- Update Readme with new env vars and ingest proper PWA icon.
### 2023-03-18
- Rebase to KasmVNC base image.
### 2022-12-13
- Rebase to Jammy, migrate to s6v3.
### 2022-05-06
- Use the full semver version in image tags. Arm32/64 version tags are inaccurate due to installing from ubuntu repo, which is usually behind.
### 2022-03-12
- Initial Release.
</Changes>
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Blender desktop gui" Type="Port" Display="always" Required="true" Mask="false"/>
<Config Name="Port: 3001" Target="3001" Default="3001" Mode="tcp" Description="Blender desktop gui HTTPS" 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>