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.

[SUPPORT] GRTGBLN - DOCKER TEMPLATES

Featured Replies

well nothing to do with mine problem?

  • Replies 340
  • Views 83.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

Posted Images

Hi, I have installed webtrees docker, using MariaDB. All seems to work fine (I can access webtrees login page), except I cannot figure out default admin username and password. Also wt_user table is empty. Do I need to apply any special procedure to create admin account?

Im trying to install an extension in automatic 1111 but im getting a error shown in the image 

IMG_1120.jpeg

On 1/16/2023 at 12:03 AM, grtgbln said:

Support thread for all my Docker Templates for CA.


I am the developer on some of these applications. Others, I simply provide the template of an existing Docker application.

Good day grtgbln. Would you be willing to create a template for :

https://github.com/karlomikus/bar-assistant

I Googled and found some instructions but could never get it working. It uses like 3 other dependencies and I can't understand it. 

7 minutes ago, NotHere said:

Good day grtgbln. Would you be willing to create a template for :

https://github.com/karlomikus/bar-assistant

I Googled and found some instructions but could never get it working. It uses like 3 other dependencies and I can't understand it. 

This is multiple dockers DB and code to run. not a simple make template and done...

? it has a compose file...
https://github.com/karlomikus/bar-assistant/blob/develop/docker-compose.yml

you would need to do things similar to the netprobe one:


Which means install the docker compose plugin, find a data spot Default appdata is fine "cd  /mnt/user/appdata". Then git clone download the repo... 
 

git clone https://github.com/karlomikus/bar-assistant.git


then cd into bar-assistant folder

go to docker tab and make a new stack. name it Bar Assistant. hit the advance and put in the folder path 

/mnt/user/appdata/bar-assistant

 

now you need to update teh docker compose file...
https://github.com/karlomikus/bar-assistant/blob/develop/docker-compose.yml

The only option I See here that may need changed is the master key:

 MEILI_MASTER_KEY=masterKeyThatIsReallyReallyLong4Real
https://www.meilisearch.com/docs/learn/security/basic_security

Setting a master key of at least 16 bytes is mandatory. If no master key is provided or if it is under 16 bytes, Meilisearch will suggest a secure autogenerated master key

Because of the web server to access:
webserver:
    image: nginx:alpine
    container_name: webserver
    restart: unless-stopped
    ports:
      - 8000:80
It appears that you will be going to port 8000 to access..
this should run in bridge mode meaing you go to http://%your_unraid_IP%:8000

 

2 hours ago, bmartino1 said:

This is multiple dockers DB and code to run. not a simple make template and done...

Thanks so much. I will give it a try for sure. Let's see how it comes out :)

  • Author
On 6/30/2024 at 5:21 AM, drmetro said:

Im trying to install an extension in automatic 1111 but im getting a error shown in the image 

IMG_1120.jpeg

I won't be modifying the template because this could introduce a security vulnerability. If you want, however, it seems you can add this to the "Extra CLI arguments" option: https://github.com/AUTOMATIC1111/stable-diffusion-webui/discussions/4065#discussioncomment-4067392

AUTOMATIC1111-Stable-Diffusion-Web-UI

AMD support?

I'm not sure if this the right place for this question but this is the Treadfin support links so I'll start here.  I noticed that there is a docker tag for nvidia.   

 

fyb3roptik/threadfin:latest-nvidia

https://hub.docker.com/r/fyb3roptik/threadfin/tags

 

I assume that this is a build with nvidia GPU support.  However, I don't see any documentation around it at all on hub.docker.com or https://github.com/Threadfin/Threadfin

 

Can anyone explain exactly what the Nvidia version does and if there are additional docker variables required for it to work?  Or possibly point me to a resource that can help?

  • Author
8 hours ago, pharpe said:

I'm not sure if this the right place for this question but this is the Treadfin support links so I'll start here.  I noticed that there is a docker tag for nvidia.   

 

fyb3roptik/threadfin:latest-nvidia

