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] Siwat's Docker Repository

Featured Replies

  • Author

Please change your working dir and config dir to /mnt/user/data/unraid/docker/workingdir

 and /mnt/user/data/unraid/docker/config respectively

Also it's a good idea to give adguard container a dedicated ip

  • Replies 677
  • Views 225.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • SpaceInvaderOne
    SpaceInvaderOne

    Yeah i have the same. I havent had time to look into this as yet but a quick fix is roll back to the earlier container. In the template change repository to add :6.0 on the end so onlyoffice/

  • I had quite a bit of trouble getting OnlyOfficeDocumentServer to work with nextcloud and letsencrypt. So I had letsencrypt install for plex etc and got it working with nextcloud. The confusing part of

  • So finally, I found a solution ! 🤩 I checked my nextcloud.subdomain.conf and added/removed everything so both files were similar.   In case someone has the same issue, here's my onlyoff

Posted Images

6 hours ago, Spunner said:

The reason why you're getting that error is because you're trying to use the appdata share for the container, but the share in it's settings you've changed to be use Cache: Only.  Hence why the no medium present, because you don't currently have a cache drive (but obviously did at some point).  There's also some other errors related to this in the syslog.  (Additionally, your domains share is also set like that)

hey siwat,

 

thanks for sharing this Adguard Home docker!

i had PiHole running before, but this one has some nice features.

 

two things popped up and i wanted to let you know about (docker has a dedicated IP):

