Admin message

Due to spam, we had to disable registrations and GitHub login. Please reach out to us at support@greenhost.net if you want to contribute.

SSO-specific nextcloud settings

@xeruf proposed these additional nextcloud settings, that make sense in our single-sign-on environment:

configs:
  sso.config.php: |-
    <?php
    $CONFIG = array (
      'allow_user_to_change_display_name' => false,
      'lost_password_link' => 'https://sso.${domain}/login/recovery',
    );
Assignee Loading
Time tracking Loading