https://hub.docker.com/r/fyb3roptik/threadfin/tags

 

I assume that this is a build with nvidia GPU support.  However, I don't see any documentation around it at all on hub.docker.com or https://github.com/Threadfin/Threadfin

 

Can anyone explain exactly what the Nvidia version does and if there are additional docker variables required for it to work?  Or possibly point me to a resource that can help?

Looks like it will use the GPU for transcoding instead of software: https://github.com/Threadfin/Threadfin/pull/141

Thanks for the Automatic1111 container. I have it working.

 

I also use the Open-Webui and have turned on the image generation feature. When I fill in the Base URL and hit the load button it verifies it can see the Automatic1111 server. However, I fails to validate when I use the generate image button from the chat. See images below.

 

Do you have a default username:password that should go into the api auth string? Do you know where I should put the --api in the container settings?

 

(I got it to work once but don't know why or how)

 

 

Admin-Panel-Open-WebUI.png.79b7e3a10963f0228768d30d77ea1eb9.png

 

 

Untitled.png.71c943bf991b292cecf66ca533a6bef5.png

Edited by foo98

I don’t know if this is the right place , I installed gpt4all container, downloaded a model , but now the problem is that the webui is not showing anything it’s completely blank white screen.. there is no error on logs of the gpt4all container.. I searched in the github repo of gpt4all but no solution. please help

  • Author
11 hours ago, foo98 said:

Thanks for the Automatic1111 container. I have it working.

 

I also use the Open-Webui and have turned on the image generation feature. When I fill in the Base URL and hit the load button it verifies it can see the Automatic1111 server. However, I fails to validate when I use the generate image button from the chat. See images below.

 

Do you have a default username:password that should go into the api auth string? Do you know where I should put the --api in the container settings?

 

(I got it to work once but don't know why or how)

 

 

Admin-Panel-Open-WebUI.png.79b7e3a10963f0228768d30d77ea1eb9.png

 

 

Untitled.png.71c943bf991b292cecf66ca533a6bef5.png

Add it to the "Extra CLI Arguments" configuration under Advanced: image.thumb.png.8e53fccaf2da7663fef63d9d93de131e.png

  • Author
11 hours ago, drmetro said:

I don’t know if this is the right place , I installed gpt4all container, downloaded a model , but now the problem is that the webui is not showing anything it’s completely blank white screen.. there is no error on logs of the gpt4all container.. I searched in the github repo of gpt4all but no solution. please help

Sorry, my apologies for the misleading information. The container is just the API for GPT4All (https://github.com/nomic-ai/gpt4all/tree/cef74c2be20f5b697055d5b8b506861c7b997fab/gpt4all-api), and does not include the web interface, so that port isn't really the Web UI. I'll remove it from the configuration.

In some Googling, it seems there's a number of frontend web UIs that you could use to connect to GPT4All, just anything that works with OpenAI's API schema, which GPT4All mimics.

Edited by grtgbln

6 hours ago, grtgbln said:

Add it to the "Extra CLI Arguments" configuration under Advanced: image.thumb.png.8e53fccaf2da7663fef63d9d93de131e.png

 

Thanks for taking the time to answer the question. The "Extra" arguments solved the original problem.

 

Turns out the problem was also the gpu. It was a 1660 Super with 6GB and it was running out of memory when generating 512x512 images. It worked once I changed the resolution to 400x400. I have since changed out the gpu for a 3060 with 12 GB of memory and it is generating 1024x1024 images without any problems. 

 

Thanks again

Can you please suggest a fronted web ui for the gpt4all container?

Hi,

 

I'm using your Posterizarr container on Unraid. I'm quite the Unraid newbie. I just copied over my Posterizarr files from when I was running it on my Windows 10 machine. However when Posterizarr runs now on Unraid I get the errors on the attached screenshot. Any idea what I may have missed as to what's causing this?

 

 

Screenshot 2024-07-14 225100.png

Edited by Siege1903

Hi. I just installed "plex-rewind" and it was all going great. Added the file to the /config/ folder and launched the WebUI. Added the required fields and seemed to have worked. However, when I clicked on login with Plex, I got this error. I have done everything I can think of and still same issues. I assume it's because I have 2Fa?

image.thumb.png.6dcfa6a0c84198f56dc405e4f74ae3b2.png

  • Author
2 hours ago, NotHere said:

Hi. I just installed "plex-rewind" and it was all going great. Added the file to the /config/ folder and launched the WebUI. Added the required fields and seemed to have worked. However, when I clicked on login with Plex, I got this error. I have done everything I can think of and still same issues. I assume it's because I have 2Fa?

image.thumb.png.6dcfa6a0c84198f56dc405e4f74ae3b2.png

Some environmental variables need to be changed: https://github.com/RaunoT/plex-rewind/issues/108#issuecomment-2230275895

  • Author
On 7/14/2024 at 1:58 PM, drmetro said:

Can you please suggest a fronted web ui for the gpt4all container?

As far as I know, GPT4All has an API that is a near one-to-one replica of OpenAI's API, so any frontend built for OpenAI or LocalAI should work, such as AnythingLLM or Big-AGI

  • Author
On 7/14/2024 at 4:56 PM, Siege1903 said:

Hi,

 

I'm using your Posterizarr container on Unraid. I'm quite the Unraid newbie. I just copied over my Posterizarr files from when I was running it on my Windows 10 machine. However when Posterizarr runs now on Unraid I get the errors on the attached screenshot. Any idea what I may have missed as to what's causing this?

 

 

Screenshot 2024-07-14 225100.png

Can you provide details about your configuration file placement, and verify that the config file is under the correct permissions to be read by the application?

  • 2 weeks later...

Has anybody been able to run LocalAI with an AMD cpu?

I have a Radeon RX 6750XT

 

This is what I get:

 

docker run
  -d
  --name='LocalAI'
  --net='bridge'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="LocalAI"
  -e 'DEBUG'='true'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/'
  -l net.unraid.docker.icon='https://github.com/go-skynet/LocalAI/assets/2420543/0966aa2a-166e-4f99-a3e5-6c915fc997dd?raw=1'
  -p '6060:8080/tcp'
  -v '/mnt/user/appdata/local_ai/models':'/build/models':'rw'
  --device='/dev/dri'
  --device='/dev/kfd'
  --gpus=all
  -e DEBUG=true
  -e REBUILD=true 'localai/localai:latest-aio-gpu-hipblas'

775b8e6066a85fc1ac7d4008420f77286b7c4f7d38b435c08c6a378982af1988
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].

The command failed.

 

 

  • Author
3 hours ago, Msan said:

Has anybody been able to run LocalAI with an AMD cpu?

I have a Radeon RX 6750XT

 

This is what I get:

 

docker run
  -d
  --name='LocalAI'
  --net='bridge'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="LocalAI"
  -e 'DEBUG'='true'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/'
  -l net.unraid.docker.icon='https://github.com/go-skynet/LocalAI/assets/2420543/0966aa2a-166e-4f99-a3e5-6c915fc997dd?raw=1'
  -p '6060:8080/tcp'
  -v '/mnt/user/appdata/local_ai/models':'/build/models':'rw'
  --device='/dev/dri'
  --device='/dev/kfd'
  --gpus=all
  -e DEBUG=true
  -e REBUILD=true 'localai/localai:latest-aio-gpu-hipblas'

775b8e6066a85fc1ac7d4008420f77286b7c4f7d38b435c08c6a378982af1988
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]].

The command failed.

 

 

Remove "--gpus=all" from the Extra Parameters

Is there any way to get the stable diffusion docker to save files as nobody:users instead of root:root?   It's also not respecting UMASK, and saving as group un-writeable.  Makes accessing images remotely a ronkin pain.

UID 99 and GUID 100 and UMASK 002 variables are set, but do nothing at all.

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.