Jump to content

PSYCHOPATHiO

Members
  • Posts

    311
  • Joined

  • Last visited

Posts posted by PSYCHOPATHiO

  1. @Nanobug

    1. Airsonic-Advanced for straming your music library to any device.
    2. Matix a decentralized encrypted chat & VOIP... a bit tricky to setup but worth it. can be connected via bridge to Whatsapp, telegram, discord & more.
    3. Nextcloud <- self explanatory
    4. Bitwarden a password manager server
    5. Xbackbone screen capture server that works with ShareX
    6. Youtube-dl-material Video Downloader.

    There are more but these are some of the good ones I use. One that is most essential is a reverse proxy I personally use Nginx Proxy Manager.

    • Thanks 1
  2. I started something like you with a simple 2x2tb raid HDD setup in my PC more than 10 years ago but now i have 3 unraid server with lots of HDDs.

    I was also introduced to the docker through UNRAID & the possibilities of hosring your own servers & services are endless.

  3. @GreenEyedMonster what database are you using, if the sqlite3 then it should look like this.

     

    database:
      name: sqlite3
      args:
        database: /data/homeserver.db

     

    and if you want to use postgres then

     

    database:
        name: psycopg2
        args:
            user:
            password:
            database:
            host:
            cp_min: 5
            cp_max: 10

     

  4. i got 3 licenses & I use one for my main server, 2nd license is for backup and testing, 3d license is for whatever I want to test of my tiny Intel G4600 or anything I want to experiment with.

    To be honest the price isn't high & you don't need to get the pro license, you can just get the basic or plus if needed & upgrade in time.

     

    Compered to FreeNAS, UNRAID has an amazing user friendly GUI that is easy to use. In addition URNAID has a LOT of plugins & dockers to use available via the "Community Applications" plugin. Not to forget this forum, the community feed back is awesome.

     

    I wish they had something like a patroon account as a pool of cash that gets distributed among the devs so they can get support from us.

  5. 5 hours ago, JaseNZ said:

    Hahahahah yeah it scrubs up a lot better when done properly.

    just noticed something, you have only one intake, you might want to make it 2 intakes for cooling the driver & one exhaust for positive pressure air flow to pass all incoming air though the dust filter. The current airflow will suck air from any gap & will leak more dust into the case.

  6. On 5/8/2020 at 9:35 AM, JaseNZ said:

    All in a new case now 😀

     

    1238136976_ScreenShot2020-05-08at6_34_34PM.thumb.png.864eb132fa5a023bee361a2507a2e733.png

    I almost got a heart attack when i saw your first case lol, thank god you changed it.

     

    This case i just awesome & very organized with ample space for air flow & no obstruction if work is needed.

  7. That's one of the things I look at when purchasing SSDs the TBWs. my NVME has about 1800 TBW endurance. I need that as I host most of my important VMs & all of my dockers on IT, caching is a secondary concern.

     

    As a future purchase it's best to look at high endurance SSDs I guess.

  8. Something occurred to me today I don't know if it was mentioned on the forums or not,  regarding unraid DNS.

    I was working on pfSense & adjusting issues with DNS on unraid as I have 2 separate networks connecting into unraid & the DNS keeps giving me problems from time to time depending on the changes I make in either pfSense BOX.

     

    I was thinking if there was ever gonna be an implementation of DNS of HTTPS (DOH) in the future or anything related to selecting DNS to any interface or Vlan.

  9. I recently upgraded my ram to 64GB & something odd happened, when I started the server I had my cache driver (NVME) & a single HDD corrupted for some reason. All I did was replace the ram, eventually everything on the cache with all the dockers and servers were wiped & had to rebuild them all it took me about 3+ days to fix the situation.

     

    The reason I'm here is I've been using unraid for about 3 years now & I never found out if you could have some sort of protection as a parity for the cache.

    I got 4 VMs, & Lots of dockers running off the cache drive the other non essential VMs running off an unassigned SSD

  10. This is the community applications plugin, why are you trying to access it directly?

     

    Go to your plugins tab, click install plugin and paste the link

    https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg

     

     

  11. Tthis Chevereto script has something wrong, I tried installing it on a webserver where everything works just fine it wont give me the remote IP, tried installing the docker, nothing works, installed the nginx docker & it on to sill nothing works.

    Now back to the Chevereto docker & using Nginx Proxy manager & I got the same (the internal docker IP).

    can anyone help here

  12. 44 minutes ago, Kaizac said:

    0.0.0.0 adjusted to my matrix docker's IP

    Just add the 0.0.0.0 remove the docker IP, for some reason it wont work with the docker IP.

    Also when editing the homeserver.yaml make sure you save, restart & check after every small change you make as a space or a dot can break the server.

×
×
  • Create New...