Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • 3 Votes
    4 Posts
    177 Views
    andreasduerenA
    @joseph Not sure if I can follow. I understand what @girish said in App proxy questions and proxy/authentication possible improvement suggestions But from Cloudron's POV, there is authentication and authorization But basically adding the option to add optional Authentication in front of any app (presumably through the web server) would be very useful in a lot of cases. This is already a feature in the proxy app but would be good to be a toggle in any app.
  • ProxyAuth Not Working

    Solved Support proxyauth
    4
    0 Votes
    4 Posts
    1k Views
    girishG
    @rossmaclean Currently, there is a limitation that "auth" stuff (including LDAP integration) cannot be turned on and off dynamically. It is chosen at install time. Since the app didn't have proxyAuth initially, it cannot be turned on later with an update. Will put a note in the docs.
  • 403 in proxyAuth apps after server migration

    Solved Support proxyauth
    3
    1
    1 Votes
    3 Posts
    923 Views
    girishG
    I was able to reproduce both issues, thanks for reporting! The proxy auth cookie secret is not persisted. It's stored in platform runtime data. I have migrated this into the database. Redirection logic was incorrect when the token is invalid. This is also fixed.
  • `proxyAuth` addon: Basic Auth semi-broken in 6.2

    Solved Support proxyauth
    4
    1
    0 Votes
    4 Posts
    1k Views
    girishG
    OK, this got sorted out by enabling basicAuth flag. Thanks for testing @mehdi
  • 0 Votes
    12 Posts
    5k Views
    BrutalBirdieB
    @girish On it. Neat! This fixed it. Big thanks for the uddate.
  • 0 Votes
    4 Posts
    1k Views
    E
    @girish Yep! That fixed it!
  • Add ldap auth to custom webapp?

    Solved Support proxyauth
    2
    1
    1 Votes
    2 Posts
    859 Views
    mehdiM
    @saikarthik Yes, the proxy addon seems good for what you are looking for. However, it's not available yet, it'll only be released with Cloudron 6 (I think the devs estimated about 2 weeks, but it's only an estimate). Also, it does not allow for more fine-grained control, so if you want to restrict only a few things, you'll have to do it manually, and in that case yeah you can take inspiration in the Surfer app for example.