Cloudron Portal Alt.Manager
-
The Cloudron portal web UI is great ... except for when you need to switch rapidly between multiple apps to open terminals and file folders (largely due to My Apps list persistence issues).
So I made an alternative for personal use, scratching my itch, which might be of interest to others :
- local cross-platform Tauri/Rust app (Mac silicon .dmg available, Windows exe needs building, instructions in repo)
- authenticates with Cloudron standard login
- apps list always available in sidebar (quick access icons for app dashboard, terminal, file manager and launch)
- quick access tabbed views
- minimal clicking
sorry for heavy redaction but you get the idea

-
@girish no extra api needed.
In fact, possibly not enough used, and architecture needs review.
It's currently all browser tabs apart from the apps list, which is an api call.
I did it that way so apps could be launched in tabs inheriting the browser credentials.
But actually maybe I should have done it with more use of api calls.Especially as I am struggling to build the Windows version with this approach (not a Windows user), so some review of approach may be needed.
Might have to treat this as PoC and implement in a slicker manner.
Selfishly my itch is scratched for Mac, as it's quite fast, and separated out from other browsing.
But I simply will not have Windows defeat me
so I will look at re-working the approach. -
The Cloudron portal web UI is great ... except for when you need to switch rapidly between multiple apps to open terminals and file folders (largely due to My Apps list persistence issues).
So I made an alternative for personal use, scratching my itch, which might be of interest to others :
- local cross-platform Tauri/Rust app (Mac silicon .dmg available, Windows exe needs building, instructions in repo)
- authenticates with Cloudron standard login
- apps list always available in sidebar (quick access icons for app dashboard, terminal, file manager and launch)
- quick access tabbed views
- minimal clicking
sorry for heavy redaction but you get the idea

@timconsidine WOW that's very cool mate. Kudos !

-
@timconsidine WOW that's very cool mate. Kudos !

-
Mac and Windows binaries now in releases if you want to try w/o cloning and building.
https://forgejo.tcjc.uk/cca/cloudron-portal-manager/releases
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
Did you need any additional APIs ? Happy to add any if you need them.