Nextcloud - Configure Onlyoffice from CLI
Disable certificate verification
sudo --user apache php occ config:app:set --value=false onlyoffice verify_peer_off
Secret key (leave blank to disable)
sudo --user apache php occ config:app:set --value="" onlyoffice jwt_secret
Docs address
sudo --user apache php occ config:app:set --value="" onlyoffice DocumentServerUrl
Docs address for internal requests from the server
sudo --user apache php occ config:app:set --value="" onlyoffice DocumentServerInternalUrl
Server address for internal requests
sudo --user apache php occ config:app:set --value="" onlyoffice StorageUrl