April 24Apr 24 Sorry no template (or at least I don't know how to download the XML from my instance 😂).If anyone here can make one (incl. dedicated support thread), that would be really great and would push bootimus forward, like it deserves!!!!!Anyways, here is the docker output after adding/saving my docker. Basically it's just the docker parameters from the bootimus GitHub.I have used custom network with separate ip (reserved DHCP address) for bootp to work. This ip i have added to my openwrt. Please see bootimus documentation which is really good and has some examples.Here is the command where you can see/pick the details (sure replace IP, ...) and add an custom docker container in unraid:docker run -d --name='Bootimus' --net='eth0' --ip='192.168.0.X' --pids-limit 2048 -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="Unraid" -e HOST_CONTAINERNAME="Bootimus" -e 'TCP_PORT_3000'='3001' -e 'UDP_PORT_69'='69' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/garybowers/bootimus/logos/bootimus_logo_square_ulow.png' -v '/mnt/user/appdata/bootimus/':'/data':'rw' -v '/mnt/user/Daten/ISOs/':'/data/isos':'rw' 'garybowers/bootimus:latest'Hope this helps. Edited April 24Apr 24 by pOpYRaid
April 24Apr 24 3 minutes ago, ZappyZap said:Hi i can make one let me do that and provide infoNice!!!!!Is that than available in the apps section of Unraid? Please note the logos folder in the repo, where I have uploaded a lot of different logo sizes, which you can use for the template and thread 😀
April 24Apr 24 Author Yes incoming !!!!i push the first version https://forums.unraid.net/topic/198435-support-devzwf-bootimus/should be available in the apps store soonlet me know if anything need to be updated
August 17Aug 17 This container uses a lot of cpu when idle, I tracked down that its the single container out of 40 keeping my cpu occupied at all times, I encourage testing turning it off when not used. Edited August 17Aug 17 by BoKKeR
August 17Aug 17 I managed to fix the issue, it kept trying to write to a folder that didnt exist.Just created manually: /app/log/history and it works
August 17Aug 17 Author 1 hour ago, BoKKeR said:I managed to fix the issue, it kept trying to write to a folder that didnt exist.Just created manually: /app/log/history and it worksHmm intersting i will check that
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.