Add Unraid icon and template icon URL
Build And Push Container / build-and-push (push) Successful in 55s

This commit is contained in:
2026-06-19 19:39:31 +02:00
parent 4ac12c3404
commit 344e96fc5d
2 changed files with 66 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
<defs>
<linearGradient id="bg" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#dbeafe"/>
<stop offset="100%" stop-color="#bfdbfe"/>
</linearGradient>
<linearGradient id="screen" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#0f172a"/>
<stop offset="100%" stop-color="#1e3a8a"/>
</linearGradient>
<linearGradient id="lcd" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#22c55e"/>
<stop offset="100%" stop-color="#14b8a6"/>
</linearGradient>
</defs>
<rect width="256" height="256" rx="56" fill="url(#bg)"/>
<rect x="36" y="58" width="184" height="116" rx="18" fill="url(#screen)"/>
<rect x="52" y="74" width="152" height="84" rx="10" fill="url(#lcd)"/>
<path d="M72 100h40M72 122h56M72 144h28" fill="none" stroke="#ecfeff" stroke-linecap="round" stroke-width="10"/>
<circle cx="170" cy="116" r="22" fill="none" stroke="#ecfeff" stroke-width="10"/>
<path d="M110 196h36M90 196h12M154 196h12" fill="none" stroke="#1e293b" stroke-linecap="round" stroke-width="14"/>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

+44
View File
@@ -0,0 +1,44 @@
<?xml version="1.0"?>
<Container version="2">
<Name>aoostar-rs</Name>
<Repository>git.mp-mueller.de/magges/aoostar-rs:latest</Repository>
<Registry>https://git.mp-mueller.de</Registry>
<Network>bridge</Network>
<MyIP />
<Shell>bash</Shell>
<Privileged>false</Privileged>
<Support>https://git.mp-mueller.de/magges/aoostar-rs</Support>
<Project>https://git.mp-mueller.de/magges/aoostar-rs</Project>
<Overview>AOOSTAR Rust WebUI fuer das Frontdisplay, gebaut aus der Gitea-Registry.</Overview>
<Category>Tools:Utilities Other:</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL />
<Icon>https://git.mp-mueller.de/magges/aoostar-rs/raw/branch/main/icon.svg</Icon>
<ExtraParams>--restart unless-stopped --device=/dev/ttyACM0:/dev/ttyACM0</ExtraParams>
<PostArgs />
<CPUset />
<DateInstalled />
<DonateText />
<DonateLink />
<Description>Native aster-webui aus aoostar-rs mit persistentem /config und USB-Geraetedurchreichung fuer das AOOSTAR-Display.</Description>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8081</HostPort>
<ContainerPort>8080</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Config Name="WebUI Port" Target="8080" Default="8081" Mode="tcp" Description="Port fuer das aoostar-rs WebUI" Type="Port" Display="always" Required="true" Mask="false">8081</Config>
<Config Name="AppData" Target="/config" Default="/mnt/user/appdata/aoostar-rs/config" Mode="rw" Description="Persistente Konfiguration und generierte Assets" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/aoostar-rs/config</Config>
<Config Name="PORT" Target="PORT" Default="8080" Mode="" Description="Port im Container" Type="Variable" Display="advanced" Required="true" Mask="false">8080</Config>
<Config Name="ASTER_DEVICE" Target="ASTER_DEVICE" Default="/dev/ttyACM0" Mode="" Description="Serielles Geraet fuer das AOOSTAR-Display" Type="Variable" Display="always" Required="false" Mask="false">/dev/ttyACM0</Config>
<Config Name="ASTER_USB" Target="ASTER_USB" Default="" Mode="" Description="Alternative USB Vendor:Product Kennung statt Device-Pfad" Type="Variable" Display="advanced" Required="false" Mask="false"></Config>
<Config Name="ASTER_SIMULATE" Target="ASTER_SIMULATE" Default="0" Mode="" Description="1 startet ohne echte Hardware im Simulationsmodus" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config>
<Config Name="ASTER_WRITE_ONLY" Target="ASTER_WRITE_ONLY" Default="0" Mode="" Description="1 schreibt nur aufs Display ohne Ruecklesen" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config>
<Config Name="ASTER_DISABLE_DISPLAY" Target="ASTER_DISABLE_DISPLAY" Default="0" Mode="" Description="1 deaktiviert den Displayzugriff komplett" Type="Variable" Display="advanced" Required="false" Mask="false">0</Config>
</Container>