January 14, 20251 yr Author 11 hours ago, comet48 said: Running webtrees on unraid. After applying I latest update got the message "Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.3.0"." I thought I was on 8.3.1 Any suggestions? That sounds like an issue with the application itself, not the Docker template. I'd recommend reaching out to the webtrees developer.
January 14, 20251 yr OK, checked out the container. It's got php 8.1. Prior to the update, the version your webtrees docker downloaded was 8.3.1. Somehow it's now appears to be referencing an old version of webtrees. BTW, appreciate all the work you've put into this:)
January 14, 20251 yr Author 45 minutes ago, comet48 said: OK, checked out the container. It's got php 8.1. Prior to the update, the version your webtrees docker downloaded was 8.3.1. Somehow it's now appears to be referencing an old version of webtrees. BTW, appreciate all the work you've put into this:) Might need to open an issue here: https://github.com/fisharebest/webtrees?tab=readme-ov-file
January 15, 20251 yr Author 20 hours ago, getsyoumad said: is anyone planning on making a rlcraft dregora template? I can take a look if you send me details about the project
January 15, 20251 yr 5 hours ago, grtgbln said: I can take a look if you send me details about the project just looking at getting a server docker for the minecraft mod RL Craft Dregora. I just got a server recently and have started learning docker, but not skilled enough yet to make one
January 16, 20251 yr Author 6 hours ago, getsyoumad said: just looking at getting a server docker for the minecraft mod RL Craft Dregora. I just got a server recently and have started learning docker, but not skilled enough yet to make one I'll get to it if I can. You can also submit a request to the SelfHosters repo, someone over there might pick it up in the meantime: https://github.com/selfhosters/unRAID-CA-templates
January 17, 20251 yr 20 hours ago, grtgbln said: I'll get to it if I can. You can also submit a request to the SelfHosters repo, someone over there might pick it up in the meantime: https://github.com/selfhosters/unRAID-CA-templates Made a application on there. Thanks for the tip as I didn't know about that
January 18, 20251 yr In AnythingLLM, is there a way I can map a folder on the host machine so i can "upload" files from there to a workspace? Right now, when you try to upload a file, it opens a file select dialog box in the syatem where you are accessing the webpage. There's no way to reference folders on the host machine. Even if I add a custom path, I've no idea how to access that path within AnythingLLM.
January 21, 20251 yr Hi all, I am trying to get the dawarich template to work and it's really a tough one. As I was able to some parts if it to work it still seems pretty bumpy and on some areas I am stuck: 1. It seems that the sidekiq-docker is a mandatory part of the whole setup (without it, my installation didn't import any gpx-files) however I don't understand why it's to seperate unraid community templates which cover almost identical values. In the docker-compose from dawarich both applications are packaged into one file. While I have no idea about unraid community templates there's probably a reason for it. However it would be amazing to get a better understanding what the sidekiq-template is needed for. 2. The install has some flaws. E.g. after the installation some manual db migration needs to be triggered via the shell.. this is pretty straight forward but it's not documented anywhere. 3. The initial user (as mentioned in the dawarich instructions) seems to be missing. While I found a way to add a user via the console (https://github.com/Freika/dawarich/issues/660) it would be cool to fix it. 4. Once I was able to login and import data I would stll get a pretty ugly rail-error-message when I clicked on the Edit button within a gps import (https://mydawarich.domain/imports/2/edit). See attached screenshot. In a nutshell: It could very well be that all this issues are caused by my lacking unraid-skills, but a short manual which highlights some specifics around this template would be amazing. Thanks so much! Cheers, quicky
January 22, 20251 yr Author 4 hours ago, quicky said: Hi all, I am trying to get the dawarich template to work and it's really a tough one. As I was able to some parts if it to work it still seems pretty bumpy and on some areas I am stuck: 1. It seems that the sidekiq-docker is a mandatory part of the whole setup (without it, my installation didn't import any gpx-files) however I don't understand why it's to seperate unraid community templates which cover almost identical values. In the docker-compose from dawarich both applications are packaged into one file. While I have no idea about unraid community templates there's probably a reason for it. However it would be amazing to get a better understanding what the sidekiq-template is needed for. 2. The install has some flaws. E.g. after the installation some manual db migration needs to be triggered via the shell.. this is pretty straight forward but it's not documented anywhere. 3. The initial user (as mentioned in the dawarich instructions) seems to be missing. While I found a way to add a user via the console (https://github.com/Freika/dawarich/issues/660) it would be cool to fix it. 4. Once I was able to login and import data I would stll get a pretty ugly rail-error-message when I clicked on the Edit button within a gps import (https://mydawarich.domain/imports/2/edit). See attached screenshot. In a nutshell: It could very well be that all this issues are caused by my lacking unraid-skills, but a short manual which highlights some specifics around this template would be amazing. Thanks so much! Cheers, quicky 1. The main application and the Sidekiq are very similar in terms of their environmental variables, and even use the same exact Docker image. The main difference between the two is the startup command (visible under "Post Arguments" in Advanced View), which trigger the container to either be a main server or a Sidekiq instance. The Docker Compose file for Dawarich has both containers configured, and in terms of Unraid, one template equates to one (and only one) Docker container. Hence, why both templates have to be installed as two separate "apps". 2-4. I understand that there have been some issues with the applications themselves in terms of the database setup process. As far as I can tell, this is not specific this Unraid template or running the Docker container on Unraid, and is an issue with the upstream application. I am keeping a close eye on various issue threads on the project's GitHub page for any updates, and am in communication with the developers about any changes needed for the template, including potentially transferring ownership of the Unraid template to the Dawarich team.
January 22, 20251 yr 4 hours ago, grtgbln said: 1. The main application and the Sidekiq are very similar in terms of their environmental variables, and even use the same exact Docker image. The main difference between the two is the startup command (visible under "Post Arguments" in Advanced View), which trigger the container to either be a main server or a Sidekiq instance. The Docker Compose file for Dawarich has both containers configured, and in terms of Unraid, one template equates to one (and only one) Docker container. Hence, why both templates have to be installed as two separate "apps". 2-4. I understand that there have been some issues with the applications themselves in terms of the database setup process. As far as I can tell, this is not specific this Unraid template or running the Docker container on Unraid, and is an issue with the upstream application. I am keeping a close eye on various issue threads on the project's GitHub page for any updates, and am in communication with the developers about any changes needed for the template, including potentially transferring ownership of the Unraid template to the Dawarich team. Thanks for the fast reply and thanks for the clarification. Just to make sure: I am absolutely happy to support the development and do some more testing if this helps. Also I can give some structured guidelines on how I got it to work (however I have no idea if most a the flaws that I saw were based on a lack of knowledge. So currently I have it up and running and it looked as I overcame most of the mentioned issues apart from the last one (where I provided a screenshot) and another one which I forgot to mention in my initial post: When you start the container for the first time and do the final steps like the creation of the db and setting up the user everything seems to work until you stop the container for the first time. After that it won't start up again. The logfile says that it won't start the server again because an instance is already running (it even gives me the PID of that server). After some research I found out that this is because the server wrote some file into a tmp-folder within the docker. However I can't delete this file as I can't access the content of the cointer because it doesn't start up. Maybe this info also helps to get the template optimized... and again, feel free to PM me if I can be of any help with testing. Cheers!
January 22, 20251 yr Hi @grtgbln There was a big update of bricktracker (https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/docs/setup.md) Can you update the unraid template with the new variables please ?
January 22, 20251 yr Author 4 hours ago, deadnote said: Hi @grtgbln There was a big update of bricktracker (https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker/src/branch/master/docs/setup.md) Can you update the unraid template with the new variables please ? Sigh, that's WAY too much customization via environmental variables that should be moved to just a single config file. Anyway, I've updated the template accordingly, thanks for letting me know! Edited January 22, 20251 yr by grtgbln
January 28, 20251 yr On 1/13/2025 at 5:25 PM, grtgbln said: Looking at some issues on their GitHub, it looks like they switched from 3000 to 8080 for the API. To clarify, you made the following edits: - Added Port 8080 mapping to Bar Assistant Backend to [B XXXX] (some unused host port) - Changed API_URL to http://IP_ADDRESS:[B XXXX]/bar on Bar Assistant Backend - Added API_URL variable (http://IP_ADDRESS:[B XXXX]/bar) to Salt-Rim - Added Port 8080 mapping to Salt-Rim to [F XXXX] (some unused host port) - Changed web UI port on Salt-Rim to map to 8080 If that is all correct, it seems like the backend is using port 8080 instead of 3000, and APP_URL on Salt-Rim should really be API_URL. And then the front-end Salt-Rim is using its own 8080 port as its web UI. If you can confirm, I'll update the templates accordingly. Sorry for the delay in confirming these, things got a bit busy. Your summations are correct, though I don't know if everything I did is necessary as I was just playing around and not really digging deep into container implementations; but I was able to get both the Bar-Assistant--Backend and Salt-Rim up and running and communicating with each other using those changes Here is a screenshot of my backend config: and here is a screenshot of the Salt-Rim config:
January 30, 20251 yr I have tried getting the BarAssistant up and running but I keep having issues with the backend. When I run it, I am getting write permission errors. I've tried to change the owner of the appdata/bar_assistant/data folder from nobody to root but still seeing these errors: mkdir: cannot create directory '/var/www/cocktails/storage/bar-assistant/uploads': Permission denied Any suggestions to fix this? Thanks!
February 4, 20251 yr Just a personal thing that bugs me, but would it be possible to get icons on your apps please. kinda does my head in a little having a flood of question mark apps all over the community app page.
February 4, 20251 yr Author 1 hour ago, Natcoso9955 said: Just a personal thing that bugs me, but would it be possible to get icons on your apps please. kinda does my head in a little having a flood of question mark apps all over the community app page. I don't typically create icons for apps, I just use the icon that is provided by the app developer, if it exists. I understand it's annoying, trust me
February 4, 20251 yr RetroReplay on unraid 7.0.0 I'm not having any luck installing this, could you give more instructions Only thing log says. (I've set time in advance several times) It's 09:43 AM. Waiting for next run at 09:44 AM docker exec -it retroreplay python /app/main.py --run Does not work (I changed my rocker name to all lower case like command) tried in docker console and unraid console Should plex url In config have port ? http://10.0.0.11:32400 I don't know what else to try
February 4, 20251 yr On 1/12/2025 at 9:18 PM, SpyKiIIer said: Hey, Tried to get the new Bar Assistant template working, and so far no luck. I had to change the permissions to the app_data directory to get the backend to start up. But the front end, doesn't output any logs, and the web UI doesn't load for me. Any ideas where I should look? *Edit: It looks like the front end Salt-Rim, needs to have a mapping to port 8080 in the instance, instead of port 3000. The login page loads now, but has an error about not being able to reach the API. I have been unable to get the backend to work with permission errors also, what did you change I might ask?
February 4, 20251 yr Author 2 hours ago, bbrodka said: RetroReplay on unraid 7.0.0 I'm not having any luck installing this, could you give more instructions Only thing log says. (I've set time in advance several times) It's 09:43 AM. Waiting for next run at 09:44 AM docker exec -it retroreplay python /app/main.py --run Does not work (I changed my rocker name to all lower case like command) tried in docker console and unraid console Should plex url In config have port ? http://10.0.0.11:32400 I don't know what else to try Sorry, bug in the template from a bad copy-pasta, pushing out an update. If you'd like to fix it on your end in the meantime, delete the current "Internal Config File" entry and add a new one with the following details: Notably, the "Config Type" needs to be a "Variable", not a "Path". Edited February 4, 20251 yr by grtgbln
February 4, 20251 yr Hello @grtgbln thank You for Lingarr template. I install it but it think it's not nessesery to add in template all that options like radarr/sonarr adresses, translators APIs, etc because in dashboard I have to add that again.
February 4, 20251 yr Author 2 hours ago, MarianKoniuszko said: Hello @grtgbln thank You for Lingarr template. I install it but it think it's not nessesery to add in template all that options like radarr/sonarr adresses, translators APIs, etc because in dashboard I have to add that again. According to the project's documentation, configuring them as environmental variables should allow you to avoid that process: https://github.com/lingarr-translate/lingarr/blob/main/Settings.MD#settings Perhaps something to bring up with the Lingarr developer
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.