jbrodriguez

Community Developer
  • Posts

    1947
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jbrodriguez

  1. 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.
  2. it should generally work on earlier versions of android. have you changed ssl config lately ? some firewall/router config change ?
  3. 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
  4. 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
  5. that's odd, it should accept the custom flags. in the history tab, is the "-H" showing in the rsync commands ?
  6. rsync generally throws errors on permissions, dates, ownership, it can be anything and is very generic most of the times, if there is a serious issue, it will print something more "pressing"
  7. maybe you switched ssl on (or off) ? if that's the case, you need to delete the server from the app and it again
  8. ControlR Plugin v2022.12.30 (v4.0.0) is out ! - Show qrcode on plugin page - Remove ui so we don't need to bundle it anymore i decided to just show the qrcode on the plugin unraid page (refresh the page if the qrcode is cut off) @FreeMan @wgstarks this should fix the issues you were having, thanks for reporting them !
  9. @FreeMan @wgstarksthanks for pointing this out ! there must be some issue with how the plugin is handling ssl enabled servers i think i eventually will just show an iframe on the Unraid page (not sure if possible), in any case, i'll try to replicate this issue
  10. you need to click on the `Open Web UI (v3.0.0) green link to get to the plugin page, since it's not a php plugin, the ui presentation is different
  11. Which looks like it's trying to delete from disk5, but disk 5 is the destination, not one of the sources. yes, that's the destination, it's just showing the rsync "to" command the yellow check mark indicates that there was an issue with that specific command, so the app didn't delete the source folder, the reason can be anything that rsync reports
  12. go to plugins, then click on the ControlR plugin, should open the plugin page with the qrcode your server has ssl enabled ? when you connect manually, can you try http instead of https? ip address instead of hostname ?
  13. ControlR 5.2.1 is available on Apple and Google stores ! v5.2.1 - Fix crash on force stop VMs
  14. i think a way exists for this to work, but i haven't tested it (currently not subscribed to managed unraid)
  15. hi, i think this was brought up before, the dns redirects to the "managed" server, can you try adding the server manually using ip address ?
  16. hi thanks for the report, i'll take a look. the app is built with react native (a facebook/meta framework), that's the reason for the facebook reference
  17. ControlR 5.2.0 is available on Apple and Google stores ! v5.2.0 - Restore force stop for VMs - Upgraded base libraries
  18. i'll probably release the app next week. i tried to plainly embed unraid into the mobile app (for the user scripts use case), but that's too crude the more elegant way to do this would be to write a bridge api in the controlr plugin, however that would take more time than i can currently spend on it 😐 happy holidays !! 🎄
  19. ok, i get it now, if i get some free time i'll take a look at it
  20. thanks ! can you provide an example ? sounds reasonable, unbalance knows that info before starting the operation
  21. right, i can't say for sure what happened, when rsync throws an error, unbalance shows that command with a yellow icon on the history page and doesn't delete the source folder
  22. i checked user script and i find a similar issue as with running "check updates/update all" for dockers, user scripts is managing the execution of server scripts via php, which includes triggering the scripts and displaying the results. there's only one possible way i can think of doing this, i will take a look in the coming days
  23. the thing about these functionalities is that it's not easy to trigger them outside of a browser environment, php is doing all the hard work, both running the commands and displaying the progress. that is difficult to replicate from the "outside looking in" there's only way that might make it approachable, but i can't tell for sure if it will work, i'll take a look in the coming days