PSYCHOPATHiO

Members
  • Posts

    309
  • Joined

  • Last visited

Everything posted by PSYCHOPATHiO

  1. I've been hosting my own email server for years & actually have 4 domains on it, but I use one only the other domains are set up as cach-all. I started with an unmanaged VPS for playing around and testing but through time & more experience I host mine now on a VM on my unraid setup connected with ADDC LDAP & have another VM with proxmox mail gateway installed acting as buffer filtering my email from spam and viruses <-- note I have no port forwarding so I have another remove VPS server with pfsense connected via VPN forwarding what I need back to my local pfsense to keep everything running on 5G internet. So basically, I use a Windows server VM with a business class email server.
  2. Perhaps you would care to share the wealth with the people's democratic Unraid republic, or the post above you 😁
  3. I have wiped my nextcloud & started from scratch & I found out that there are some LDAP issues with this build... I tried the official nextcloud build & LDAP works flawlessly but in Linuxserver build I'm not sure what is wrong but all the fields after I fill them up seem to have no effect. also onlyoffice isnt working on Linuxserver build but works on the official build. i get this message in my logs: Could not detect any host in http:///data/htaccesstest.txt RuntimeException: Could not get appdata folder for preview I dont know if what I said makes any sense
  4. you need to change the folder permission to 777 or in unraid under "tools - New Permissions"
  5. @paaland I run the older 1700x on asus 370x board I found out this works for me "modprobe it87 force_id=0x8620" just run in in CLI without quotations.
  6. I've been using Nextcloud for the past couple of years, the Nextcloud app on my phone uploads any chosen folder with pictures automatically to my Unraid.
  7. @Linguafoeda I have no clue but without it, I can't delete or modify the files I download.
  8. I had this question on my mind for years but never thought to look it up, nice share.
  9. @Linguafoeda in your qbittorrent under advanced, add this line in extra parameters -e UMASK_SET=000
  10. Yes, I'm connected to 2 servers. you can try connecting to mine sykorp.com my user is @psychopathio:sykorp.com
  11. Sorry for the late reply. The initial setup is a bit confusing and sort of headache, even if I wanted to start a new server I will make a mess in the beginning. Anyway, I set up my matrix server on the root domain itself, so my name will appear as "@psychopathio:domain.com" this is after I mastered rebuilding the server 30-40 times at least, here is my Nginx config https://img.sykorp.com/kUYo4/LoSuRoSi86.png you do not need to use port 8448 as this is mainly for communicating with the federation I use port 8008 on http also you need to set up the SRV DNS correctly so here is a link to my DNS https://img.sykorp.com/kUYo4/NaPuJomo19.png it has to point to port 443 for your matrix server to work without adding a port to the end. Here are a couple of links that helped me through the process. https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-dns.md https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/prerequisites.md I hope this helps.
  12. @darrenyorston Just tried the line in consol & it works fine "cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1" maybe the image you downloaded is corrupted or something wrong with it. Try this Repository "matrixdotorg/synapse:latest" The one defined in the app hasn't worked for me. just make sure you delete all files in the appdata folder before reinstalling. With every update, there are changes in the homeserver.yaml file but once configured, nothing will change. @A75G Maybe u should change the repository to "matrixdotorg/synapse:latest"
  13. Amazing build, & a great choice of hardware overall, This is what I would call a perfect build. Just make sure you protect your investment with a decent UPS, it saved my server at least 2 times in the last 6 months from outages. Welcome to the club.
  14. This could be a nice air filtration system nevertheless a nice build with decent specs.
  15. This is the best rule but at least keep a minimal even if local offline backup of the most important data you have just in case of something going wrong. Good luck with the new build.
  16. I'm sorry you lost all your data, I know the feeling as something similar happened to me once. In my case I was hit by ransomware but I had a second unraid server with a copy of all my dataoffline. As geek & a data hoarder I like to keep a minimal of 1 extra backup offline of all my data
  17. Did you change this line bind_addresses: ['::1', '127.0.0.1'] to 0.0.0.0 as for the DNS records you can follow this guide, its really helpful when working with the matrix https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-dns.md
  18. I'll manage as I have some other twisted setups. just needed a confirmation to go ahead and work my ways. @CorneliousJD ok might be a thing not sure of as I'm not sure it would work but is it possible to set a port range, I remeber it was doable but cant some some reason do it now.
  19. Do we need to add the ports to the docker it self as in range of ports?
  20. I once passed 30+ days mark, i love reboots
  21. i use the same command & would love to have it on dash, but i think this topic should be moved to
  22. What a beaaaaautiful machine, elegant & multi-functional.
  23. ops sorry im using unraid beta, ypu should go with the latest it will work also.
  24. I've been running pfsense for some time now & I found out there settings will always work for me, my current settings are Machine: i440fx-5.0 BIOS: OVMF. This woks on both my server Ryzen & Intel with NIC Passthough.
  25. @Nanobug Airsonic-Advanced for straming your music library to any device. Matix a decentralized encrypted chat & VOIP... a bit tricky to setup but worth it. can be connected via bridge to Whatsapp, telegram, discord & more. Nextcloud <- self explanatory Bitwarden a password manager server Xbackbone screen capture server that works with ShareX 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.