Jump to content

PSYCHOPATHiO

Members
  • Posts

    312
  • Joined

  • Last visited

Posts posted by PSYCHOPATHiO

  1. Reverse proxy is the best, if you have a domain it's very easy to setup reverse proxy using nginx proxy server to access your sonarr or radarr or any other as a subdomain sonarr.example.com.

     

    From within the sonarr docker you can setup a user and pass under SETUP - GENERAL - scroll down to Security & choose your method of auth.

     

    another method if you only have one docker to access is using Cloudflare tunnel, it also requires a domain if you have one.

  2. Don't forget check PSU cables for GPU if they are Ben so hard, I had some issues also with crashes cause (I over did my cable management on my pc) PSU corsair in use was a Corsair AX1000, I have 2 and both of them crashed was GPU cable was slightly bent, after replacing them with another PSU that has braided non-flat GPU cables my pc never crashed again.

     

    so basically if the crash happens under heavier loads, check your PSU

  3. Another thing to note, with my old hardware the Ryzen 1700x if the RAM 4 dim slots are filled it used to crash frequently, it took my a long time to figure that one out or it could be ram incompatibility, so try setting the ram to default stock speeds.

  4. This is a very old post & thought to update the banner size for reference in case someone needs it as I did, I think the size now defaults to 2000x100 pixels.

    All depends on screen resolution or if you need to photoshop some text that will change size on browser zoom.

    My screen resolution is 2560x1440 so when testing I came to the conclusion that my best fit is 2000x100 pixles.

  5. It was a bit confusing at first when the apps loaded with strange face and names, I contacted a friend who has a lot of apps and asked him WTF did u do the do with randomly uploaded apps lol, he then explained.

     

    I told him I was in no way fooled 😬

  6. Nothing huge but on both servers if I try to access "System Drivers" under tools it won't open, I reverted to 6.12.8 & it opens without an issue. Now back again to 6.12.9 on both of my servers & it gets stuck on loading.

     

    I clicked on it by mistake while trying to open system devices & I do not care if it works or not, just a note to fix for next update if is the same issue exists for other users.

    firefox_2fCrjnb8Y4.png

    • Upvote 1
  7. This is my first time seeing this thread and to be honest all my previous SanDisk flash drives from 2017 have failed me & many other complicated issues including one of the support staff thought my USB port is at fault, now I'm using Kingston DataTraveler 3 for over a year on both my servers & not a single issue.

     

  8. 3 hours ago, peace-keeping-villa8590 said:

    Yes but I don’t know how to route incoming traffic on port 25 to my mail server in pfSense. All the services I host are done through Cloudflare tunnels. I don’t think I can host an email server though a tunnel?

    Well I'm not sure if I can help here, I don't have any experience with the tunneling of Cloudflare, can u do port forwarding on your ISP router? If yes then you have to

     

    • Create dynamic DNS on pfSense and connect it to a subdomain on your Cloudflare, under Services click on Dynamic DNS
    • Portfoward port 25 from ISP router to your pfSense instance IP
    • In pfSense under the tab Firewall go to NAT and add the port 25 and forward it to your email server IP address

    I guess you can find YouTube videos on any of the things required to complete the setup

  9. 2 hours ago, augot said:

     

    This is the weird thing - I found that unless I also unplugged the USB cable into my PSU, those lines kept getting re-added to the config file whenever I re-ran sensors (or changed things via the plugin GUI), even if I never selected them to be added. And that was even after removing the CorsairPSU plugin too. So weird!

    Well, I see you went through all the troubleshooting methods. Maybe unplug, remove plugin, delete the sensors config, reboot & test as a last resort.

    Other than that, I got no clue. Maybe someone else has a similar issue with ha different solution.

  10. On 8/19/2023 at 1:24 PM, Michael_P said:

    Nextcloud is what I use

    For simple file sharing it works nicely, also you can map a drive to Nextcloud docker and within Nextcloud itself you can enable "external storage" and map the drive for access anywhere or sharing files.

  11. 2 hours ago, augot said:

    Yep, but also the PSU itself - it was still happening even after I removed the plugin. Had to unplug the USB from the PSU so the sensors weren't picked up at all. Weird bug!

     Remove this line below from your config, or delete the config file completely and run sensors from the command line again. Hopefully this solves it.

     

    Quote

    chip "corsairpsu-hid-3-1"

    ignore "fan1"

     

  12. On 3/20/2022 at 7:32 AM, DarkMain said:

    Specs:

    Unraid: Unraid server Pro, version 6.9.2
    Motherboard: ASUSTeK COMPUTER INC. RAMPAGE IV BLACK EDITION Version Rev 1.xx -
    CPU: Intel® Core™ i7-4930K CPU @ 3.40GHz

     

    i know this is old, but this is an amazing CPU unfortunatly the motherboard i have is dying and cant find a decent replacement for a decent price.... so had to go for a complete new system..... do not throw away this server... one of the most stable CPUs I have ever came accross.

  13. I got a corsair PSU & the plugin shows on idle when HDDs are spun down, I'm running at 100 WATTS approx, my Ryzen 1700x is also OC to 3.8Ghz. In addition to a pfSense box, 24 port switch and the overhead of the UPS my power meter shows around 200 WATTS

     

    My second Unraid server is almost always offline & only used for weekly or monthly backups, but also runs under 100 watts when powered on.

     

    Thankfully, power where I live is pretty cheap at 0.05/kWh

  14. 10 minutes ago, Tweak91 said:

    Not sure I read you could use caddy but didn't try 

    I found this https://github.com/matrix-org/synapse/blob/develop/docs/reverse_proxy.md

     

    CADDY v2

    matrix.example.com {
      reverse_proxy /_matrix/* localhost:8008
      reverse_proxy /_synapse/client/* localhost:8008
    }
    
    example.com:8448 {
      reverse_proxy localhost:8008
    }
    
    Delegation example:
    
    example.com {
    	header /.well-known/matrix/* Content-Type application/json
    	header /.well-known/matrix/* Access-Control-Allow-Origin *
    	respond /.well-known/matrix/server `{"m.server": "matrix.example.com:443"}`
    	respond /.well-known/matrix/client `{"m.homeserver":{"base_url":"https://matrix.example.com"},"m.identity_server":{"base_url":"https://identity.example.com"}}`
    }
    
    matrix.example.com {
        reverse_proxy /_matrix/* localhost:8008
        reverse_proxy /_synapse/client/* localhost:8008
    }

     

  15. On 10/19/2022 at 1:21 AM, Tweak91 said:

    What about caddy2 or Apache.

    Followed every step would not work I have NPM not swag. 

    for other types of config https://gist.github.com/matusnovak/37109e60abe79f4b59fc9fbda10896da

     

    for any additional help, I'm always available. you can join me on Matrix or add me @psychopathio:sykorp.com

  16. I still cant get the temps for my system, all firleds are blank & if i type "sensors"

     

    output:

    Error: File /etc/sensors.d/sensors.conf, line 3: Undeclared bus id referenced
    sensors_init: Can't parse bus name

     

    if i delete the file the sensors will come up but if  i hit detect save, apply all will disappear, been having this issue for a while now & its so annoying.

     

  17. I got a WS19 VM managing my AD across all my home network & there are many things that I could ask around for help to fix or i can provide some modest help with, in short yes I think we need an AD section.

     

    I'm actually surprised it was even mentioned here, I thought AD is frowned upon in the IT community. I do not work in the IT field, its just a hobby.

  18. @ich777 Swapped the GPU slot from the first to the second GPU slot on the motherboard, started the system & now normally the driver will crash in less than an hour but now seems to be working fine. I even tried transcoding more than 8 streams of HEVC 4K on Plex without any failures. I restarted Plex docker multiple times trying to initiate any failures, but it seems that all is working great.

    As I expected, it must be the motherboard dying.

     

    Conclusion: nothing wrong with nvidia driver plugin yay.

    • Like 1
×
×
  • Create New...