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

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

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

Top Posters In This Topic

Most Popular Posts

Posted Images

Thanks!

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:)

Docker repository referenced dtjs48jkt/webtrees

is anyone planning on making a rlcraft dregora template?

 

  • 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

  • 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

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

  • 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

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

 

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.

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

Bildschirmfoto 2025-01-22 um 00.11.07.png

  • 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

Bildschirmfoto 2025-01-22 um 00.11.07.png

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.

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!

  • 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 by grtgbln

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: image.thumb.png.3345cbc9fdad8dd95c558230a8a86524.pngand here is a screenshot of the Salt-Rim config: image.thumb.png.1674487205d870da0f84fcbe96f43c70.png

 

 

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!

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.

  • 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 :)

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

Screenshot_20250204-101449.png

Screenshot_20250204-101836.png

Screenshot_20250204-102905.png

Screenshot_20250204-102924.png

Screenshot_20250204-103131.png

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?

  • 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

Screenshot_20250204-101449.png

Screenshot_20250204-101836.png

Screenshot_20250204-102905.png

Screenshot_20250204-102924.png

Screenshot_20250204-103131.png

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:

image.thumb.png.65b9a1c1cacd0d56446814298b373fc6.png

 

Notably, the "Config Type" needs to be a "Variable", not a "Path".

Edited by grtgbln

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.

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

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.