Allowing whitelabel of my app

Hi Guys

My app lets users create a port folio like page.
Users get link with my apps domain

(eg : https://myapp.com/chris )

Is there a way I can let users add their domain
like a cname and then they can use their own domain to load that page.

my.chris.com/mypage

Any way to do this ?

Thanks

I’m not the best person to answer this, so let’s learn together!

Have you tried using a page parameter getting data from your Backend?

In the page options, you can define parameters that will appear in the URL.

I just don’t know if it will just be the name or if it will be “parameter=value”. You can try…

Best Regards,

No brother. Parameters are for same domain

My requirement is completely different
Its adding multiple domains.

Thanks

1 Like

You could do this by setting a reverse proxy yourself and handling the whole thing from that side. There is some services, but I’d say it’s tough to get this “no-code” way. Still it’s doable.

@dingan

so you want to have seperate domains, like subdomains, right?
There was a topic about that, a la “workaround”, you need to search in the forum.

When i find it i will tell you. I also need.