-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to disable URL overwriting #5168
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jean-Yves <[email protected]>
Hi @docjyJ, this is a though one. I need to think about it... |
So you don't see any way you both could use one domain together? Also, running 2 AIO instances is not an option? |
According to the documentation:
It seems that nextcloud can detect the url behind a Caddy proxy. In addition, my PR does not modify the The url defined in the instance is the default url for CLI/cron tasks, with a Caddy proxy revese, there should be no error. I think it's a good idea for small instances. Many users ask for it. We can add the mention "at your own risk". |
I see. Thanks for an explanation of what this does. However the problem is rather of a conceptual nature:
I hope this clarifies things a bit why I did not want to add this in the past... |
I understand.
Currently I have a way I have to disable this feature manually by commenting out the proxy configuration. I collaborated to install, I will test how it works with several domains.
Yes, I am looking like several people to add domain aliases. There is always the default domain $NC_DOMAIN.
We agree I am not asking for a new feature. I would like not to have to reconfigure the second domain with each update... The If it's really too restrictive I can create my own image. What do you think? |
Hi, I've been looking into Collabora. They officially support multiple domains : https://sdk.collaboraonline.com/docs/installation/Configuration.html#multihost-configuration The solution of being able to configure multiple instances does not interest me because I have a low-performance configuration... |
Sorry for my late reply. I was on vacation...
Yes, I know that it is technically possible to make it work but currently it is not implemented on the AIO side. So as I said above, if we merge this, quite a few of AIOs built-in features will not work. Another reason is that I don't want to maintain this feature. However I would be fine with merging this if you @docjyJ would step in as the maintainer of this feature. That means if bug reports or any questions regarding this feature come in, I would ask you for help on the topic. If that is fine for you, I would continue with the review. |
Why not, I can write a documentation with :
I use collabora, but not talk eventually I can install it to write documentation I understand that you have a lot of work to do. Thank you very much! I hope to meet you next weekend ! |
Sounds good 👍
Thank you! :)
Yes, that will be great! Cool that you are coming to the conf! Looking forward seeing you! :) |
Hey
I need to have multiple domains.
My cloud is shared with a friend who has his own domain.
I know I'm not the only one bothering you with this feature. #2598
This PR allows disabling the configuration of OVERWRITEHOST and OVERWRITEPROTOCOL.
Of course, AIO does not support multiple domains, even with redirection disabled.
Take care