ownCloud Administrators Manual

    • Overview
    • ownCloud 6.0 Admin Documentation
    • Installation
    • Configuration
      • Managing Apps
      • User Management
      • LDAP Authentication
      • Background Jobs
      • Find Third-Party Libraries
      • Automatic Configuration
      • Customizing Client Download Links
        • Parameters
      • MySQL/Postgres/SQLite Support
      • Using Server-Side Encryption
      • Disable Knowledge Base
      • Setting the Default Language
      • Configure Logging
      • Sending Mail Notifications
      • Enable Maintenance Mode
      • Enabling File Previews
      • Reverse Proxy Configuration
      • Dealing with Big File Uploads
      • Custom Mount Configuration Web-GUI
      • Custom Mount Configuration
      • Custom User Backend Configuration
      • Serving static files via web server
    • Apps
    • Maintenance
    • Driving Events with Cron
    • Quota Calculation
    • Sharing API
    • The Configuration File
    • Issues

Customizing Client Download Links¶

If you want to access your ownCloud, you can choose between the standard Web-GUI and different client sync applications. Download links which point to these applications are shown at the top of the personal menu. The following sync applications are currently available out of the box:

  • Desktop sync clients for Windows, Max and Linux OS
  • Mobile sync client for Android devices
  • Mobile sync client for iOS devices

Parameters¶

If you want to customize the download links for the sync clients the following parameters need to be modified to fulfil your requirements:

<?php

  "customclient_desktop" => "http://owncloud.org/sync-clients/",
  "customclient_android" => "https://play.google.com/store/apps/details?id=com.owncloud.android",
  "customclient_ios"     => "https://itunes.apple.com/us/app/owncloud/id543672169?mt=8",

This parameters can be set in the config/config.php