MattFaz

Members
  • Posts

    61
  • Joined

  • Last visited

Everything posted by MattFaz

  1. Just completely removed all the AppData for NPM, set it up again and setup Access List + Proxy just like shown in the video and still no luck. Tried on multiple devices, multiple browsers (including incognito). It always just loads the page instantly with no Auth prompt. No idea what is going wrong, would it have anything to do with the Advanced > Custom Nginx Config value the Proxy has? location / { root /websites/guide; } /website is mapped and inside /guide is the index.html file, which all loads correctly so I believe that is setup fine. Very lost at the moment...
  2. Thanks for the guidance Djoss, unfortunately still not luck. Tried removing and re-assigning, also tried just starting from scratch. I took a recording of what I am doing, it's all relatively simple so not sure what is going on. Create New Access List Create New Proxy, assign Access List Go to Proxy and it loads without any prompt Screen Recording 2020-08-05 at 2.07.50 pm.mov
  3. Hmm still no luck, it never prompts for a login and just loads the page. Should I be updating the Access section in the Access List with anything?
  4. I have a static site that I can access through NPM perfectly, however I believe NPM has Access/Authentication capabilities built in correct? My understanding was I create an Access List, under Authorization I add the User/Pass that I want users to use, then block everything else. Assign that Access List to the Proxy and NPM would prompt for a login before displaying the page. However this doesn't seem to work? Is anyone able to explain how the Access List works? I can't seem to find a guide on it anywhere.
  5. I had this problem and this fixed worked for me as well, thank you!
  6. Hey all, first of all I have gotten Nextcloud installed and working well with MariaDB and NginxProxyManager. My questions is more about how you structure your UnRaid server directory and Nextcloud. I already have my media backed up in their own directories, however it was recommended to create a Nextcloud folder which I did. As such my current folder structure look like so: /x/appData /x/nextcloud /x/images /x/movies In this case, what is the best method of displaying the images from /x/images inside the Photos App of Nextcloud? I don't really want to have to move it all inside the /x/nextcloud/user/files/Photos directory, would rather be able to have it link somehow? Just can't find that ability currently... Thanks for any advice!
  7. Raised the issue, thanks @Roxedus! https://github.com/Tzahi12345/YoutubeDL-Material/issues/62
  8. Just found the youtubeDL-Material docker, single downloads seem to be working great! When adding a playlist subscription, after refreshing the page it disappears. Video below of the behavior I am referring too. Screen Recording 2020-04-28 at 12.42.37 pm.mov
  9. Unfortunately that didn't work, lost all internet then. Appreciate the help though!
  10. This worked brilliantly, thank you! Now I just need an easy way to sort out the hostname that PiHole shows for itself in the dashboard and I will be sorted! Edit: Spoke to soon! Every device on the network is going through PiHole just fine, however all the other Docker Containers + UnRaid are unable to get an internet connection. Anyone able to assist? I thought I had setup the network settings and custom: br0 correctly... * Unraid Server is: 192.168.0.25 * PiHole Docker is: 192.168.0.10
  11. Alright I kept having problems after trying to change the XML once I had already installed. So I removed everything and started again, this process (edit XML before install) worked for me: Install via Docker Restart Array, then go to VM Before starting the VM, select edit, switch form view and copy out all of the XML to another text editor Modify XML in the text editor with the desired CPU info, and changed the model type for the interface to e1000-82545em Copy XML back into UnRaid and Update Boot the VM It installed and is now running without issues, and I haven't had to change any XML after the fact.
  12. I managed to get the initial install all working fine, logged in, had internet etc. Wanted to change the CPU to use a different 2 cores (4 threads). Stopped the VM, copied the required XML section so I don't lose it. Then changed the CPU's like so: Updated network interface, and pasted the XML section at the bottom: Now it appears to boot, and I can open VNC. However it looks like this on every browser: Any ideas what I could've done wrong? It's sort of working as I can see the small mouse moving on all those little screens. Any tips would be much appreciated!
  13. I am facing issues when attempting to manually renew certificates (SSL Certificates > Select 3 Dots on the Service > Renew Now). It will then report a 'timeout' error and the Logs don't appear to show anything useful. Any attempt to manually renew any certificate after this will immediately fail with an 'Internal Error' and logs state that Certbot is still running: Is this a known issue? Is there a way to update them manually outside of this function?
  14. Sorting options don't appear to be working for me. Typically for example if I go to "All Apps" by default it sorts A-Z, if I try changing that to anything else the loading icon appears/disappears but then nothing happens, stays as A-Z. Have tried with Adblocking off and have tried Incognito to try and make sure it wasn't some browser problems, any other suggestions?
  15. Just managed to get this working using a combination of the suggestions here. 1) Create /appdata/mongodb/mongod.conf file and add the following: storage: dbPath: /data/db journal: enabled: true systemLog: destination: file logAppend: true path: /var/log/mongodb/mongod.log net: port: 27017 bindIp: 127.0.0.1 processManagement: timeZoneInfo: /usr/share/zoneinfo replication: replSetName: rs01 security: authorization: "enabled" 2) Add MongoDB from Apps, and add "-f /data/db/mongod.conf" to the Post Arguments field (rest is default): 3) Start MongoDB and go into the terminal, then type the following commands: mongo rs.initiate() <<press enter>> - it should now say PRIMARY use admin db.createUser({user: "root",pwd: "passwordHere",roles: [{ role: "root", db: "admin"}]}) db.createUser({user: "rocketchat",pwd: "passwordHere",roles: [{role: "readWrite", db: "local" }]}) use rocketchat db.createUser({user: "rocketchat",pwd: "passwordHere",roles: [{ role: "dbOwner",db: "rocketchat" }]}) 4) Download Rocket.Chat from Apps and update the following values (note: Update with your own IP/Port): MONGO_URL = mongodb://rocketchat:[email protected]:27017/rocketchat ROOT_URL = http://192.168.0.25:3000/rocketchat MONGO_OPLOG_URL = mongodb://rocketchat:[email protected]:27017/local?authSource=admin Done! All works for me now at: http://192.168.0.25:3123/rocketchat/
  16. So despite the Motherboard stating it doesn't need updating to support Ryzen 3, and the C-State issue apparently not existing in Ryzen 3 I believe that is exactly what it was. I have updated the Motherboard now and haven't faced any issues, surprising that was required considering the board came out mid this year I believe? Regardless - glad it is now sorted. Has been stable for ~5 days now and enjoying the significant power increase over the old HP Microserver N54L!
  17. Will give it a look! Hadn't noticed that setting. Thank you!
  18. I recently build a new UnRaid server with the following relevant parts: Motherboard: ASRock X570 Phantom Gaming 4 AM4 Motherboard (link) CPU: AMD RYZEN R5 3600 (link) RAM: Team T-Force Vulcan Z 16GB (2x8GB) DDR4 3000MHz (link) PSU: Thermaltake Toughpower GX1 Series 600W 80+ Gold (link) GPU: MSI GeForce GT 710 2GB GDDR3 (link) I am running ~20 Docker Containers and 1 headless Debian VM. At least once a day the Server appears to lock up, and I am unable to access it until I perform a hard shutdown/restart. I haven't been able to isolate the issue, I originally thought it was maybe Sabnzbd using the cores the VM runs on and maxing it out causing a crash, so I isolated CPU 5 & HT 11, then have the VM just using those. Additionally I read some people faced issues with VMs when the Cache was not XFS format, so I changed to XFS format on my Cache. There is plenty of free CPU power and RAM as shown in the screenshot below. That didn't seem to help though, so I connected a monitor to the GPU and it displays the following screen when it crashes: Is this the C-State issue I have seen mentioned? I thought that was meant to be resolved with these newer Motherboards/CPU?
  19. Mate that is stunning, I envy how good your server rack / case looks!
  20. Hey all, Having trouble with Sabnzbd, I keep getting 502 Bad Gateway. I have ensured I have setup the CNAME correctly, I have several others running (Sonarr, Radarr, etc.) and they all work fine. It appears to just be Sabnzbd that is failing. Not really sure what is wrong? I have Sabnzbd port 8080 mapped to port 8123. I have updated the sabnzbd.subdomain.conf file accordingly: #server { listen 443 ssl; listen [::]:443 ssl; server_name sabnzbd.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_sabnzbd sabnzbd; proxy_pass http://$upstream_sabnzbd:8123; } location ~ (/sabnzbd)?/api { include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_sabnzbd sabnzbd; proxy_pass http://$upstream_sabnzbd:8123; } } Any help would be much appreciated.
  21. Install was really smooth, thank you! Does anybody know how to get the command window to open up in the browser window? The window I am talking about is opened by hitting CTRL+Shift+P in the Windows VSCode application, but doing that in browser does not work.
  22. Hi All! I was planning to do a build late last year however ended up moving house so it was all put on hold. I am about to purchase the build once again but as it is my first unRaid build I wanted to confirm some details below as a few parts and requirements have changed since then. The server is located in the living room near the main TV, as such we would also like to use it as our HTPC (replacing a Nexus Player). Transcoding will be minimal as most devices in the house can play media themselves (excluding x265 formats). I plan to run 2-3 VMs: Kodi for HTPC (probably Libreelec) / DietPi / Other (Testing Software) As well as multiple docker containers: Emby / MariaDB / Transmission / Sabnzbd / Sonarr / Radarr / Home Assistant / PHPMyAdmin Parts List (Prices in AUD): Case: Fractal Design Define R5 ($165) (may switch to Node 804 if I can find availability locally) Mobo: Gigabyte AX370 Gaming K3 ($219) CPU: AMD Ryzen 5 1600 ($265) RAM: HyperX Fury 16GB 2133MHz DDR4 ($279) PSU: EVGA SuperNOVA G1 650W Modular ($129) GPU: Gigabyte Radeon RX 550 D5 2GB ($129) SSD1 (Cache): Samsung 960 EVO NVMe M.2 250GB ($175) HDD1 (Parity): Seagate Ironwolf 8TB ($379) HDD2: Seagate Ironwolf 4TB ($185) HDD3-6: 4xWD Red 3TB ($0.00 already own, all almost full) Total: $1925.00 Questions: Are all the parts compatible or have I missed anything? The Motherboard guide says that all SATA3 ports are enabled if your an M.2 PCIe x4 SSD. I believe the Samsung 960 Evo meets this? Will there be any issues displaying VM1 (Kodi) on the TV? I believe I just have to pass the GPU through to the VM correct? I assume the GPU will have no issues playing 1080p files. Will x265 or 4k be an issue? The current Nexus Player appears to struggle with x265. Thank you for your help!
  23. Posted previously however I since moved house and it all got put on hold. Now that all the move is done I am about to build a new unRaid Server and planning on using the following parts: Case: Fractal Design Define R5 Mobo: Gigabyte AX370 Gaming K3 CPU: AMD Ryzen 5 1600 RAM: Kingston HyperX Fury 16GB DDR4 PSU: SilverStone Strider Gold 550W ST55F-G GPU: Gigabyte Radeon RX 550 D5 2GB Cache Drive: Samsung 960 EVO NVMe M.2 250GB Parity Drive: Seagate Ironwolf 8TB HDD: Seagate Ironwolf 4TB HDD: 4x WD Red 3TB (already own) I am intending on using this as a HTPC as well, as such I will need a VM (Kodi, likely Libreelec) to display on the TV. I believe this means I just need to have GPU and Keyboard/Mouse pass-through to the VM? Will this parts list all work okay? Anything expected to give me grief? Thank you, appreciate the help!
  24. Hmm this is definitely a concern of mine, I had a look around on the Asus site and could not see it mention anywhere that the SATA 3 ports get disabled if you use NVME m.2 drives. I might have to contact Asus to find out, I need all 8 SATA 3 ports.