Everything posted by isvein
-
[Support] Djoss - CloudBerry Backup
I have tried that now and still same I tried to have it backup to an Minio server on the other unraid server. It can take backup fine, but restore wont work. Looks like it have only read permitions and not write. edit: after reading all of the posts here I got it to be able to write to the orginal share, but no success with the SMB share I mounted yet. Lets try NFS
-
[Support] Djoss - CloudBerry Backup
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?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
localhost: another domain or subdomain? As far as I can see, one letsencrypt docker can only be used for 1domain and its subdomains.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
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?
-
The Complete UnRAID reverse proxy, Duck DNS (dynamic dns) and letsencrypt guide
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
-
The Complete UnRAID reverse proxy, Duck DNS (dynamic dns) and letsencrypt guide
I need to try this when I get home ? trying to get the minio docker behind ssl for remote client backups.
-
[Support] Linuxserver.io - Duplicati
Hmmm, I always gets a lot of errors from duplicati
-
[Support] Linuxserver.io - Duplicati
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
-
[Support] Linuxserver.io - Duplicati
I accually did not think about the compression
-
[Support] Linuxserver.io - Duplicati
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.
-
SSH and Denyhosts updated for v6.1
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.
-
[Plug-In] Community Applications
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?
-
SSH and Denyhosts updated for v6.1
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?
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
harshl I testing out that too. +OpenVPN to keep it secure between locations as I dont want to open unraid to the internett
-
[Support] Linuxserver.io - Duplicati
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?
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
you can try Duplicati for local backups.
-
ProFTPD Plugin for unRAID v6.8.x
Thanks for this plugin, it fixed my problem with all FTP users having all access
-
[Support] Linuxserver.io - Duplicati
Looks like site to site vpn and connect to the backup share from the client over SMB/AFP is the most secure option
-
[Support] Linuxserver.io - Duplicati
That works I found out that every file and every folder on an unraid server (I guess I should have checked this before) has all access (777). So if an FTP user conencts to the server with FTP, they have access to all files even if they should not have. (looks like its only the SMB/AFP permitions that blocks access) But I also have a seperate unraid server that is used only for backup, and since everything here is encrypted its ok for friends and family to have access.
-
[Support] Linuxserver.io - Duplicati
And seperate SSH users for the clients? Cant have all use root for Duplicate connection.
-
[Support] Linuxserver.io - Duplicati
What would be best practise to use Duplicati to backup from an remote computer?
-
add ssh user
Hello How can I add another user than root to be able to use ssh and be able to log in? I added another user to the ssh config, but this user is not able to log in, get disconnected by server right after successfull login. Unraid 6.3.5
-
[CONTAINER] CrashPlan & CrashPlan-Desktop
What does people plan to use for pc to unraid and unraid to unraid backup?
-
HandBrake
No update for Handbreak 1.0.7 ?