Skip to content
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

Revert "manual-install: add back the nextcloud-aio network" #5668

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

szaimen
Copy link
Collaborator

@szaimen szaimen commented Nov 26, 2024

Reverts #5666

This is not the correct fix. The correct fix lies somewhere here:

IPv4_ADDRESS="$(dig nextcloud-aio-nextcloud A +short +search | head -1)"
# Bring it in CIDR notation
# shellcheck disable=SC2001
IPv4_ADDRESS="$(echo "$IPv4_ADDRESS" | sed 's|[0-9]\+$|0/16|')"
php /var/www/html/occ config:system:set trusted_proxies 10 --value="$IPv4_ADDRESS"

@szaimen szaimen added 3. to review Waiting for reviews bug Something isn't working labels Nov 26, 2024
@szaimen szaimen added this to the next milestone Nov 26, 2024
@szaimen szaimen requested a review from flll November 26, 2024 16:44
@szaimen szaimen merged commit a974aab into main Nov 26, 2024
2 of 3 checks passed
@szaimen szaimen deleted the revert-5666-enh/5660/add-back-network branch November 26, 2024 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant