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
- Search the web using DuckDuckGo
- Get real-time search suggestions based on your query
- Download the latest version of the app from the Releases tab.
- Extract the downloaded archive to your Nextcloud apps directory:
unzip dashboardsearchbar.zip -d /path/to/nextcloud/apps/
- Enable the app via the Nextcloud web UI (Apps -> Your apps) or by running the following command in the terminal:
occ app:enable dashboardsearchbar
- After enabling the app, go to your dashboard, click on the Customize button, and add the Search DuckDuckGo widget.
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
This project is licensed under the MIT License - see the LICENSE file for details.