Everything posted by jbrodriguez
-
ControlR (Android/iOS app for unRAID)
ControlR 5.5.0 is available on Apple and Google stores ! (or will be shortly :)) v5.5.0 - Restore restart docker functionality - Resume parity actually resumes (instead of just restarting) - Upgrade netops library - Improve build setup
-
[Plugin] controlrd
yes, this is odd, doesn't work for me either, even on testflight, but it works on my dev env. quite puzzling, i'll look into it
-
[Plugin] controlrd
should only appear when the docker is running, it that not happening ?
-
ControlR (Android/iOS app for unRAID)
there's no interoperability between apple and google app stores
-
[Plugin] unbalanced
yes, only on startup, it's not monitoring that file, maybe restart unbalance from the unraid plugin page ?
-
[Plugin] controlrd
v5.4.0 has been released
-
ControlR (Android/iOS app for unRAID)
yes, probably that's a good idea, will try to include it in the next release
-
ControlR (Android/iOS app for unRAID)
ControlR 5.40 is available on Apple and Google stores ! (or will be shortly :)) v5.4.0 - Restore restart docker functionality - Resume parity actually resumes (instead of just restarting) - Upgrade netops library
-
[Plugin] unbalanced
hi, it looks for these 2 certificates, in this order /boot/config/ssl/certs/certificate_bundle.pem /boot/config/ssl/certs/<server name>_unraid_bundle.pem
-
[Plugin] unbalanced
hi, i'm not that knowledgeable with hard links , but yes, unbalance uses the rsync "built-in" on unraid my only comment would be to `man rsync` on unraid to make sure of the capabilities offered in the platform, if `man rsync` is done on macos some things (especially things like hard links) may be different
-
[Plugin] controlrd
yes, i saw it now, i think originally it wasn't available, and that code in the app hasn't been touched in a while, i'll look into adding it
-
[Plugin] controlrd
hi, is that possible via the unraid web ui ? if it is, i may have overlooked it in the app's implementation that is bit more difficult, not sure if that's currently possible that's a legacy issue, we discussed that with Squid at some point in time, it would create a version visibility issue, that was a while back, don't exactly remember what it was
-
ControlR (Android/iOS app for unRAID)
hi, can you try adding it manually and set http or https according to how your server is configured ?
-
ControlR (Android/iOS app for unRAID)
ControlR 5.3.0 is available on Apple and Google stores ! v5.3.0 - Upgrade to base libraries - Implement new camera package This is mostly a maintenance release, getting ready for google's sdk requirement in advance
-
[Plugin] unbalanced
what is actual free space on these disks (i understand you're referring to disk 1 and 2 ) ?
-
[Plugin] unbalanced
creating a dataset on a zfs pool is a design decision from the zfs admin (user :)), unbalance will not see datasets only shares, so it's up to the user to create shares that unbalance can use (not sure if i'm missing something here)
-
ControlR (Android/iOS app for unRAID)
hi, the app uses the system theme, as for text size it was available in an old version of the app, i removed it because it also uses basically system text size
-
ControlR (Android/iOS app for unRAID)
hi thanks for the ping about this ! as a matter of fact, i realize now that i haven't heard from that site in a while 😀 i'll take a look at what can be happening, i don't think i have a duplicate of that list though :(
-
[Plugin] controlrd
mmm that's odd, i can connect to my main server (Unraid 6.11.5) and a test server (Unraid 6.12.x) what Unraid version are you running ? is the error the same as above "Unable to fetch /Main" ?
-
[Plugin] unbalanced
yes, it's working on 6.12
-
[Plugin] controlrd
hi, can you try to add it manually ? please make sure to validate whether you have ssl setting on or off
-
ControlR (Android/iOS app for unRAID)
you mean the plugin or the app ? the app is available on eu stores, are you using android or ios ? i will double check regardless thanks for the data privacy support, i do have a privacy page which should be gdpr compliant, unless something changed lately. as for the plugin, it's available from the community app, so it shouldn't matter where you're located with regards to the suggestion about the note in the Logs (and i think other pages), you're totally right, i'll look into adding some instructions there.
-
[Plugin] controlrd
it should generally work on earlier versions of android. have you changed ssl config lately ? some firewall/router config change ?
-
[Plugin] unbalanced
hi, the logic for scatter is - Get the contents of the selected files/folders from the source disk Order the target disks by free space available For each target disk, calculate how much it can be filled up with files/folder from the source disk a file or folder tree is a single unit, in the case of a folder it will calculate the size of the entire tree (du folder/*) not sure about the several small files scenario though, if they're at root level should place as many of them as they fit on a single drive
-
[Plugin] unbalanced
so, i spent the morning getting unbalance to compile some changes in my dev environment i guess, had to upgrade a bunch of stuff and patch some code. it's working now though ! i accepted a PR from MHLoppy on github, since i still had references to lime-technology.com 😮, so, thanks MHLoppy. so, i'm set up to look at adding some changes, i'll start looking into the effort needed