| 1 | <?xml version="1.0"?> |
| 2 | <Container version="2"> |
| 3 | <Name>sillytavern</Name> |
| 4 | <Repository>ghcr.io/sillytavern/sillytavern:latest</Repository> |
| 5 | <Registry>https://github.com/SillyTavern/SillyTavern/pkgs/container/sillytavern</Registry> |
| 6 | <Network>bridge</Network> |
| 7 | <MyIP/> |
| 8 | <MyMAC/> |
| 9 | <Shell>sh</Shell> |
| 10 | <Privileged>false</Privileged> |
| 11 | <Support>https://github.com/SillyTavern/SillyTavern/issues</Support> |
| 12 | <Project>https://github.com/SillyTavern/SillyTavern</Project> |
| 13 | <ReadMe>https://github.com/SillyTavern/SillyTavern</ReadMe> |
| 14 | <Overview>Official SillyTavern release image. permissionBRICK features are installed as persistent public UI/server extensions, so Unraid can update the base application directly from the upstream :latest image.</Overview> |
| 15 | <Category>Tools:</Category> |
| 16 | <WebUI>http://nas.home.htl-sky.net:8000/</WebUI> |
| 17 | <TemplateURL/> |
| 18 | <Icon/> |
| 19 | <ExtraParams>--restart unless-stopped</ExtraParams> |
| 20 | <PostArgs/> |
| 21 | <CPUset/> |
| 22 | <DateInstalled>1784478110</DateInstalled> |
| 23 | <DonateText/> |
| 24 | <DonateLink/> |
| 25 | <Requires/> |
| 26 | <Config Name="HTTP Port" Target="8000" Default="8000" Mode="tcp" Description="SillyTavern web UI port" Type="Port" Display="always" Required="true" Mask="false">8000</Config> |
| 27 | <Config Name="Config" Target="/home/node/app/config" Default="/mnt/user/appdata/sillytavern/config.yaml" Mode="rw" Description="Persistent SillyTavern configuration file" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/sillytavern/config.yaml</Config> |
| 28 | <Config Name="Data" Target="/home/node/app/data" Default="/mnt/user/appdata/sillytavern/data" Mode="rw" Description="User data: settings, characters, chats, secrets, and UI extensions" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/sillytavern/data</Config> |
| 29 | <Config Name="Plugins" Target="/home/node/app/plugins" Default="/mnt/user/appdata/sillytavern/plugins" Mode="rw" Description="Server plugins" Type="Path" Display="always" Required="false" Mask="false">/mnt/user/appdata/sillytavern/plugins</Config> |
| 30 | <Config Name="NODE_ENV" Target="NODE_ENV" Default="production" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">production</Config> |
| 31 | <Config Name="FORCE_COLOR" Target="FORCE_COLOR" Default="1" Mode="" Description="" Type="Variable" Display="advanced" Required="false" Mask="false">1</Config> |
| 32 | <Config Name="SILLYTAVERN_HEARTBEATINTERVAL" Target="SILLYTAVERN_HEARTBEATINTERVAL" Default="30" Mode="" Description="Heartbeat for healthcheck" Type="Variable" Display="advanced" Required="false" Mask="false">30</Config> |
| 33 | <Config Name="TZ" Target="TZ" Default="Europe/Berlin" Mode="" Description="Container timezone" Type="Variable" Display="advanced" Required="false" Mask="false">Europe/Berlin</Config> |
| 34 | <TailscaleStateDir/> |
| 35 | </Container> |