Everything posted by jbrodriguez
-
[Plugin] unbalanced
no issue that im aware of. it's reported for unbalanced or for unbalance (the previous name of the plugin) ?
-
ControlR (Android/iOS app for unRAID)
hi, yes, i looked into it in the past, didn't find a good ux to expose them though, i will revisit the idea though
-
[Plugin] unbalanced
not by default, it uses rsync internally which does support hardlinks, but you need to add the flag in the settings (custom rsync flags). having said that, users have reported some issues with hardlinks, unraid shares (can't remember the details) my suggestion, use another tool if you have hardlinks: i don't use them so i can't validate/test them, there have been report of issues (similar to yours) and finally, it's not a good idea to change the rsync default flags that unbalanced uses (i may remove the custom flag setting altogether)
-
[Plugin] unbalanced
yea, that's currently missing
-
[Plugin] unbalanced
yup, try this
-
[Plugin] controlrd
yes, i should add something to the faq basically, on ios/android platforms you need to override a lot of configuration in order to be able to connect to https sites with self-signed certificates and both platforms, which leads to a lot of workarounds as well, a valid certificate is by definition also more secure i may revisit this in the future, depending on any platform changes this is still the case, *.myunraid.net dns resolution still returns a local ip
-
[Plugin] unbalanced
when you choose gather and before you start transferring, the button to start the operation reads Move, which signals files will be moved (transferred to destination then deleted on source, either via rm or remove-source-files) i think i considered this early on, i didn't use it at the time (not sure why) but i can revisit this sometime
-
[Plugin] unbalanced
not really, i think the flags were the issue, i've stuck to the about 5 or 6, maybe 7 rsync flags for as long as i can remember, going beyond that is uncharted territory (at least for me) i do have a warning on the unbalanced rsync settings for that reason (something about changing the flags is for expert users or similar iirc)
-
[Plugin] unbalanced
i've never used those command line flags in an rsync command outside of unbalanced, much less as part of unbalanced 🤷♂️, but i think it did what you told it to do, it copied some files (only those below 20M), then deleted the source files (as gather is a move which is copy/delete)
-
[Plugin] controlrd
hi, are you accessing your server via https ? if that's the case you need to provision a let's encrypt certificate and access the server with the myunraid.net url, you can find some screenshots in the faq (https://www.apertoire.com/faq/controlr/#cant-connect)
-
[Plugin] unbalanced
stopping a command/operation, means sending a linux kill command to the rsync process ... sometimes it takes a bit of time to end, but i'm not sure if it waits for the current file to complete the transfer, i don't think it does though
-
[Plugin] controlrd
woa, that's a suprise, it seems unbound does support rebind whitelisting, maybe its a bug 🤷♂️ i haven't tried zerotier, but i can vouch for wireguard, i set it to on demand on my phone and it works seamleassly when im out of my wifi coverage, no hiccups at all (using navidrome to stream music or to access my unraid server) it just works
-
[Plugin] controlrd
yea, i did, there was an issue with the data, but thanks anyways, really appreciate it !!
-
[Plugin] controlrd
nice ! ill address the issue with the icons in a future release
-
ControlR (Android/iOS app for unRAID)
one last question, are both servers running on https ? http ?
-
ControlR (Android/iOS app for unRAID)
definitely strange ill bring forward some changes i was planning to do, related to error logging, so i can get some insight into the issue this will take me a couple of days, thanks for the patience
-
ControlR (Android/iOS app for unRAID)
cpl more questions ... do you have vms on any of the servers ? do you have users set up on any of the servers ? are they on different lan segments or the same ?
-
ControlR (Android/iOS app for unRAID)
are the 2 servers different versions of unraid ?
-
ControlR (Android/iOS app for unRAID)
one quick question, did you add the server with the same url you used when running the support script ? if not, can you try removing the server and adding it manually with the url you used with the support script ?
-
[Plugin] controlrd
they were showing with the latest app/controlrd plugin and suddendly disappeared ? the missing csrf_token is not an issue, it just tells wether the server is up or down in any case can you provide me some troubleshooting data from your server ? if yes, pls follow the instructions on this page https://github.com/jbrodriguez/controlr-support
-
ControlR (Android/iOS app for unRAID)
i sent you a screenshot, i was able to see the dockers in my simulated environment, not sure what the issue is with your server 🤷♂️ ill make a small change to the app anyways, to see if that fixes it
-
ControlR (Android/iOS app for unRAID)
right, you need to add your server's address to the command line, run ./support http://192.168.x.x or ./support https://192.168.*.myunraid.net add your server URL after the "./support"
-
ControlR (Android/iOS app for unRAID)
i edited the file for you (attached)support save it to your servers /tmp folder, then do cd /tmp chmod +x ./support ./support
-
ControlR (Android/iOS app for unRAID)
ok try this type bash then edit the script, replace #!/bin/bash with what comes after "bash is", probably /usr/bin/bash the first line would be #!/usr/bin/bash
-
ControlR (Android/iOS app for unRAID)
i'd think you are running zsh and deleted bash ? if you run zsh if that works, can you edit the support file and replace #!/bin/bash with #!/bin/zsh