-
-
Notifications
You must be signed in to change notification settings - Fork 309
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
Update nextcloud's instructions #684
base: master
Are you sure you want to change the base?
Conversation
Need to be careful as you're making assumptions about Technically it can allocate any sized subnet from those ranges, but those are the defaults and you'd hope if people have the wherewithal to change them they also know how to configure this without handholding. |
It will work in most cases and specifically in the common compose created network, and avoid the issues with |
I searched through discord briefly and the only real issues I found with I had put |
I don't see a need to over-complicate it beyond:
It shouldn't be an if, that is our recommended configuration with swag and what we officially support. |
I can agree with both of those statements. Would it be worth writing a PHP script that detects the user's CIDR from within the container and displays it as a recommended value in the init log? Potentially even as an occ command the user can just copy/paste to set the correct value? P.s. I don't think setting it automatically is the right idea, but displaying a recommendation for settings we support based on detected values in the user environment makes sense. Also could be done in bash, but I figure if PHP can see the value it's more likely what nextcloud would actually see (depending on their implementation I guess). |
This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
We're getting a lot of support questions regarding
trusted_proxies
andgethostbyname
, changing the instructions to be more fool-proof