Posted on

Adding the trust domain in NextCloud

The NextCloud post installation FQDN add

# occ $ config:system:settrusted_domains 2 — value=full.domain.name config:system:set trusted_domains 2 — value=full.domain.name

or by sudoer

# sudo ./occ config:system:set trusted_domains 2 --value=full.domain.name