2023-12-31 14:24:05 +00:00
---
title: Installation Notes
---
2022-07-11 15:09:18 +00:00
- If you enable `Ingress` for this app, you need to have `SECURE_CONNECTION` set to `false` and `Port Type` set to `HTTP` , otherwise you may run into errors for `Too many redirects` .
2022-07-11 19:13:45 +00:00
- You can't enable `Ingress` for `VNC` If you want to use `VNC` , you must set this service to `Simple` instead
2022-07-11 15:09:18 +00:00
- `VNC` with `SECURE_CONNECTION` set `true` , only works with very few clients. One of them is `SSVNC` .
- `SECURE_CONNECTION` affects both `WebUI` and `VNC` .
2022-07-11 19:13:45 +00:00
---
2022-07-11 15:09:18 +00:00
- If you are passing through devices such as `Optical Drives` , you have to Click `Container Security Settings` and set `PUID` to `0` .
2023-01-17 22:51:32 +00:00
- Mount USB Devices
- Host Device Path to `/dev/{sr0, dvd, sg0}` (Pick one)
- Container Device Path `/dev/{sr0, dvd, sg0}` (Pick one, most likely you have to match the host's path)