elmuziko

Members
  • Posts

    25
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

elmuziko's Achievements

Noob

Noob (1/14)

4

Reputation

  1. Fixed this by going into /user/seafile/nginx/conf/seafile.nginx.conf and making the change there, as well as changing proxy_set_header X-Forwarded-Proto $scheme; to proxy_set_header X-Forwarded-Proto https; as documented here: https://github.com/ggogel/seafile-containerized/issues/138#issuecomment-1833473401 Apologies for the thread hack!
  2. I'm so sorry to be doing this and asking what I presume is a fairly obvious answer once you know what you're doing, sadly I do not. I use Seafile and am running into a well documented issue with 403 Forbidden CSRF cerifcation failed. The fix as documented here ( https://forum.seafile.com/t/solved-403-forbidden-after-upgrade-to-6-3-1/6525/5 ) is to edit the nginx config file with an entry like: location / { ... proxy_set_header Host $host:**20080**; <-----# I am using port 20080 in my setup hence I must change this. ....` The problem is I have no idea what config file any post is on about. In my /mnt/user/appdata/NginxProxyManager/nginx/proxy_host I can clearly tell 10.conf is the one for SeaFile, but if I add that line (it doesn't exist as standard) below location / { then I get 504 on my SeaFile host, and can't get past the login screen on NginxProxyManager WebGui Would really appreciate some help as I'm pulling my uneducated hair out. Thank you.
  3. ha, ehrlich gesagt, eine flache Image-Datei NextCloud, die im Hintergrund gemountet ist und RAW-Dateien freilegt. Ich fühle mich betrogen! 🤣 Vielen Dank für die schnelle Antwort
  4. Tut mir leid, dass ich diesen Thread gekapert habe. Ich bin ein neuer NextCloud-Benutzer und möchte wissen, ob die Daten einer Person für alle UNRAID-Admins sichtbar sein sollen? Wenn ich die NextCloud-Freigabe über die UNRAID-WebGUI durchsuche, kann ich Ordner, vollständige Dateinamen und sogar geöffnete Fotos sehen. Das bedeutet, dass es unangemessen von mir wäre, meinen Freunden und meiner Familie NextCloud-Dienste anzubieten, wenn ich vollen Zugriff auf alles habe, was sie hochladen. Ist das beabsichtigt oder übersehe ich etwas?
  5. I'm getting the same issue. I'm on 6.12.10. I noticed this issue when I tried to create a new Share - which I am unable to do. If I start the Mover it goes away, but I'm still unable to create a new share. tower-diagnostics-20240406-0706.zip Edit: Somewhat bizarrely, I created a folder at /mnt/user level from Krusader, and the error immediately went away. I was then able to permission it through Unraid Shares GUI without the 'Starting Services' notification
  6. And I have no idea where. Trying for the life of me to reinstall NextCloud-Aio-MasterContainer. Every time I fire it up it's asking me to log in, like it's done its initial startup already. There is no folder in appdata, even when installed, it's not there. I deleted the "Add Container" xml file. I also ran find / -name *nextcloud* from /mnt/user and deleted a whole bunch of files. One of which was in /var/lib/docker/volumes - which upon reinstalling wouldn't start the docker image as it was missing this folder, so had to create it manually. I've ran a Docker Scrub I've ran a community script: docker rmi $(docker images --quiet --filter "dangling=true") Any ideas how I can shed this docker and its config in full so I can reinstall? Thank you
  7. Thank you, Really appreciate the help and super fast responses.
  8. Thank you. You're right, there used to be. I put a 14tb in a few days ago, let it rebuild, and now it's out. Have done it, and now I'm being advised my parity drives will be overwritten when I start. Unless I check the Parity is already valid. Does the log file give any suggestions as to being valid or not? Or let them both get overwrriten then spend 24 hours biting my nails I don't have a power cut! ha.
  9. Find attached the diagnostics. I'll await a response before doing a new config. Thank you so much for replying quickly, and love the avatar. Slava Ukraini tower-diagnostics-20230602-0945.zip
  10. Everything is working ok, but this makes me nervous! There is no disk 2. None. All disks present are in use as shown. In unassigned disks, there's nothing there of historic items. Just a nice clean canvas. Should I just go ahead and hit for format button? If logs are needed to help, please let me know how to get them. I've hit the log button, but the only stuff showing up post a clean reboot is network related. Thank you in advance.
  11. Like you, my friend, I've made a mental note on how to fix this (and any other docker issues) in the future. Rollback! ha!
  12. I know you didn't ask me but on the offchance Silentbob is in the US and asleep for 12 hours, here's the answer. Forgive me for using Emby as my example. Different unraid box but the fix is exactly the same.
  13. Maaaaaaaaaate. My hero. Switching it back to 10.6.13 worked for me. Everything back up like nothing happened. Worst week ever and you smash it out of the park. Thank you.
  14. Having problems with MariaDB too. I too clicked upgrade just this Saturday past, and now Kodi won't start. In the logs, I get this, every second or two. Any ideas? I can't log in any more via phpmyadmin or through the console. Definitely know the root password.
  15. Morning all, This topic is kinda out of scope of Unraid so have no problem with being told to naff off. Only I am using unraid 6.9.2 with NginxProxyManager docker so hoped someone here might have some experience in this. I have NginxProxyManager installed to handle Plex, Ombi and a few other bits. Which is great, it does what it says on the tin. For work purposes though, I need to get a Microsoft Exchange tenant into my environment and comminucate with the outside world. That means I need to open port 443 for autodiscover and Outlook Web Access. Of course, 443 is in use by nginx. If i turn nginx off and send 443 traffic to my Exchange server, I can do what I need to. Does anyone know how to setup Exchange and NginX proxy? There is one guide on the internet I've found, which is here. https://tizutech.com/how-to-setup-nginx-reverse-proxy-for-microsoft-exchange-with-lets-encrypt/ Only this guide seems driven from start to finish on a linux server, not with docker in mind. I have zero idea how to port any of that to the front end gui. I have my own certificate, though, with letsencrypt being free, I would definitely prefer to have nginx do the whole thing. Thank you in advance.