Option in web app configuration to set path when clicking icon
-
Lots of web apps allow you to set tokens so that only people with the token can use them and all
POST
s andGET
s require them. I'm working with an app that uses a live debugger on the root of it's filesystem. But it requires a token. So, when I hit the app in the Cloudron Dashboard it goes leads me to an "unauthorized" page. Is there a way to select the "URL" the user goes to when clicking the app icon. For me I'd put in my/?token=x
, but I imagine a lot of people will put in Wordpress' login page rather than the Wrodpress public front end. I am one of those places. I have one place I want to go in the WP backend, so I'd put that link in there directly. I see this being an easy modification and could be very useful to people.Maybe in the future, make it have per-user type controls. But for now, just making the path custom would be a godsend.
-
The main link target cannot be changed, since anyways the hitting the domain directly and not through the Cloudron dashboard would result in the same issue. However there is (looks like still uncodumented) CloudronManifest.json field
configurePath
which, if present, will show an additional action item on hover at the moment. For example in surfer this is set to/_admin
and thus brings the user directly to the admin panel.