June 28, 20242 yr 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?
June 30, 20242 yr Im trying to install an extension in automatic 1111 but im getting a error shown in the image
June 30, 20242 yr 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.
June 30, 20242 yr 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
June 30, 20242 yr 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
July 1, 20242 yr 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 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
July 12, 20241 yr 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?
July 13, 20241 yr 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
July 13, 20241 yr 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) Edited July 13, 20241 yr by foo98
July 13, 20241 yr 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
July 14, 20241 yr 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) Add it to the "Extra CLI Arguments" configuration under Advanced:
July 14, 20241 yr 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 July 14, 20241 yr by grtgbln
July 14, 20241 yr 6 hours ago, grtgbln said: Add it to the "Extra CLI Arguments" configuration under Advanced: 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
July 14, 20241 yr 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? Edited July 14, 20241 yr by Siege1903
July 17, 20241 yr 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?
July 17, 20241 yr 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? Some environmental variables need to be changed: https://github.com/RaunoT/plex-rewind/issues/108#issuecomment-2230275895
July 17, 20241 yr 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
July 17, 20241 yr 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? 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?
July 17, 20241 yr 13 hours ago, grtgbln said: Some environmental variables need to be changed: https://github.com/RaunoT/plex-rewind/issues/108#issuecomment-2230275895 It seems to have been fixed :). I didn't do anything except change IP in the docker template. THanks :)!
July 26, 20241 yr 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.
July 26, 20241 yr 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
July 28, 20241 yr 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.