Applications which might show Cloudron backend
-
Sometimes, it might not be desirable to show that an application is being run on Cloudron. However, there are applications can disclose there is a Cloudron backend.
For example, if you are not logged into Peertube, and attempt to login, then it shows you an option. (See screenshot)
Are there other applications which might do this? How can this be eliminated when necessary? Might it be related to the installation option on Cloudron "Let the application handle this"?
-
I'd say it depends.
In some packages, it's an environment variable that defines this, so you'd just have to export the variable in the env file to be configurable by the end user.
Not on Cloudron, but I've already seen apps fetch the provider name from the OIDC configuration, so it might also be it.
-
Unless mistaken, this was already mentioned here
See @girish response:we have introduced a new environment variable (just last week) in next release - https://git.cloudron.io/cloudron/box/-/commit/daa8a60da282fc3c8bbccd4b2b1a4920c2b06812 . After the release, we have to adjust the apps to use the text in the environment variable. And then, Branding view will set that variable.
So it seems, it is coming.