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


Skip to content
  • Question - App Proxy

    Solved Support
    5
    1 Votes
    5 Posts
    130 Views
    J
    You have to install nginx and put those configs on the server where you deployed odoo . That is the correct place for putting those multiple port configs. Then nginx will then answer to a single port 80 which you can then put into cloudron.
  • 1 Votes
    8 Posts
    200 Views
    J
    @senthilkumaran said in Cloudron Subdomain pointing to a different IP for Apps not on Cloudron: https://i.imgur.com/3gtJVw1.png - wildcard means that all the *.thinnal.org will point to the cloudron's ip. If you have *.domain.org and foo.domain.org entries in your DNS provider , then foo.domain.org being more specific wins. One crucial note: this is not a feature of DNS since DNS protocol itself no concept of wildcard. This feature comes from the DNS providers (I think this comes from bind9 configuration files). But interestingly, I have the root domain thinnal.org pointing to a different IP and it works fine. Yes! because *.domain.org does not include domain.org . It only includes subdomains of domain.org but not the bare domain itself. This is another important DNS quirk to know.
  • fwd to a 2nd server

    Solved Support
    3
    1 Votes
    3 Posts
    183 Views
    N
    Thanks sorry did not see that
  • Can't use localtunnel properly with app proxy

    Solved Support
    7
    1
    1 Votes
    7 Posts
    883 Views
    robiR
    @doon Perhaps you can do a writeup as a guide for the rest of the forum on your use case?
  • 2 Votes
    2 Posts
    355 Views
    girishG
    I forked this into a separate thread. Think we need some more context. Are you saying using localhost:port of your MacOS device does not work with the app proxy anymore? In the recent releases, an app proxy related change that happened is that we set the Host header to the initial request endpoint. Would your set up be affected by this change by any chance? Related issue in NPM - https://github.com/NginxProxyManager/nginx-proxy-manager/issues/127
  • 502 Error on some websites

    Solved Support
    13
    0 Votes
    13 Posts
    1k Views
    robiR
    @nebulon test, as in previous testing proxying across cloudrons, and to other search engines worked just fine, and these tools sites, didn't.
  • KASM App Proxy with websockets

    Solved Support
    11
    1
    1 Votes
    11 Posts
    2k Views
    girishG
    @robi new cloudron release
  • Using app proxy with pgadmin

    Solved Support
    11
    0 Votes
    11 Posts
    2k Views
    C
    I've tried to use pgadmin and jupyter notebook under App Proxy today and I can confirm that the issue still exists, since /login/ locations are required by both apps but are also reserved for cloudron. Pretty annoying ! @joseph : this is not solved, can you unmark it?
  • Support Proxy for Wildcard DNS

    Support
    4
    0 Votes
    4 Posts
    419 Views
    girishG
    @MooCloud_Matt I think you can just use "no-op" in your situation and also use a custom wildcard certificate. The proxy can then accept just that wildcard cert. no-op ignores DNS checks. The cert can be Let's Encrypt or not depending on if your proxy can carefully forward well-known HTTP requests.
  • Removal of login for App Proxy

    Solved Support
    3
    2 Votes
    3 Posts
    222 Views
    A
    @girish Perfect, that's where I went wrong, thanks.
  • App Proxy + VPN

    Solved Support
    5
    0 Votes
    5 Posts
    605 Views
    M
    Thanks for the insights, @arshsahzad and @girish, I’ll explore these solutions. As for tailscale and cloudflare, I’d have to set them up externally to cloudron on the server, right? Which I’ve always thought was not recommended. Think I’ll try it anyway and get back to you guys. I’ve already setup a vpn on my home server with wireguard so maybe I’ll go with that. Thanks!
  • app-proxy doesn't do paths?

    Solved Support
    8
    1
    0 Votes
    8 Posts
    767 Views
    girishG
    Feature request at https://forum.cloudron.io/topic/8487/enhance-app-proxy-app-with-path-and-port-support
  • App proxy with internal IP does not replace IP in html code

    Solved Support
    5
    1 Votes
    5 Posts
    551 Views
    girishG
    @matthijs that's not possible because HTML/Javascript is opaque "data" and one cannot replace things without understanding what the data is. For example, the HTML could say "Your IP is NOT xxxxx" or "Your friend is at IP yyyy" or just about anything else. There is no way to reliably replace HTML (other than the app itself).
  • App Proxy with TLS not working

    Solved Support
    4
    0 Votes
    4 Posts
    535 Views
    girishG
    @dominikjannis Do you think you can send me the IP address to support@cloudron.io ? I can test it out from my test instance.
  • reverse proxy infront of cloudron?

    Solved Support
    5
    0 Votes
    5 Posts
    745 Views
    jagadeesh-s2104J
    @robi Thank you!! Nginx Proxy Manager is a UI + LetsEncrypt for Nginx if I have to simplify it. Do you have a sample Nginx proxy conf for this setup? Thanks again!
  • Cloudron 7.3 - not able to install new Proxy App

    Moved Solved Support
    9
    0 Votes
    9 Posts
    1k Views
    girishG
    Fixed in https://git.cloudron.io/cloudron/box/-/commit/84ba333aa11fe7d0e2ae00d2b1437efc27a876b4