Everything posted by knex666
-
[Support] knex666 - Icecast
As written in the description please copy and use the icecast.xml from here: https://github.com/maschhoff/docker/tree/master/icecast This should work fine. Cheers and merry xMas
-
[Support] knex666 - openHAB
This is basics of docker please consider to understand how it works. You can use br0 for mariadb or use the docker intern IP if you want to use host. you will find that by enter #docker network
-
[Support] knex666 - openHAB
So you got connection to your KNX, fine. Just install the Binding for KNX and add the Gateway as a thing: https://www.openhab.org/addons/bindings/knx/ Maybe you have to add it manually so network should not be your problem.
-
[Support] knex666 - openHAB
Hi, Did you try - exec - it into the Container and send a ping to your KNX? Please send a ping to other Devices in your Network to Check br0 is working correctly. Should not be a setting of the docker. I am connectibg to different Gateways like tradfri etc. Hope we will find a way Cherrs
-
[Support] knex666 - openHAB
Hi, you cant reach your container on the ip or you cant use KNX bus? I am using br0 and have this extra settings and network connections work fine. --tty --dns 192.168.1.15 --shm-size 2g maybe you need to pass though the KNX device to the docker container. Read hot to pass though devices on docker.
-
[Support] knex666 - openHAB
Hi, if you add things and items within PaperUI it will not create a conf file. If you want to add things manually with a config file create one. Here some examples of things items rules etc. https://github.com/maschhoff/OpenHAB
-
[Support] knex666 - FileBrowser
I am using letsencrypt as well: maybe you could go like this: 1.st you need a subdomain like filebrowser.yourdomain.com (yourdomain.com/filebrowser will not work) 2.nd put a proxy pass in your / configuration for your subdomain 3.rd have fun! location / { proxy_pass http://192.168.1.24:8123/; proxy_buffering off; proxy_http_version 1.1; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; access_log off; }
-
[Support] knex666 - FileBrowser
Where do you get this error, while building/starting the container. Can you post a screenshot plz. Cheers
-
[Support] knex666 - Mopidy
Can you post the error message for me to debug?
-
[Support] knex666 - openHAB
I am using bridge mode, not everyone is using mysql and I need a seperate IP for my stuff. I hope that those who come to that point will read this
-
[Support] knex666 - FileBrowser
Think you have to remove the database to setup FileBrowser new.
-
[Support] knex666 - openHAB
You are shure that you have a connection inside the Container? Error message is clear a miss config of the Network. Bride or host what have you Set up?
-
[Support] knex666 - FileBrowser
Sorry, think this is due to auto compilation. I am trying my best to get everything working again. Dont have a clue now. Cheers
-
[Support] knex666 - Mopidy
Hey, oh ok. You have mounted your media to /media? have you startet the process manually inside the container with #mopidy local scan? after scan is completed restart the container. Cheers
-
[Support] knex666 - Mopidy
Hey, Its a Music Server and as you can read here it is able to steam to dlna/upnp https://docs.mopidy.com/en/latest/clients/upnp/
-
[Support] knex666 - Mopidy
Hey @steve1977, thats true but no worries I´ll try my best. 1) mopidy has nothing like a dlna server. I am using https://github.com/binhex/arch-minidlna. But I switched using Plex now. mopidy is only for music. I am using it like a radio station for multiroom audio controller. You can build chromecast audio groups or if you are not able to do this you can use mopidy and snapcast for synchonus audio streaming. with mopidy you can access spotify, youtube, soundcloud and local media at once, you can search over all this services and play media over all connected divices. 2) dlna lacks if you use transcoding. switch that of use mini dlna. mayme there is an extension of mopidy to support dlna. but easyer is to use the stream. 3)on chromecast you can stream http stream to the audio group and youll have synced audio. If you dont you can use snapcast and snapcast devices. Cheers
-
[Support] knex666 - FileBrowser
Thats not was FileBrowser was made for. Have a look at Krusader docker.
-
[Support] knex666 - FileBrowser
if you can tell me a way how to do that and where you found that i´ll try to get this to work.
-
[Support] knex666 - Mopidy
No it is right it is a file and as explayned above you have to create that file put it to the specific path and mounting works Thats not true but the file has to exists which is not does by default
-
[Support] knex666 - Mopidy
Are you running the Snapcast Container from my repo? And the Snapcast client on you PC? It should be working out of the box. For your local files check the config for [local] if it exists if you start your container does it say INFO Loading config from /etc/mopidy.conf? because thats the place where the config is mapped to. Because this line is wrong INFO Loading config from /root/.config/mopidy/mopidy.conf than try #service mopidy run local scan but local scan should work as well. Cheers
-
[Support] knex666 - FileBrowser
VPN should not stop you from doing that unless you can´t reach the network. Do you reach all hosts of the subnet 192.168.0.***? do you have access to another container? To exclude the issue from the container. So I am running at the same way so it shout be a network/VPN config thing. Cheers
-
[Support] knex666 - Mopidy
Hey, audio is not working because you are using the configuration to use icecast for audio streaming output, which is for me the best way. Snapcast is more better but I have chromecast devices. Since pulseaudio is not working on unraid you will not be able to have a direct output. Your local media has to be scanned first. You have to run #mopidy local scan inside the container. therefor exec -it into it or use the console from docker. after scan is completed restart the container and you´ll have it.
-
[Support] knex666 - FileBrowser
Do you have this problem with other containers where you set a fix ip? for me all is set correctly, so seems to be a network issue. Maybe lets meet on skype or discord for a short chat. Cheers
-
[Support] knex666 - FileBrowser
Hey, okay. But if you click on apply it says that the docker started successfully? Anything useful in the containers log file? What happens if you enter http://192.168.0.25/ into your web browser? Cheers
-
[Support] knex666 - FileBrowser
Would we no big deal. Where exacly are you struggeling? You click install an choose the mapped path for /srv to you data and you choose the /db folder to maybe appdata/filebrowser Just ask or lets meet on skype or discord. Cheers