thewave

Members
  • Posts

    26
  • Joined

  • Last visited

thewave's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Thanks for the reply - you'll note that I mentioned I upgraded from one Quadro to a different Quadro that is two generations newer; which is partly why I didn't expect a dummy plug to be necessary
  2. I recently upgraded from a Quadro P4000 to a Quadro RTX A4000 and I'm noticing some problematic behavior.. It looks like dockers that rely on the GPU do not function correctly. Looking at syslog, I see this error a few times per minute: kernel: nvidia-modeset: WARNING: GPU:0: Unable to read EDID for display device DP-0 Notably, if I plug the server into a monitor and reboot everything appears to function correctly. I don't have a dummy displayport plug on hand, but I suspect that may improve the situation. Regardless, this wasn't an issue with the P4000 and the server was perfectly happy functioning headless. Does anyone have any ideas about how I could fix this?
  3. You nailed it. Adding cdn.jsdelivr.net to pihole whitelist fixed the problem.
  4. Did anyone's dashboard icons recently break?
  5. Is this fix meant to address that the WebUI is no longer accessible after installation of the plugin? Or is this fixing a different issue?
  6. Also having the above issues; installing this plugin immediately breaks webUI access to Unraid.
  7. I recently noticed that I had an issue where the mover was not moving any files. In the 'Main' Tab, clicking 'Move' would not cause any action; however going into the individual 'Shares' tabs and moving the shares individually would work as intended. I implemented the solution above, removing the CA Mover Tuning plugin, and the issue was resolved.
  8. You're teaching me about both Matrix messaging as well as Pushbits right now; I just want to say that I appreciate your time. The changes I've just made: I switched the initial admin username back to 'admin' and I made the password simple so I didn't need to copy/paste it. The Matrix ID of the initial admin is set to the Element account (beginning with @) that I'm using to sign into the Element app on my phone. I've just left homeserver as the default of https://matrix.org I created a second matrix account on element with the name username 'pushbits' and a secure password. I deleted the old config.yml and pushbits.db files and copied the new config to the folder, then ran the container. I didn't change the permissions of the new db file. And... Woo! I went to Unraid Notification Settings and set the Full server base url to my.unraid.ip:8050 (8050 being the host port specified in the docker template), and then I pasted the token from the above screenshot, and it works! I got a notification. But at this point, what I understand is that I'm using the public matrix.org server for notifications. You're saying that you recommend I self host a matrix server to use for this?
  9. Do I need to have my own matrix server, separate from the Pushbits container?
  10. Let's pretend my domain name is abcdef.com I have Nginx Reverse Proxy set up with a proxy host of pushbits.abcdef.com set to forward to my.unraid.ip:8050. Is the initial admin just a local account and the credentials don't matter that much? Should I leave it as the default admin/admin? Or should these credentials match what I use to log in to Element? I have set the homeserver in the config.yaml file set to http://pushbits.abcdef.com and the container will not start:
  11. Deleting the .db file and allowing pushbits to recreate it did help and allowed me to get further. I'm now getting an HTTP 500 Internal Server Error: And the logs: Notably, when running these commands the container is able to create the rooms in Element: Do I need to use my own IP as the homeserver in the config.yml? Do I need to use two separate Matrix accounts for messaging?
  12. Using the admin credentials I get: Request failed with HTTP 500 Internal Server Error. The logs for this:
  13. Hey, I tried the exact address as above and I still get the 403 forbidden error. This may be related to unfamiliarity with Matrix messaging. I tried setting up an account on element and I've copy/pasted the password to the config.yml file as well as the console, but I get the same error. At one point, element said I had an 'unverified session' but said that Pushbits didn't support encryption and so I could not verify the session. Do you have a different app that you recommend to use?
  14. Hey, this is setup through Nginx Proxy Manager This is what my console looks like in the docker: I tried with both the admin credentials in the config.yml as well as the matrix credentials
  15. I will PM you the full command because it includes my username and domain. Also, the readme says that the listening port needs to be changed in the config.yml. The container port is grayed out and can't be changed in the unraid UI; does the config.yml need to match the container port or the host port?