Everything posted by jbrodriguez
-
[Plugin] unbalanced
hi, the short term solution is to use light mode (click on the moon on the top right) contrast is tricky, i'll look into it
-
[Plugin] unbalanced
i can see the doc now
-
[Plugin] unbalanced
yes, that sounds like a next gen unbalanced it seems to require various considerations and probably a more intelligent transfer phase, currently all the logic happens on the plan phase. if you can think of a pseudo code, it would help clarify this use case (i didn't have access to the google doc)
-
ControlR (Android/iOS app for unRAID)
ControlR 5.7.0 is available on Apple and Google stores ! v5.7.0 - Improve VMs user experience - Upgrade dependencies this removes the coming soon screen for vms and displays the vm actions in a separate row
-
[Plugin] unbalanced
yes, i remember your nickname from the early days 👍 ! nice that it worked for you, thanks for the kudos !
-
ControlR (Android/iOS app for unRAID)
Thanks for the patience ! I have this mapped for an upcoming release but yes, moving the buttons to another line should be the way to go
-
[Plugin] unbalanced
right, that's a network failure, the plugin is hosted on github, so .. microsoft servers can you try installing it manually (just for troubleshooting): in the Plugins page, tab Manual install, paste this url https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg
-
[Plugin] unbalanced
this is definitely strange :), what if you go to the Unraid Settings page, at the bottom it should show the unbalanced plugin the port is configurable in the unbalanced plugin page also, although not ideal, can you try manual installation: in the Plugins page, you can try manual install tab then paste the plugin url https://github.com/jbrodriguez/unbalance/releases/latest/download/unbalanced.plg
-
[Plugin] unbalanced
i just published 2024.01.26, which should work again on Unraid versions below 6.11.x, let me know how it goes
-
[Plugin] unbalanced
no, installation should be just as any other plugin, not sure what could be causing the issue, try the latest release maybe ?
-
ControlR (Android/iOS app for unRAID)
ControlR 5.6.0 is available on Apple and Google stores ! v5.6.0 - Upgrade core libraries - Implement new settings components This is a maintenance release, I will work on some additional changes now that this is working
-
ControlR (Android/iOS app for unRAID)
hi i checked the listings and Australia is definitely up, not sure what could be the issue, it does show up at what should be the Australia link https://apps.apple.com/au/app/controlr/id1152586217?platform=iphone
-
[Plugin] unbalanced
it's basically the same plugin as before, i changed the name mostly because of an issue with the version naming scheme i was using, dating back years
-
[Plugin] unbalanced
thanks for the confirmation ! i will set the new minimum version in the next release
-
[Plugin] unbalanced
i just published 2024.01.21 with some dependencies updates and more significantly - png optimization (reduce overall app size) - favicon implementation (the icon on next to the url in the browser) these last 2 were contributed by @nearcatch, so thanks a lot to you !!!
-
[Plugin] unbalanced
unbalanced is the latest version, however it won't run on older versions of Unraid (lower than 6.10.x, 6.11.x is to be confirmed) the old one unBALANCE will eventually be deprecated. they're the same under the hood, unbalance has a new user interface, you can read more about it here https://jbrio.net/posts/unbalanced/
-
[Plugin] unbalanced
ohh yes, that's the same error reported on 6.9.x, I'll need to set a minimum version, I know it works on 6.12.x, so the only doubt is whether it will work on 6.11.x or not 🤷♂️ 🥲
-
[Plugin] unbalanced
yes, that's the command I use when testing, the correct production command is env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /usr/local/emhttp/plugins/unbalanced/unbalanced --port 7090
-
[Plugin] unbalanced
hi, I think there's a minimum version indeed, I tested on the latest 6.12.x only another user reported an issue with the c library on GitHub, he's running 6.9.x what happens when you run it from the command line ? what's the output of env $(cat /boot/config/plugins/unbalanced/unbalanced.env | xargs) /tmp/unbalanced --port 7090
-
ControlR (Android/iOS app for unRAID)
hi, the app is ready for sale on the apple dashboard, this is the us link https://apps.apple.com/us/app/controlr/id1152586217?platform=iphone, should show up in other countries, let me know if you're having problems (in which country)
-
[Plugin] unbalanced
thank you ! I'll review it today
-
[Plugin] unbalanced
couldn't have said it better myself
-
[Plugin] unbalanced
well, the history file didn't change format, but the location did change, so it's a bit odd that the new plugin can "see" the old history in any case you can do cp /boot/config/plugins/unbalance/history.cfg /boot/config/plugins/unbalanced/history.cfg restart the plugin, and you should be good to go
-
[Plugin] unbalanced
it will display the ui on the http protocol, i will look into adding https later, but there was a bug. should be fixed in 2024.01.12c as a side note, i also overhauled the tooling, creating a new release is a breeze now 🙌 !
-
[Plugin] unbalanced
It should be fixed in 2024.01.12b, i'll serve only on the http port for the time being, i'll look into serving via https. thanks for the reports !