-
olea started following Looking for best practices for an Unraid app using docker compose , How to make Unraid to resolve system broadcasted mDNS , Plugin changes with 6.11? and 3 others
-
How to make Unraid to resolve system broadcasted mDNS
Hi: Unraid 6.12.14 here. The context: I have a complex docker composition[1] (9 interlinked services) this composition set up three web applications each application uses it's own dns (i.e.: a.local, b.local and c.local) this dns is used LAN access, obviously but also by the applications between themselves probably it could be done modifying the original composition, but it's outside my current docker knowledge so, the most elegant alternative seems to be to publish mDNS names from the Unraid system I found a very elegant tool to publish mDNS names, go-avahi-cname[2], which works great from the LAN but I CAN'T get the containers to resolve this mDNS names. I don't know if is a matter of local configuration of the Unraid Avahi daemon or/and if it's related with docker networking or with the containers configuration themselves. How could I make Unraid (and my precious containers) resolve Avahi names published in the server? Thanks! [1] https://github.com/wmde/wikibase-release-pipeline [2] https://github.com/grishy/go-avahi-cname
-
Plugin changes with 6.11?
I got this problem too. After a lot of tests I found plugin requires a full path argument and not a relative one. In the case of OP: plugin install /boot/config/plugins/dovecot-2.2.13-x86_64-4pb.plg and not cd /boot/config/plugins/ plugin install dovecot-2.2.13-x86_64-4pb.plg ¯\_(ツ)_/¯
-
Best practices to update /etc/avahi/services/ with GUI
Hi: What's the recommended approach for adding/removing new content to /etc/avahi/services/ using the GUI? I am perfectly able to edit through the console but I have in mind something easier for a user non familiar with unRAID or *ix. Can be done with a plugin? Thanks in advance.
-
Installing joe editor
THANKS @kfonda!!!!! ❤️ ❤️ ❤️ ❤️
-
Looking for best practices for an Unraid app using docker compose
Do you mean an Unraid app can have coded an strict dependency like this? The idea is, if it's affordable, to make it easy for others to set up their own instances.
-
Looking for best practices for an Unraid app using docker compose
Hi: We have interest in a complex application being productized upstream with docker compose. I'm wondering about how hard can be to adapt it as an Unraid app and I'm looking for an existing example to check. Any ideas? Thanks.
-
[Plug-In] Community Applications
Thanks and sorry 🙂
-
[Plug-In] Community Applications
Hi: Not sure if this is the best place to ask, so, sorry if not. The thing: we are considering creating an unRAID Plug-in for a complex software that comprises eight (8) orchestrated containers. The question: what is the best practice to write a plugin like this? Do you know some case we could use as an example? Thanks!
-
Avahi mdns aliases
Finally I used another approach for obtaining the IP: serverIP=$(lsof|grep LISTEN |grep nginx|grep http | grep -o -E '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' |uniq It's not as elegant but seems to do the job. FYI.
-
Avahi mdns aliases
I'm having another problem: root@piticli:~# avahi-resolve -4 -n piticli.local Failed to resolve host name 'piticli.local': Timeout reached But avahi-resolve works fine in the intranet from my laptop. What can I be missing?
-
olea changed their profile photo
-
Installing joe editor
Hi: Anyone here has installed the joe editor? Looking for a recipe or so like. I would like to avoid, if possible, nano, mcedit and vi. Thanks!