arduinoide2-vnc
kilrah/arduinoide2-vnc
Productivity:
2022-11-20
https://hub.docker.com/repository/docker/kilrah/arduinoide2-vnc
bridge
bash
false
https://forums.unraid.net/topic/131202-support-kilraharduinoide2-vnc/
https://www.arduino.cc/
Arduino IDE 2 as a container. Allows sharing a dev environment wherever you are instead of battling with libraries / dealing with slow compilation on Windows.
Only boards that appear as serial ports and do not do fancy stuff like disconnecting to reconnect as HID for their bootloader will work for programming, but those that work will do so even when bound via USBIP.
A web browser, file browser with archive support, terminal and git are provided to get your codez in/out.
Use the right mouse button in the empty "desktop" (unmaximize window) to bring up the app menu, and the middle mouse button for a task switcher.
Use /mnt/cache/appdata paths instead of /mnt/user/appdata if you have an SSD cache, performance is tremendously improved.
Of course don't expose to the internet.
http://[IP]:[PORT:8080]/vnc.html?path=vnc&autoconnect=true&resize=remote&reconnect=true&show_dot=true&bell=false&view_only=false
https://github.com/kilrah/unraid-docker-templates/raw/main/templates/arduinoide2.xml
https://github.com/kilrah/unraid-docker-templates/raw/main/icons/arduinoide2.png
###v1.1.0 (2026-01-28)
- Update environment
- Update Arduino IDE to version 2.3.8
- Added taskbar
###v1.0.14 (2024-12-14)
- Update Arduino IDE to version 2.3.7
###v1.0.4 (2023-03-14)
- Fix menu
###v1.0.1 (2022-11-23)
- Add PUID/PGID support
Container will take ownership of the appdata directory and its contents with the supplied IDs
###v1.0.0 (2022-11-20)
- Initial release