Skip to content
Discussion options

You must be logged in to vote

Hi, yes this was intentional allowing news to fetch internal networks is considered a security risk.

You can however instruct nextcloud to ignore that. And news uses the servers client to do it's requests.

https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#allow-local-remote-servers

php ./occ config:system:set allow_local_remote_servers --type=boolean --value=true

The only other way would be if your own feed server was reachable from the internet with a public IP, then you could point news to that and it would no longer complain.
Depending on your setup there are probably ways to do this. But if you trust your users it's much easi…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by xordspar0
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants