andreidelait

Members
  • Posts

    129
  • Joined

  • Last visited

Everything posted by andreidelait

  1. I still have them the same. I did not dig enough into this unfortunately. As I understood at the time, you should consider your hardware configuration and your traffic. It depdens on how many users you have and how often your nextcloud is accessed to find a happy medium of these parameters. Sorry but I'm not able to explain how should they be configured properly. For me they work as they are now.
  2. Unraid uses KVM QEMU so you're good to go. On the Intel side IOMMU is found in BIOS as VT-d. So you need to have this enabled. Also you need enabled Virtualization Technology probably found as VT-x in BIOS.
  3. You can install ncdu inside the container and run it from there to see the folder sizes in real time. I could not identify which one is tho. I had this problem only using shared links. If a user uploads or downloads something, everything is fine in my case. If I share a link to someone who's not a user in my nextcloud then the docker image fills up. Can you test this please?
  4. You can configure OpenVPN to do split tunelling (I hope that's how is called). So they will have access to your server without redirecting all their internet traffic trough VPN. Other two easy alternatives are WireGuard and Zero Tier. Look up on the internet how to configure every of them and be careful what you give access to. You can give them access to the entire network and thet may or may not be a bad idea.
  5. Does it have a configuration menu at the POST of the machine? If so you may need to set something up before. I have an Adaptec card (if I remember right) and I had to set it as JBOD (I guess) before I could see the drives in Unraid.
  6. Switching from official to linuxserver plex did the trick for me. I wasn't aware of this issue untill I've seen this discussion.
  7. WHen cache prefer is used, mover does not move the files to array unless the Cache drive is full. So that's why you want the config to stay on the SSD. for the 'data' folder I wold use Cache Yes if you want to write the data fast to the SSD and later mover gets the files to the array, or Cache No to write the files directly to the array. If you have enough free space on cache drive, you may want to use Cache Yes.
  8. Did you find a solution for this? I have two servers that are doing the same thing.
  9. Finally I have Onlyoffice working (separate docker version) BUT I don't have the close and share buttons in top right corner. when it should be I can't find any relevant information about this. Did any of you have this problem?
  10. www-data is not a user in that container sh-4.4# cat /etc/passwd root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/usr/bin/nologin daemon:x:2:2:daemon:/:/usr/bin/nologin mail:x:8:12:mail:/var/spool/mail:/usr/bin/nologin ftp:x:14:11:ftp:/srv/ftp:/usr/bin/nologin http:x:33:33:http:/srv/http:/usr/bin/nologin nobody:x:99:100:nobody:/home/nobody:/bin/bash systemd-journal-gateway:x:191:191:systemd-journal-gateway:/:/usr/bin/nologin systemd-timesync:x:192:192:systemd-timesync:/:/usr/bin/nologin systemd-network:x:193:193:systemd-network:/:/usr/bin/nologin systemd-bus-proxy:x:194:194:systemd-bus-proxy:/:/usr/bin/nologin systemd-resolve:x:195:195:systemd-resolve:/:/usr/bin/nologin uuidd:x:68:68::/:/sbin/nologin dbus:x:81:81::/:/sbin/nologin systemd-coredump:x:998:998:systemd Core Dumper:/:/sbin/nologin systemd-journal-upload:x:996:996:systemd Journal Upload:/:/sbin/nologin systemd-journal-remote:x:997:997:systemd Journal Remote:/:/sbin/nologin git:x:995:995:git daemon user:/:/usr/bin/git-shell sh-4.4# chown www-data -R media chown: invalid user: ‘www-data’ Actually I got it working but it's not user related. I used the same config that you can find a few posts above but with a small change. Instead of proxy_pass http://<ip address>:<port>; I chenged it to proxy_pass https://<ip address>:8060; Also you have to add a line in .env file inside of appdata config. In my case it's /mnt/user/appdata/binhex-koel/koel/config/.env Edit this file and add a line FORCE_HTTPS=true
  11. Removed everything (container, images, folder from appdata, docker template). Installed it again and the same: no docker no VMs are shown.
  12. After switching from the old repo to the official one, the docker containers are not shown in Netdada. Is there something else that I need to configure?
  13. I cannot connect to the onlyoffice server for some reason. When I press Save after I add the URL for it I get this error: Error when trying to connect (Error occurred in the document service: Error while downloading the document file to be converted.) I used spaceinvader tutorial to configure it.
  14. I use local as well and never had a problem. I don't see any reason to use SMB unless you have to mount a share from a different host. Why bother with a different protocol when you already have the files stored on the same machine?
  15. www2.conf Here is what I have configured in that file. Please do your research about each parameter. That way you will set the correct values for you. pm = ondemand pm.max_children = 300 pm.start_servers = 8 pm.min_spare_servers = 8 pm.max_spare_servers = 16 pm.max_requests = 500
  16. OMG, I had to change the theme to see it. I'm colorblind and I didn't see it on that theme. Thank You.
  17. How do I remove a remote SMB Share from UD? Sorry if the answer is here somwhere but I couldn't find it yet.
  18. The only vulnerability is __Host-Prefix So I gen an A.
  19. I'm trying to reverse proxy using letsencrypt docker but in the Settings/Overview section I get this error: The "Referrer-Policy" HTTP header is not set to "no-referrer", "no-referrer-when-downgrade", "strict-origin", "strict-origin-when-cross-origin" or "same-origin" I have this set to but for some reason I still get the error. Does anybody else have this issue?
  20. Thank you for making this clear. I was poking trough the files to trace the issue and compare both containers. So I will install the onlyoffice container in this case.
  21. I'm not so sure about this. I've installed the official docker using the latest tag and onlyoffice works out of the box on that one.