{{ t('Configuration Wizard: Nextcloud') }}
{{ t('Host Information') }}
{{ t('Configure services for Nextcloud') }}

{{ t('Nextcloud Server Settings') }}

{{ t('To make the Servinfo page usable by HTTP/S with a token do the following:') }}

openssl rand -hex 32
occ config:app:set serverinfo token --value [YOUR-TOKEN]

{{ t('Also ensure that your openITCOCKPIT Server is within the brute force allowlist under Administration → Security.') }}

{{ t('Last but not least be sure to run your checks agains a valid trusetd_domain by nextcloud or add its ip into trusted:') }}

occ config:system:set trusted_domains 1 --value=[IP-OF-NEXTCLOUD-SERVER]
{{ t('If your Nextcloud server is running SSL, the check-command needs the optional parameter --ssl.') }}