June 28, 20251 yr 🙌OpenHands (formerly OpenDevin), a platform for software development agents powered by AI.OpenHands agents can do anything a human developer can: modify code, run commands, browse the web, call APIs, and yes—even copy code snippets from StackOverflow.Overview: Support for Docker image OpenHandsApplication: All Hands/OpenHands - https://www.all-hands.dev/Docker Hub: N/A They use their own registry | https://docker.all-hands.dev/all-hands-ai/openhands:0.47GitHub: https://github.com/All-Hands-AI/OpenHandsDocumentation: https://docs.all-hands.dev/WarningOn a public network? See our Hardened Docker Installation Guide to secure your deployment by restricting network binding and implementing additional security measures. (I wouldn't expose it to the web) By default, OpenHands binds to all network interfaces (0.0.0.0), which can expose your instance to all networks the host is connected to.I would also suggest isolating it by using Docker network, which is built in Docker.Create an isolated network by going to Unraid Terminal and typing the following:docker network create [network-name]Example: docker network create openhandsOnce the network is created, you can select that network in the drop-down network type selection when configuring the template.For any issues with this template, please let me know below and I'll do my best to help you out!This is my very first Template going public and will hopefully publish more in time. I'll do my best to publish any docker images that I needed on my Unraid but couldn't find in the CA. Edited July 4, 20251 yr by Zippox
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.