Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.34 KB

File metadata and controls

45 lines (30 loc) · 1.34 KB

Nextcloud Dashboard Search Bar App

This Nextcloud app integrates a search bar into your dashboard, allowing you to search DuckDuckGo directly. It also provides real-time search suggestions.

demo.mp4

Features

  • Search the web using DuckDuckGo
  • Get real-time search suggestions based on your query

Installation

From GitHub Releases

  1. Download the latest version of the app from the Releases tab.
  2. Extract the downloaded archive to your Nextcloud apps directory:
    unzip dashboardsearchbar.zip -d /path/to/nextcloud/apps/
  3. Enable the app via the Nextcloud web UI (Apps -> Your apps) or by running the following command in the terminal:
    occ app:enable dashboardsearchbar
  4. After enabling the app, go to your dashboard, click on the Customize button, and add the Search DuckDuckGo widget.

Development

If you're developing or contributing, make sure to install the necessary dependencies:

  • PHP dependencies (using Composer)
composer install
  • JavaScript dependencies (for the Vue frontend)
npm install

License

This project is licensed under the MIT License - see the LICENSE file for details.