1) the template shows 2 entries for the Web GUI (ports 6052 [it's under the Icon URL] and port 3000 [under the working directory setup]) – but none of them works. ONLY port 80 does.

2) whenever i try to connect to it via a fqdn (like adguard.mydomain.whatever) it only shows a blank page (this works for all my other dockers, so i could image, that some kind of verification in the background doesn't like it to be called by fqdn and not IP only).

 

i'm on unRAID 6.6.7 right now. tell me, if i can help with testing.

thanks again for your work! 😃

Edited by s.Oliver

On 8/22/2019 at 6:25 PM, Siwat2545 said:

Please change your working dir and config dir to /mnt/user/data/unraid/docker/workingdir

 and /mnt/user/data/unraid/docker/config respectively

Also it's a good idea to give adguard container a dedicated ip

Could you elaborate on this? I'm trying to add the AdGuard Home container and every time I try to start it I get an execution error. Are the default values for paths/ports not enough?

  • Author
1 minute ago, TotalInsanity4 said:

Could you elaborate on this? I'm trying to add the AdGuard Home container and every time I try to start it I get an execution error. Are the default values for paths/ports not enough?

The default network value must be changed to use its own IP address

9 minutes ago, Siwat2545 said:

The default network value must be changed to use its own IP address

So rather than simply Port=3000 (for example) it has to be Port=[local.network]:3000?

  • Author
Just now, TotalInsanity4 said:

So rather than simply Port=3000 (for example) it has to be Port=[local.network]:3000?

No change the network type to custom and the IP is (container static IP):80

1 minute ago, Siwat2545 said:

No change the network type to custom and the IP is (container static IP):80

Aha, that makes sense, thanks! I'll let you know how that goes

Okay, I must really be missing something because it's still refusing to work.

 

So here's a rundown of how I'm trying to set this up, I'm sure the error is obvious but I don't have enough docker experience to see it:

Network is running on a Linksys router, so subnet is 192.168.1.0/24

Router is at static IP 192.168.1.1

unRAID is at static IP 192.168.1.2

I just tried to set AdGuard Home to 192.168.1.3:80 in the docker configuration page, but it said something like "command failed" and became an orphan image after that attempt, and obviously leaving it in bridged mode just makes it so it never starts

 

Any suggestions?

  • Author
1 hour ago, TotalInsanity4 said:

Okay, I must really be missing something because it's still refusing to work.

 

So here's a rundown of how I'm trying to set this up, I'm sure the error is obvious but I don't have enough docker experience to see it:

Network is running on a Linksys router, so subnet is 192.168.1.0/24

Router is at static IP 192.168.1.1

unRAID is at static IP 192.168.1.2

I just tried to set AdGuard Home to 192.168.1.3:80 in the docker configuration page, but it said something like "command failed" and became an orphan image after that attempt, and obviously leaving it in bridged mode just makes it so it never starts

 

Any suggestions?

What exactly is the output (error message)?

btw set it to 192.168.0.1.3 no 192.168.1.3:80

1 hour ago, Siwat2545 said:

What exactly is the output (error message)?

btw set it to 192.168.0.1.3 no 192.168.1.3:80

It was erroring because it wasn't a valid IPv4 address, I feel dumb now lol. So I've got it set to 192.168.1.3 and it's working fine, thanks for your help

 

One oddity though, the WebUI from unRAID's Docker list page defaults to [set.IP]:6025, even though I've left the port at the default 3000? I tried setting that to 6025 but that didn't work since it doesn't have an allocation for that port. It's not a huge issue since it appears to be working fine as long as I manually go to that address myself, it just seems... odd, that it's not landing on the correct page

  • Author
46 minutes ago, TotalInsanity4 said:

It was erroring because it wasn't a valid IPv4 address, I feel dumb now lol. So I've got it set to 192.168.1.3 and it's working fine, thanks for your help

 

One oddity though, the WebUI from unRAID's Docker list page defaults to [set.IP]:6025, even though I've left the port at the default 3000? I tried setting that to 6025 but that didn't work since it doesn't have an allocation for that port. It's not a huge issue since it appears to be working fine as long as I manually go to that address myself, it just seems... odd, that it's not landing on the correct page

Yea Its my fault I need to edit the [WebUI=

16 hours ago, Siwat2545 said:

Yea Its my fault I need to edit the [WebUI=

Alright then, that solves that! Thanks so much for all your help!

  • 2 weeks later...

Has anyone got the LOG function in the HomeBridgeGUI Docker working?

 

also The Restart Button Shuts down the Container, instead of restarting it

Edited by spl147

Hi @Siwat2545, I'm using the Ring plugin with your HomeBridge docker, video works but I have no audio, I'm seeing the message below in the logs.

 

[Ring] Streaming video only - found ffmpeg, but libfdk_aac is not installed.

 

Do you know if there's a way to get libfdk_aac installed/enabled with your docker?

 

Thanks!

 

 

Edited by gonzilla

  • Author
Hi @Siwat2545, I'm using the Ring plugin, video works but I have no audio, I'm seeing the message below in the logs.
 
[Ring] Streaming video only - found ffmpeg, but libfdk_aac is not installed.
 
Do you know if there's a way to get libfdk_aac installed/enabled with your docker?
 
Thanks!
 
 
Add it to apk packages environment variable

Sent from my Pixel 3 using Tapatalk

30 minutes ago, Siwat2545 said:

Add it to apk packages environment variable

Sent from my Pixel 3 using Tapatalk
 

I can't get it to work. How do I do that?
 

  • Author
10 hours ago, gonzilla said:

I can't get it to work. How do I do that?
 

add libfdk-aac-dev to the end of that box 

image.png

Thank you, I added that command, and from the logs I can see it being installed but I get the exact same error.

 

I consoled in and entered the commands below to see if lidfdk-aac was enabled in ffmpeg

 

ffmpeg -buildconf

--enable-libfdk-aac

 

I get "--enable-libfdk-aac: not found"

 

After some reading I think the problem is ffmpeg needs to be compiled with libfdk-aac included, but I have no idea how to do that.

 

https://github.com/dgreif/ring/wiki/FFmpeg#homebridge-audio-support

 

https://github.com/nicholasrobinson/ffmpeg-homebridge

 

Any suggestions? Not sure how difficult it is to incorporate that into your docker.

 

Thanks!

 

Hello friends,

 

I am facing a problem here which is funny because usually unraid guides are so detailed and widely available but I am afraid not when it comes to OnlyOfficeDocumentServer & OnlyOfficeCommunityServer 

 

I looked every where for guides on how to install them on my unraid and get them working but nothing is out there 

 

Can you please tell me what should I fill in the install template for each one 

 

networktype, what ports should i give each one since port 80 is already taken by the machine 

any folders to create?

 

anything else to be filled in or changed to install ?

 

Thanks

 

I'm trying to install home bridge with gui but I'm not able to install it on Host. It works on bridge but I fear that's the reason why the HomeKit code is not working with my iOS device. First, are there any detailed instructions on how to install properly? Second, am I on to the right track thinking it needs to be on host?

31 minutes ago, dcuellar44 said:

I'm trying to install home bridge with gui but I'm not able to install it on Host. It works on bridge but I fear that's the reason why the HomeKit code is not working with my iOS device. First, are there any detailed instructions on how to install properly? Second, am I on to the right track thinking it needs to be on host?

It started to work. I started from scratch and put it on host and it did not do anything. I went back into the settings and made a minor change (changed port name) and applied and it worked. Had to wait a few minutes but it finally loaded and now everything is working wonderfully.

  • Author
On 9/24/2019 at 9:28 PM, livingonline8 said:

Hello friends,

 

I am facing a problem here which is funny because usually unraid guides are so detailed and widely available but I am afraid not when it comes to OnlyOfficeDocumentServer & OnlyOfficeCommunityServer 

 

I looked every where for guides on how to install them on my unraid and get them working but nothing is out there 

 

Can you please tell me what should I fill in the install template for each one 

 

networktype, what ports should i give each one since port 80 is already taken by the machine 

any folders to create?

 

anything else to be filled in or changed to install ?

 

Thanks

 

Just change the port to any free one

  • Author
On 9/19/2019 at 8:52 PM, gonzilla said:

Thank you, I added that command, and from the logs I can see it being installed but I get the exact same error.

 

I consoled in and entered the commands below to see if lidfdk-aac was enabled in ffmpeg

 

ffmpeg -buildconf

--enable-libfdk-aac

 

I get "--enable-libfdk-aac: not found"

 

After some reading I think the problem is ffmpeg needs to be compiled with libfdk-aac included, but I have no idea how to do that.

 

https://github.com/dgreif/ring/wiki/FFmpeg#homebridge-audio-support

 

https://github.com/nicholasrobinson/ffmpeg-homebridge

 

Any suggestions? Not sure how difficult it is to incorporate that into your docker.

 

Thanks!

 

You could try to fork my Dockerfile and add your custom ffmpeg to it

use

FROM siwatinc/homebridge_gui_unraid

RUN [YOUR COMMAND]

Hello, I can't seem to get Homebridge GUI to load either in host mode or using bridged mode. I must be missing some parameters to get it to work. I can' get get the web gui to load. I have a gui version running on a Synology NAS and I want to move the role over to my unraid NAS so I can get rid of the Synology. What am I missing?

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.