May 6, 20251 yr I would like to have this docker in UnRaid: Coqui-TTS It’s something to do Text-To-Speach, it has a version with GPU and one that is CPU only. It has better capacities than the other options availables in unRAID at the moment. It can: clone voice and make voice that is more human like. Here is the github: https://github.com/coqui-ai/TTS Also here are the dockers: CPU Version : docker pull ghcr.io/coqui-ai/tts-cpu GPU Version : docker pull ghcr.io/coqui-ai/tts I would prefer the GPU version, but the community may enjoy both. Also if a web interface is doable, it would be appreciated to add to it.
June 6, 20251 yr Anyone able to do Tempest, a simple PHP script that generates XMLTV files for use with HDHomeRun and other live TV tuning?Github: https://github.com/K-vanc/Tempest-EPG-GeneratorI tried out ChatGPT, but was unsure how to get it up on dockerhub and confirm it was working correctly:```FROM php:8.2-cli# Install git and PHP extensions neededRUN apt-get update && apt-get install -y git \ && docker-php-ext-install curl xml \ && apt-get clean && rm -rf /var/lib/apt/lists/*WORKDIR /app# Clone the repo directly into /appRUN git clone https://github.com/K-vanc/Tempest-EPG-Generator.git . # Ensure main script is executableRUN chmod +x Tempest-EPG-Generator.phpCMD ["php", "Tempest-EPG-Generator.php"]```
June 10, 20251 yr On 12/4/2024 at 8:05 AM, Darnok said:I wouold love tom see BirdNet-Go als an app on Unraid. Currently I´m running BirdnetPi as a Home Assistant plug-in, but the UI and performance leaves a few things te be desired. https://github.com/tphakala/birdnet-goAnother vote for BirdNet.Please can someone clever add this :)
June 12, 20251 yr Many corporate Wifi is blocking vpn, need to get trough somehow GitHubGitHub - erebe/wstunnel: Tunnel all your traffic over Web...Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available - GitHub - erebe/wstunnel: Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI -...
June 20, 20251 yr I would like to put up a kind request for a SCUM 1.0 server docker.If anyone, more capable than me, would help make one, I'd be eternally grateful! ❤️As I'm sure a lot of other peeps would be as well! 🙏
June 20, 20251 yr Unraid is pretty ideal for running your "arr"infrastructure. To that end, could someone add iPlayarr to the App Store? - https://github.com/Nikorag/iplayarr
June 25, 20251 yr On 6/20/2025 at 6:58 PM, Mantene said:Unraid is pretty ideal for running your "arr"infrastructure. To that end, could someone add iPlayarr to the App Store? - https://github.com/Nikorag/iplayarrI think this already exists as:most porject pages have a docker compose any more... Compe plugin will facialte thisWhile its not hard to make a unraid CA Template. IT more on maintain and generating the config.or use Docker Composeservices: iplayarr: image: "nikorag/iplayarr:latest" container_name: "iplayarr" environment: - "API_KEY=1234" - "DOWNLOAD_DIR=/mnt/media/iplayarr/incomplete" - "COMPLETE_DIR=/mnt/media/iplayarr/complete" - "PUID=1000" - "PGID=1000" ports: - "4404:4404" volumes: - "/mnt/media:/mnt/media" - "./cache:/data" - "./config:/config"
June 25, 20251 yr On 6/20/2025 at 2:43 PM, JayDV8 said:I would like to put up a kind request for a SCUM 1.0 server docker.If anyone, more capable than me, would help make one, I'd be eternally grateful! ❤️As I'm sure a lot of other peeps would be as well! 🙏ich777 usualy has teh game servers... This is acomplised via steamcmdSCUM steam CMD https://steamdb.info/app/3792580/Most would run steamcmd in a debian LXC.@ich777 thoughts on another steam game serverhttps://docs.google.com/document/d/1y3zrrNbyEIw_TB2SsQ6clKBZVxIzpV4h-1z8EpUgPAQ/preview?tab=t.0#heading=h.ulattif5w9wv
June 25, 20251 yr On 5/4/2025 at 2:52 PM, rcampbell said:I would like to request GenieACS as an unraid container. https://genieacs.com/ It is an Auto Configuration Server (ACS) used to manage features and settings of network connected devices through the TR-069, CPE WAN Management Protocol (CWMP). This is usually used to manage fleets of devices (typically technology service providers), such as phones, routers, modems, etc. https://en.wikipedia.org/wiki/TR-069https://github.com/GeiserX/genieacs-dockerhttps://genieacs.com/docs/https://forum.genieacs.com/t/genieacs-docker-install/2211sicne a docker compose exisit why not run the compose plugin and add teh compose file to unraid?https://github.com/GeiserX/genieacs-docker/blob/master/docker-compose.yml
June 25, 20251 yr On 12/30/2024 at 1:07 AM, Alias_ZA said:Hi all, hoping someone more intellegent than me could create a app template for Stump - it's an ebook / manga media server: https://www.stumpapp.dev Thanks in advance!?why not use calibre?https://github.com/stumpapp/stump/tree/main/dockerhttps://www.stumpapp.dev/installation/dockerWhat I'm realy seeing here is alot of github pages that have dockers and docekr affilations with compose.not all compose options equate nciely to a CA unraid template.GrtGoblin and otehr take docker request seing as this started and dated back form 2014 to OG forum. A lot of theses would be better as there own seperate post.
June 25, 20251 yr On 12/4/2024 at 2:05 AM, Darnok said:I wouold love tom see BirdNet-Go als an app on Unraid. Currently I´m running BirdnetPi as a Home Assistant plug-in, but the UI and performance leaves a few things te be desired. https://github.com/tphakala/birdnet-goOn 12/4/2024 at 2:05 AM, Darnok said:I wouold love tom see BirdNet-Go als an app on Unraid. Currently I´m running BirdnetPi as a Home Assistant plug-in, but the UI and performance leaves a few things te be desired. https://github.com/tphakala/birdnet-gorun dcoker compose plugin and dcokr compose file:https://github.com/tphakala/birdnet-go/blob/main/Docker/docker-compose.ymlI have no problem make CA Docker templates of 1 application if you can find me a compose file like so. Its usauly when a applciaiotn requires mutiple dockers then I'm out. it can be chalenging and problematic to add a stack and with recent isseus with others That I'm suporting I want nothign to do with muti docekr stacks Unless its Compose only...This one seems more resonalbe form the last year / lattest month review this thread...services: birdnet-go: image: ghcr.io/tphakala/birdnet-go:nightly container_name: birdnet-go restart: unless-stopped ports: - "${WEB_PORT:-8080}:8080" environment: - TZ=${TZ:-UTC} - BIRDNET_UID=${BIRDNET_UID:-1000} - BIRDNET_GID=${BIRDNET_GID:-1000} # Optional: uncomment to configure via environment variables # - BIRDNET_LOCALE=en-us # - BIRDNET_LATITUDE=60.192059 # - BIRDNET_LONGITUDE=24.945831 # - BIRDNET_SENSITIVITY=1.0 # - BIRDNET_OVERLAP=1.5 volumes: - ./config:/config - ./data:/data # Mount HLS stream segment files directory as tmpfs (RAM disk) tmpfs: - /config/hls:exec,size=50M,uid=${BIRDNET_UID:-1000},gid=${BIRDNET_GID:-1000},mode=0755 # For ALSA audio input (sound card) devices: - /dev/snd:/dev/snd # Add any host mappings needed extra_hosts: - "host.docker.internal:host-gateway"My Issues is maintaining dockers / templates.a Single porject / Docker that can easily be turned into a template.but without someone willing to test as it more explaing how to make your own CA tempaltes or run your own docker compose files under unriad..alot of theses woruld require back and forth and 1 on 1 consulataion... As Me jsut copying the Compose to a CA tempalte is not the same as that docekr working or running once Unraid sees it. and sicne I ahve no need or want of the application its harder to stay focsded on bug and fixes and edits to fix...I would honely sugest users look into docker compose and the plugin support forum...
June 25, 20251 yr Some helpfull toolshttps://www.composerize.com/https://www.decomposerize.com/as the CA Docker Template helps construct the docker run line.I'd advise a new post for a potential docker project be made.https://forums.unraid.net/topic/114415-plugin-docker-compose-manager/
June 26, 20251 yr 10 hours ago, bmartino1 said:SCUM steam CMD https://steamdb.info/app/3792580/Windows only, maybe possible through WINE, don't know since I don't create new containers anymore.10 hours ago, bmartino1 said:Most would run steamcmd in a debian LXC.I don't think so.10 hours ago, bmartino1 said:https://docs.google.com/document/d/1y3zrrNbyEIw_TB2SsQ6clKBZVxIzpV4h-1z8EpUgPAQ/preview?tab=t.0#heading=h.ulattif5w9wvThat won't help at all since this is for the Steam Client and not SteamCMD and in addition to that for Windows....these are my thoughts.
June 26, 20251 yr Hello ich777, is possible you make a docker for Project Zomboid B42 Server.Thanks.https://discord.gg/EwTKCX2fGitHubGitHub - underaft/zomboid-docker: Project Zomboid Server...Project Zomboid Server Dockerized for B41 and B42. Contribute to underaft/zomboid-docker development by creating an account on GitHub.
June 27, 20251 yr 5 hours ago, Michebool said:Hello ich777, is possible you make a docker for Project Zomboid B42 Server.Sorry, I don‘t create new containers any more.
July 25, 2025Jul 25 I would like to see TowerUnite here since they just recently released the Private Condo Servers
July 26, 2025Jul 26 On 6/27/2025 at 7:03 AM, Michebool said:Hello ich777, is possible you make a docker for Project Zomboid B42 Server.Thanks.https://discord.gg/EwTKCX2fGitHubGitHub - underaft/zomboid-docker: Project Zomboid Server...Project Zomboid Server Dockerized for B41 and B42. Contribute to underaft/zomboid-docker development by creating an account on GitHub.Try this:https://github.com/Danixu/project-zomboid-server-docker
July 28, 2025Jul 28 This is a free open source mail server, there is a standard docker container for it if anybody could convert it?https://www.billionmail.com/
August 23, 2025Aug 23 Someone should add RetroAssembly to Unraid App Store.docker pull arianrhodsandlot/retroassembly
September 4, 2025Sep 4 Hello!Anyone feeling like adding https://github.com/FSchiltz/Helse ? A really useful self-hosted symptom and health tracking app...
September 7, 2025Sep 7 Hey there,It would be awesome if someone would add this github project to Community Apps.https://github.com/HydroshieldMKII/GuardianI think this app needs more recognition from the start. It's an absolute musthave for a PMS.and also, maybe this icon would be good for a start, click!
September 12, 2025Sep 12 Hello,I would like to request an Ultima Online Server as a docker container. The project is called ServUO.https://github.com/ServUO/ServUOhttps://www.servuo.com/Thank you.
September 15, 2025Sep 15 Would anyone be able to create a docker container for Fermentrack by Thorrak?i used this one on docker desktop before i switched to unraid and it worked great.https://github.com/thorrak/fermentrackOr if anyone is willing to teach a greenhorne how to do it that would be appreciated too!
September 25, 2025Sep 25 I was curious if someone could add https://github.com/pennydreadful/bookshelfor are there good examples of how to add it to the repositiory?thanks for your time,
October 23, 2025Oct 23 Would like to put in a request for a Stoat chat server docker template.GitHubGitHub - stoatchat/self-hosted: Deploy Stoat on your own...Deploy Stoat on your own infrastructure! Contribute to stoatchat/self-hosted development by creating an account on GitHub.
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.