isvein

Members
  • Posts

    408
  • Joined

  • Last visited

Everything posted by isvein

  1. hello Each time I try to use local or mounted storage from another local server as storage for a backup I get "cant create dir in specificed path" even if the share is set to r/w. Anyone know why?
  2. I have installed Minio S3 server on my unraid and I have tried Duplicati, but it is very very slow. I found another S3 client, CloudBerry to be much faster (its not a free program if you want client side encryption), it supports a lot of cloud services too, but only buisnies versions that is too expencive for me It is a neat program, there is an docker for it too.
  3. hello Anyone know how to config Minio with fail2ban or other methods to secure the login page from brute force attacks?
  4. thanks, just need to find where Minio store the logs, it does not put anything in Appdata share so looks to me its all inside the docker image
  5. localhost: another domain or subdomain? As far as I can see, one letsencrypt docker can only be used for 1domain and its subdomains.
  6. hello So I try to put a Minio docker behind the reverse proxy of letsencrypt and have got that working just fine, but how can I connect the login logs to fail2ban to protect against brute force attacks?
  7. I see a lot of this card on eBay, with the P20 firmware but can't find how large disks it supports.
  8. have anyone tried this with the Minio docker and make it work? I get it to work from a browser, but when I try to connect a backup client to the proxy adress I get " cause="Signature does not match" source="[auth-handler.go:122:checkRequestAuthType()]" " Edit: I found the answer here: https://docs.minio.io/docs/setup-nginx-proxy-with-minio so I added this: server { listen 443 ssl default_server; server_name domain.name.; location / { # include /config/nginx/proxy.conf; proxy_set_header Host $http_host; proxy_pass http://192.168.0.2:50001; } I have not made it work with an /location
  9. I need to try this when I get home ? trying to get the minio docker behind ssl for remote client backups.
  10. Hmmm, I always gets a lot of errors from duplicati
  11. I had problems with that too. What you need to do is go to the unraid servers "settings"-->" Community Applications"-->" General Settings" and set " Enable additional search results from dockerHub?" to yes Then you go to "Apps" and search for "minio" When it does not find anything, you click on the whale " Get More Results From DockerHub" then you will get a lot of results. The one Im using is from "topdockercat" I would also like to know how to put the minio server behind the letsencrypt docker
  12. I accually did not think about the compression
  13. So I have done a few backups now, but "source" is always bigger than "backup" Anyone knows the reason for this? The backups seems to not missing any files.
  14. I have both installed, but I was wondering about the SSH plugin. I get a list of the users that is on the server, I can click on them, but what is that for because nothing seems to happen when I do.
  15. If I come accross dockers that I think should be part of the "app store" that is not in it yet, where should I post that?
  16. I got it to work But I dont see the pont of this comparing to just point Duplicati to a share or FTP, beside the fact that its most likely more secure to use Minio to share with remote users and not using VPN between client and server. But I would like to know how to setup SSL on the docker. Also looks like Minio webgui is missing some features, like deleting buckets, but that is not the dockers fault.
  17. @StevenD thanks, found the right one now Let me see if I can figure out the access key and secret key
  18. I cant find an option that says that I also tried to add the repo manually to docker, but cant find it in the manual list ether.
  19. How can I add Minio to the source list in Unraid again? its not on the app store.
  20. what would be the advantage of using this server instead of having Duplicati just use Unraid over FTP/sFTP ?
  21. Hello How is this plugin suposed to work? No matter what I do, unless I turn SSH off, every user on the server can log in. Or is it not meant to work from the LAN side?
  22. harshl I testing out that too. +OpenVPN to keep it secure between locations as I dont want to open unraid to the internett
  23. Maybe not scope of this thread, but does anyone know how I can change the TMP folder Duplicati on windows uses? It uses the default tmp folder and it fills up my SSD Edit: I changed the system location of the TMP, no need for windows to use the SSD as tmp storage. edit2: How small/big should the Upload volume size be?
  24. Thanks for this plugin, it fixed my problem with all FTP users having all access