Not an issue, but it might be worth adding for those using NextCloud All-in-one and wanting to use it in an iFrame. The current documentation shows you need to add the following to config.php:
'addAllowedFrameAncestorDomain' => '*.example.com:*'
For AIO, execute the following on the host:
sudo docker exec --user www-data -it nextcloud-aio-nextcloud php occ config:system:set addAllowedFrameAncestorDomain --value="*.example.com"
Not an issue, but it might be worth adding for those using NextCloud All-in-one and wanting to use it in an iFrame. The current documentation shows you need to add the following to
config.php:For AIO, execute the following on the host: