tknx

Members
  • Posts

    245
  • Joined

  • Last visited

Everything posted by tknx

  1. So how do I set it up for Plex where it is at 10.0.0.101:32400/web/index.html
  2. Tried exiting and continuing, tried SeaBIOS. Etc. SeaBIOS can't find a boot drive at all. Even though I have the Debian image installed
  3. So the green ball status icon appears fine, but blue-on doesn't - missing image. Anything I need to do to fix it?
  4. @ljm42 and others: A bit of a bug report here: So recently I lost all network connectivity outside of the unraid web portal and some internal addressing on my Unraid server. I couldn't ping other websites from the server (either by name or IP address), etc. Often it would manage to get something slowly using IPv6, but couldn't get IPv4 to work. Finally noticed that it was pinging from 10.253.0.1. Somehow Wireguard's network had taken over the servers network stack and was screwing everything up. Deactivating it seemed to fix all my networking issues. Logs in this thread:
  5. So my error happened due to Wireguard sort of taking over my server's IP. I turned it off and everything worked.
  6. OK - so something related to Wireguard where even when I was on the terminal, it would try and send pings from its 10.253.x.x address. Which is kind of crazy. Not sure how to file a bug report and what was going on.
  7. Now dockers aren't being found. I feel like my server is collapsing.
  8. All of a sudden CA wasn't working. Then plugins couldn't connect to github. I tried stopping the array to try and make settings take and it is stuck at "Stopping". I have no idea what is going on with it... Diagnostics attached! mnemosyne-diagnostics-20200507-1518.zip
  9. Is CA working right now? Getting this: Download of appfeed failed. Community Applications requires your server to have internet access. The most common cause of this failure is a failure to resolve DNS addresses. You can try and reset your modem and router to fix this issue, or set static DNS addresses (Settings - Network Settings) of 208.67.222.222 and 208.67.220.220 and try again. Alternatively, there is also a chance that the server handling the application feed is temporarily down. Last JSON error Recorded: Syntax error
  10. OK - tried cutting it to LAN and couldn't get it working. I'll play around more and report back whatever it is I messed up.
  11. @ljm42 Thanks for the tips - I did have it working before but had to reset up everything. So I turned off IPv6 and fixed that typo, and now I don't even get those bits. I noticed that it is randomizing the listen port on my phone every time i connect - is that supposed to happen? Or should that be 51820?
  12. So I am not getting a handshake and I just get a little bit of data transfer. Wireguard and UniFi settings here - would love to know what is wrong. My dynamic DNS works fine for other purposes.
  13. tknx

    Jitsi?

    @nug I note that he uses a special network for his reverse proxying so if you have it setup the same way - you need to join that network in portainer. Also, oddly enough, if you look at spaceinvader's video and even my own docker page, I don't have any ports mapped for xmpp besides 5280 that I manually added.
  14. tknx

    Jitsi?

    I doubt it would fix the Unraid issue, but I have been contemplating switching over to Portainer for all my dockers anyway. For installing it in portainer, I will need to experiment with it but I suspect it should be straightforward. Not sure why spaceinvader didn't just do that if he was going to use the GUI for some parts and not others.
  15. tknx

    Jitsi?

    I have the same thing. The current situation is kind of messy since it was installed song docker compose so Portainer is pretty much like “it isn’t mine” and Unraids docker manager isn’t like “not me!” I will probably reinstall the stack in Portainer or hopefully someone will roll an Unraid docker for jitsi that works well. It would actually be nice if they were rolled into one just for convenience. also if you are using Nginx Proxy Manager, you need to expose port 5280 on the prosody container in Portainer.
  16. Finally got jitsi to work. The setup guide from @SpaceInvaderOne didm not expose port 5280 on the xmpp docker. Once I mapped that, it seems to work better. I am going to go hunt down the rest of the ports that probably need to be made available for full functionality.
  17. So I reinstalled and now it wants to be on bridge and not a custom br0 IP address. No idea why. something probably wonky with Unraids networking. Anyway, back to Jitsi. If I don’t map any of the custom locations, I can see myself and people on my lan can join and see me. When I map the custom locations it becomes a mess. So something about 5280 for BOSH and the web socket aren’t working right.
  18. Out of nowhere today I am getting this error in logs and it isn't working: [nginx] starting... nginx: [emerg] invalid IPv6 address in resolver "[fe80::46d9:e7ff:fe95:e3db%br0]" in /etc/nginx/conf.d/include/resolvers.conf:1 Any thoughts on why this is happening?
  19. So oddly enough it started working with a simple https redirect to the appropriate IP and port without any of the location stuff. Haven't thoroughly tested it yet though.
  20. tknx

    Jitsi?

    I get a lot of "strophe" errors which I suspect is part of the problem. Not really sure what is going on... I suspect it has to do with nginx proxy manager settings which i am still sorting out.
  21. tknx

    Jitsi?

    So I have lots of weirdness going on. No request for authentification. I can't get the mic to work in the chat since I am set to muted/no video and can't unset it. But when I click on the little arrow, I can see the meter go up and down when I talk and I can see a preview video. ...And I get thrown off a bunch. I suspect it has to to do with my reverse proxy and https issues since WebRTC won't work without it. What sucks is I don't think there is a way to test WebRTC without https just to make sure.
  22. tknx

    Jitsi?

    OK - so currently having problems with the functionality of it even within my LAN. I installed it per spaceinvaderones instructions, I can go to the site and create a room. But it never asks for authentication, it never asks for microphone or video use. So something functionally is wrong with my setup.
  23. tknx

    Jitsi?

    I am using a wildcard on google. So hopefully not an issue with the wildcard itself.
  24. tknx

    Jitsi?

    Would you mind putting up screenshots of your NPM config? Did you map custom locations?