Mount Unraid storage paths in container

This commit is contained in:
2026-06-09 23:53:50 +02:00
parent 4aae5013b3
commit 6aad1f4417
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -70,6 +70,8 @@ docker run -d \
--device /dev/ttyACM0:/dev/ttyACM0 \
-p 8080:8080 \
-v /mnt/user/appdata/aoostar-rs/config:/config \
-v /mnt/cache:/mnt/cache:ro \
-v /mnt/user:/mnt/user:ro \
aoostar-rs-webui:latest
```
+2
View File
@@ -22,6 +22,8 @@
<Requires>Durchgereichtes Display-Geraet, typischerweise /dev/ttyACM0. Nutzt nur aoostar-rs, keine Hersteller-Binary.</Requires>
<Config Name="WebUI Port" Target="8080" Default="8080" Mode="tcp" Description="Host port for the native aoostar-rs WebUI." Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="Config Path" Target="/config" Default="/mnt/user/appdata/aoostar-rs/config" Mode="rw" Description="Path containing Monitor3.json and img assets." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/aoostar-rs/config</Config>
<Config Name="Unraid Cache Mount" Target="/mnt/cache" Default="/mnt/cache" Mode="ro" Description="Read-only bind mount so the WebUI can show real usage for /mnt/cache." Type="Path" Display="advanced" Required="false" Mask="false">/mnt/cache</Config>
<Config Name="Unraid User Mount" Target="/mnt/user" Default="/mnt/user" Mode="ro" Description="Read-only bind mount so the WebUI can show real usage for /mnt/user." Type="Path" Display="advanced" Required="false" Mask="false">/mnt/user</Config>
<Config Name="Display Device" Target="/dev/ttyACM0" Default="/dev/ttyACM0" Mode="rw" Description="AOOSTAR display USB serial device." Type="Device" Display="always" Required="true" Mask="false">/dev/ttyACM0</Config>
<Config Name="ASTER_DEVICE" Target="ASTER_DEVICE" Default="/dev/ttyACM0" Mode="" Description="Device path passed into aster-webui." Type="Variable" Display="advanced" Required="false" Mask="false">/dev/ttyACM0</Config>
<Config Name="ASTER_USB" Target="ASTER_USB" Default="" Mode="" Description="Optional USB VID:PID override. Leave blank to use ASTER_DEVICE or the default AOOSTAR USB UART." Type="Variable" Display="advanced" Required="false" Mask="false"></Config>