Somes modules/plugins require an URL'ish/to edit the reverse proxy
-
@nebulon
the localhost issue is easy to fixbut what about the rest?
Do you think it is something fixable?
How I could point multiple domain into one container such as
dolibarr.domain.tld is the backend
and www.domain.tld is the website generated by dolibarr through is module web -
@JOduMonT for multiple domains, we would need to enable
multiDomain
https://docs.cloudron.io/packaging/manifest/#multidomain for that app then. I think we were not aware of that requirement for Dolibarr. Alternately, depending on what is wanted, you can also setup redirect domains for the app to be reachable on other domains. -
@nebulon said in Somes modules/plugins require an URL'ish/to edit the reverse proxy:
multiDomain https://docs.cloudron.io/packaging/manifest/#multidomain
I saw Cloudron released a new version of Dolibarr 2 weeks ago but few issues, like this one still remain.
It it something we could work on it ?
this and the less important/urgent that one ? -
@JOduMonT said in Somes modules/plugins require an URL'ish/to edit the reverse proxy:
inside /app/data/conf.php
Still point to localhost which is not great because some modules relay on that information.
also that variable should point to https:// subdomain . domain . tld
instead of http:// subdomain . domain . tld -
@girish said in Somes modules/plugins require an URL'ish/to edit the reverse proxy:
I will look into the issues.
If you wonder why I show so much interest into Dolibarr; how my motivation; it's because, soon I'll move in France and Dolibarr is the only active open source project I found which respect the French law NF525 and others law related to business tax.
-
@girish said in Somes modules/plugins require an URL'ish/to edit the reverse proxy:
@JOduMonT yes, I think it's great you are reporting the issues here. Dolibarr was initially contributed, so we didn't do as complete a vetting as we would like to. I will look into the issues.
@girish did you had any chance to look at it ?