Everything posted by NewDisplayName
-
WireGuard quickstart
anyone found a solution to automatic reconnect to VPN? Every day, at some point, both of my mobiles need a manual "disable, enable" to be working again. Also any way to disable it in WLAN? (dont want to root)
-
WireGuard quickstart
I also have 50g allocated. (50% free) it depends much on how many dockers you have, there are fat dockers out there also!
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
So i thought like mabye add --ignore-size but then <lists every movie> 2019/11/27 13:05:54 NOTICE: imagine all your movies in this list (2013): Not deleting as dry run is set 2019/11/27 13:05:54 NOTICE: imagine all your movies in this list 2 (1987): Not deleting as dry run is set 2019/11/27 13:05:54 DEBUG : Local file system at /mnt/user/Archiv/Filme: deleted 1273 directories 2019/11/27 13:05:54 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Errors: 0 Checks: 707 / 707, 100% Transferred: 0 / 0, - Elapsed time: 100ms 2019/11/27 13:05:54 DEBUG : 12 go routines active 2019/11/27 13:05:54 DEBUG : rclone: Version "v1.50.2" finishing with parameters ["rcloneorig" "--config" "/boot/config/plugins/rclone/.rclone.conf" "move" "--rc" "--rc-addr=192.168.86.2:5574" "--rc-user=test" "--rc-pass=test" "/mnt/user/Archiv/Filme" "gdrive_media_vfs:Filme" "-vv" "--drive-chunk-size" "128M" "--checkers" "4" "--fast-list" "--transfers" "4" "--exclude" ".unionfs/**" "--exclude" "*fuse_hidden*" "--exclude" "*_HIDDEN" "--exclude" ".recycle**" "--exclude" "*.backup~*" "--exclude" "*.partial~*" "--delete-empty-src-dirs" "--fast-list" "--tpslimit" "3" "--min-age" "1y" "--ignore-size" "--dry-run"] This makes no sense to me!? Here they say, it will overwrite files: https://forum.rclone.org/t/move-overwrite/1141 But it doesnt? Do i miss something!?
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
everything still working fine, today i looked at the uploader logs and found many many movies which got ignored because of "size differ" e.g. 2019/11/24 18:16:02 DEBUG : some (2006)/some 2006.mkv: Sizes differ (src 18491673236 vs dst 2663771332) Shouldnt your cleanup script handle this? Do i really need to go over all these files (its more then 100) and delete it manually? How does it happen? I startet deleting these (files in dst).. but then i watched one of the movies, and they play just fine, so its just a better quality release... I thought if a new file with same name get added, this script handles this?!
-
annoyed by "this file could damage your computer" messages while accessing your SMB?
Like i said, via SMB. Dont ask me why you need to add it in the internet explorer, but it works.
-
annoyed by "this file could damage your computer" messages while accessing your SMB?
Ive found the easy and fix solution. Just go to Internet Explorer -> Extras -> Security -> local intranet -> sites -> advanced -> enter the ip from your unraid share (like 192.168.0.1) DONE! Ofc you could also use authentificated access (user and password for SMB, then this also should not come up) But since i dont use that, it was very annoying, this easy fix works perfectly, thought i share it here!
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
So i finally figured out how i can bandwidth limit the upload, without fuggin the mount up. 1. specify "server" (rclone listening for commands) rclone move --rc --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Filme gdrive_media_vfs:Filme -vv --max-size 12G --drive-chunk-size 128M --checkers 4 --fast-list --transfers 4 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rclone move --rc-addr=192.168.86.2:5573 --rc-web-gui --rc-user=test --rc-pass=test --rc-web-gui-update --stats=24h /mnt/user/Archiv/Serien gdrive_media_vfs:Serien -vv --max-size 12G --drive-chunk-size 128M --checkers 4 --fast-list --transfers 4 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rclone move --rc-addr=192.168.86.2:5573 --rc-web-gui --rc-user=test --rc-pass=test --rc-web-gui-update --stats=24h /mnt/user/Archiv/Musik gdrive_media_vfs:Musik -vv --drive-chunk-size 8M --checkers 4 --fast-list --transfers 6 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y 2. make some sort of script like, i made it like if ping is successfull (my pc is on) run this command: ### lieber clone bw limitten rclone rc --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test core/bwlimit rate=50k ### Now i have a question, is there a way to compress: rclone move --rc --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Filme gdrive_media_vfs:Filme -vv --max-size 12G --drive-chunk-size 128M --checkers 4 --fast-list --transfers 4 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rclone move --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Serien gdrive_media_vfs:Serien -vv --max-size 12G --drive-chunk-size 128M --checkers 4 --fast-list --transfers 4 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y && rclone move --rc-addr=192.168.86.2:5573 --rc-user=test --rc-pass=test /mnt/user/Archiv/Musik gdrive_media_vfs:Musik -vv --drive-chunk-size 8M --checkers 4 --fast-list --transfers 6 --exclude .unionfs/** --exclude *fuse_hidden* --exclude *_HIDDEN --exclude .recycle** --exclude *.backup~* --exclude *.partial~* --delete-empty-src-dirs --fast-list --tpslimit 3 --min-age 1y" (3x move command, each startet after the old one) into one move command? (So like can you move 3 directorys via one command?) Does rclone move ... /mnt/user/Archiv/Musik gdrive_media_vfs:Musik /mnt/user/Archiv/Serien gdrive_media_vfs:Serien /mnt/user/Archiv/Filme gdrive_media_vfs:Filme ... work?
-
Dynamix WireGuard VPN
You can only get VPN -> br0 working when you use the tut some posts above and use extra nic and vlan magic. pretty disappointed in the latest RCs, not even VMs are working. anyway, i noticed android updates (for apps) are not working over VPN, any solution for that? It just stops at "waiting to download". If i disconnect VPN, update is working.
-
Dynamix WireGuard VPN
usb would work. question is, would this work with the virtual nics, can someone tell me that?
-
Dynamix WireGuard VPN
I cant really fit anything more in my case. And quciker and easier is probably a virtual nic. https://linuxconfig.org/configuring-virtual-network-interfaces-in-linux
-
Dynamix WireGuard VPN
Couldnt unraid just fake a extra NIC?
-
Dynamix WireGuard VPN
So, i would need a VLAN and or an extra NIC?
-
Dynamix WireGuard VPN
Hey, can you please post a summary on what to do exactly to get it working? (maybe pictures of everything you changed?) Im a bit confused.
-
WireGuard quickstart
aha. How does the traffic from my network reach br0 then? router -> unraid -> br0? If the 10.253 er subnet reaches unraid not local (to avoid br0 cant reach host) , but over the router, wouldnt that work? Anyway, can you tell me the easiest way to get that working?
-
WireGuard quickstart
......... Remove the message to port forward IF first successfully connection AND didnt changed address just a suggestion... I also would like a tutorial on how to get the connection to br0 fixed, without vlans (my routers/switches dont support that) I wonder if you cant just add a custom rule to unraids network setup which redirects all wg0 traffic to the router? and then router -> unraid -> br0?
-
WireGuard quickstart
What about removing it IF first connection happend AND address didnt changed.
-
[Plugin] unbalanced
I also changed the port after reinstalling, maybe that helps?
-
** VIDEO GUIDE ** How to securely autostart an encrypted unRAID array
We would have needed this some pages ago Just add a "create keyfile" button to the encrypting thingy which does that command under the hood?
-
[Plugin] unbalanced
I had the same, had to remove, install and then it worked... also dont abort the 20000000% thingy, it just takes long time.
-
[Plugin] unbalanced
I dont care how you implement this, thats up to you. I just think its very useful. You could make it so that click without expanding only "means that directory" and expanding and "again clicking check all", or just make it default that it selects all when expand (maybe like this: https://medium.com/@tariqul.islam.rony/multiple-checkbox-handling-by-react-js-84b1d49a46c6 ) OR what about a extra field when expanding above the first direcorty like " [ ] check all" ?
-
** VIDEO GUIDE ** How to securely autostart an encrypted unRAID array
There should be a @limetech way to create a keyfile from a keyphrase.
-
[Plugin] unbalanced
U dont need to invent the wheel, there are plenty of programs where there is a possibiolty to select all of the selction. I want liek one checkbox which selects all checkboxes under it...? Thats nothing new? What you dont understand?
-
** VIDEO GUIDE ** How to securely autostart an encrypted unRAID array
maybe you can use ca config editor?
-
** VIDEO GUIDE ** How to securely autostart an encrypted unRAID array
you cant just open a texteditor and write the text there.... (as far as i know) keyfile in unraid means like the whole thing (like when you open a .jpg in a texteditor) I have a picture as my keyfile. How to generate it out of the password itself, i guess thats something like -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: For info see http://www.gnupg.org -----END PGP PUBLIC KEY BLOCK----- maybe write a email to limetech and ask? I link him here, mabye he sees it @limetech
-
[Plugin] unbalanced
Still wont start? edit: nvm. 3. try, it works now. Which rsync flags i need to set to get it to remove empty directories?