Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Docker requests

Featured Replies

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.

 

  • 5 weeks later...
  • Replies 566
  • Views 145.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Ente: https://ente.io   Github: https://github.com/ente-io/ente/tree/main/server   Their instructions: https://help.ente.io/self-hosting/

  • marcinwhite
    marcinwhite

    https://github.com/BeryJu/authentik - authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new prot

  • Would like to put in a request for a Stoat chat server docker template. GitHub GitHub - stoatchat/self-hosted: Deploy Stoat on your own... Deploy Stoat on your own infrastructure! Contribute to stoat

Posted Images

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-Generator

I 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 needed

RUN 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 /app

RUN git clone https://github.com/K-vanc/Tempest-EPG-Generator.git .

# Ensure main script is executable

RUN chmod +x Tempest-EPG-Generator.php

CMD ["php", "Tempest-EPG-Generator.php"]

```

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-go

Another vote for BirdNet.

Please can someone clever add this :)

Many corporate Wifi is blocking vpn, need to get trough somehow

GitHub
No image preview

GitHub - 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 -...
  • 2 weeks later...

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! 🙏

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/iplayarr

I think this already exists as:

image.png

most porject pages have a docker compose any more... Compe plugin will facialte this

While its not hard to make a unraid CA Template. IT more on maintain and generating the config.


or use Docker Compose

services:
  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"
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 steamcmd

SCUM steam CMD https://steamdb.info/app/3792580/

Most would run steamcmd in a debian LXC.

@ich777 thoughts on another steam game server


https://docs.google.com/document/d/1y3zrrNbyEIw_TB2SsQ6clKBZVxIzpV4h-1z8EpUgPAQ/preview?tab=t.0#heading=h.ulattif5w9wv


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-069


https://github.com/GeiserX/genieacs-docker
https://genieacs.com/docs/
https://forum.genieacs.com/t/genieacs-docker-install/2211

sicne 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

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/docker

https://www.stumpapp.dev/installation/docker

What 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.

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-go

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-go


run dcoker compose plugin and dcokr compose file:
https://github.com/tphakala/birdnet-go/blob/main/Docker/docker-compose.yml

I 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...

10 hours ago, bmartino1 said:

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:

That 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.

Hello ich777, is possible you make a docker for Project Zomboid B42 Server.
Thanks.

https://discord.gg/EwTKCX2f

GitHub
No image preview

GitHub - 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.


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.

  • 4 weeks later...

I would like to see TowerUnite here since they just recently released the Private Condo Servers

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/EwTKCX2f

GitHub
No image preview

GitHub - 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

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/

  • 4 weeks later...

Someone should add RetroAssembly to Unraid App Store.

docker pull arianrhodsandlot/retroassembly

  • 2 weeks later...

Hey there,

It would be awesome if someone would add this github project to Community Apps.

https://github.com/HydroshieldMKII/Guardian

I 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!

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/fermentrack

Or if anyone is willing to teach a greenhorne how to do it that would be appreciated too!

  • 2 weeks later...
  • 4 weeks later...

Would like to put in a request for a Stoat chat server docker template.

GitHub
No image preview

GitHub - 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.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.