jbrodriguez

Community Developer
  • Posts

    1947
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by jbrodriguez

  1. I've published v1.5.0 on the Play Store. The most important changes are: - Font size can be adjusted in-app (allowing UI to be scaled) - Server pages (disks, ops, etc.) can be swiped (left/right) - Adding a server shows errors instantly - Moved app version display - Bug fixes and improvements In the settings page you can choose a font size, with the same options as in the Android general settings: tiny, small, normal, large and huge (normal is default). It scales the entire UI (with the exception of the dropdown and switch elements in the settings page, which I hope to fix in an upcoming release). Let me know how it goes !
  2. Hi mikedpitt430, can you check the log at /boot/logs/unbalance.log ? That's where the plugin keep its log and there might be additional info.
  3. Thanks DazedAndConfused ! As for the VPN, depends on your environment, but you basically need to set up something like OpenVPN in your firewall. If you're using pfsense, something like this might help pfsense/opnvpn. Or if using vyos, check this In general, openvpn setup is pretty well documented, there's even a docker for unRAID that installs it.
  4. Thanks for your comments Fireball3 ! I've made some changes to the input form colors, it should address what you mentioned. I'll look into your other suggestions for a release after the next.
  5. Brad just let me onto this app and I have to say it looks fantastic. I am certainly a big +1 for iOS support as I do not use android and have reflected as such on your feedback Forum. I did notice that you mention your focus is Android as there is already an iOS app? That there may be, but yours seems to be head light years ahead! I would certainly pay for your app for iOS. Congratulations on a great development! Thanks for your comments danioj ! I'll be looking into an iOS version.
  6. Hi PieQuest, adjusting timeout settings should have solved it. I'll ask you for some info over pm, to try and find out what could be the issue.
  7. I've published 1.4.1 - It's no longer required to list dockers/vms in the Dashboard - Fix bug in disk size display - Bug fixes and improvements With regards to the first item, when I tried it reading separately from /Dockers and /VMs the app had a different architecture, which made it kind of difficult. Now it's easy to do this. As for the second item, I think this is now as close to unRAID as possible. There may be some differences, but I'd chalk them up to PHP vs Java functions.
  8. Yes, that's the way to go, I'll be testing a couple of ideas. I'll publish a release for the issues mentioned by MyKroFt, then work on this before diving into user permissions.
  9. Thanks for all the comments guys ! The DPI/font size thing really helps in looking for a solution. Not sure yet on how to solve it, but at least I know how to approach the issue. I also want to give thanks for all the ratings on the Play Store, I really appreciate them.
  10. Right, I tried that previously, but I had some issues (can't recall exactly what it was). It was a while back, I'll check that logic again.
  11. Thanks MyKroFt, I'll check this. About the dockers not showing, as discussed offline, dockers and vms need to show up in the unRAID Dashboard page, so that the app can pick them up as well. I'll find out more about the unassigned devices.
  12. Right. And still no TB either. I thought some of the changes in the libraries would get that part. I'll take a look at it.
  13. Hi MyKroFt, The dockers ... were they showing before this release ? What are UD drives ? I'll send you a pm to ask for some additional info.
  14. I've just published 1.4.0, with: - Dockers and VMs are now in separate pages and can be displayed as cards or as a list ! - Bug fixes and improvements I've also enabled Google's Family Library. This covers purchases made before July 2nd (the date Family Library actually went live for developers). I'll close the Docker/VMs feature request and work on User Permissions next.
  15. I'll publish a new release this weekend, with separate docker/vm pages (unless rc3 brings many changes, something I don't expect). In the meantime, I'd like to open a discussion about the user permissions feature (vote here if you'd like this to be implemented). This is what I've been thinking: - Permissions based on unRAID users unRAID supports users already. I propose to use the comments field to define permissions. The syntax for the permissions would be [docker|vm]:[+|-][rwx] In this context, rwx would mean r: User can see the docker/vm, but can't interact (actions are disabled, except to open the web ui, maybe?) w: User can edit/remove the docker/vm x: User can start/stop the docker/vm The default (if nothing is set in the comments) would be +r, all dockers/vms are visible. The root user is a special case, it has access to everything (no need to specify any permission) For example, you create an additional user and set its comment field to: nzbget:-r|sonarr:+wx|plex:+x The user will not see the nzbget docker, will be able to edit/remove and start/stop the sonarr docker and will be able to start/stop the plex vm. - UI based on user The current UI will be shown to the root user. For all other users, a limited view showing only the dockers/vms page and associated actions (as per the permissions) - Login/Logout The main servers page will allow to login/logout for each server, so that users with different permissions can use the app on the same device. I'm not sure where the user description field is used and if it can be used like this at all. If it can't, this feature would become a whole other level of difficult. Let me know your comments/suggestions.
  16. Thanks dmacias ! I've been looking into something similar to your suggestion, but I don't think it'll make the next release.
  17. Thanks smdion ! I'm splitting dockers and vms into separate pages, I'll check how feasible this is.
  18. There is a button called "Power On" if your server is off. Try that one That's right ! LOL got to be on of my most stupid posts!! Who would believe power on button would turn on server! Maybe i could try the on switch on my brain and see if a wol ping could wake me!!! But in my defensive i had not looked at the app when server has been off Don't worry. We will remind you about the incident
  19. I've just pushed 1.3.3, mostly fixing some visual issues - New layout for ops page - Ask confirmation before canceling sync/rebuild - Fix some UI elements (error screen not filling the screen, progress circle) - Fix array size sometimes shown in scientific notation - Bug fixes and improvements If there are no issues with the release, I'll start working on the app page split (into separate dockers/vms pages) and post what I've been thinking about user permissions, for some feedback.
  20. There is a button called "Power On" if your server is off. Try that one That's right !