2021-06-01 21:42:26 +02:00
<!--
2024-03-29 07:22:18 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-06-01 21:42:26 +02:00
It shall NOT be edited by hand.
-->
2019-03-03 20:32:26 +01:00
# Searx for YunoHost
2017-05-01 15:47:20 +02:00
2023-02-23 23:35:17 +01:00
[![Integration level ](https://dash.yunohost.org/integration/searx.svg )](https://dash.yunohost.org/appci/app/searx) ![Working status ](https://ci-apps.yunohost.org/ci/badges/searx.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/searx.maintain.svg )
2020-12-19 17:57:45 +01:00
[![Install Searx with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=searx)
2016-04-24 15:10:08 +02:00
2024-06-23 14:35:41 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2019-03-03 20:32:26 +01:00
2024-03-29 07:22:18 +01:00
> *This package allows you to install Searx quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2019-03-03 20:32:26 +01:00
2021-06-01 21:42:26 +02:00
## Overview
2019-03-03 20:32:26 +01:00
2024-01-29 22:20:01 +01:00
Privacy-respecting, hackable metasearch engine.
As of 2023-09-07, SearX is now unmaintained upstream (cf. [commit ](https://github.com/searx/searx/commit/276ffd3f01cdd823f75676c51231fad4040059d3 )).
Installation is discouraged.
SearXNG is a potential alternative, already packaged for YunoHost.
2019-03-03 20:32:26 +01:00
2022-06-29 01:22:18 +02:00
2024-01-29 22:22:50 +01:00
**Shipped version:** 1.1.0~ynh3
2019-03-03 20:32:26 +01:00
2024-03-29 07:22:18 +01:00
**Demo:** < https: / / demo . yunohost . org / searx / >
2019-03-03 20:32:26 +01:00
2021-06-01 21:42:26 +02:00
## Screenshots
2019-03-03 20:32:26 +01:00
2022-06-29 01:22:18 +02:00
![Screenshot of Searx ](./doc/screenshots/Screenshot.png )
2023-09-09 19:17:48 +02:00
## :red_circle: Antifeatures
2022-06-29 01:22:18 +02:00
2023-09-09 19:17:48 +02:00
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
2019-03-03 20:32:26 +01:00
2021-06-01 21:42:26 +02:00
## Documentation and resources
2019-03-03 20:32:26 +01:00
2024-03-29 07:22:18 +01:00
- Official app website: < https: // searx . github . io / searx />
- Official admin documentation: < https: // github . com / searx / searx / wiki >
- Upstream app code repository: < https: // github . com / searx / searx >
- YunoHost Store: < https: // apps . yunohost . org / app / searx >
- Report a bug: < https: // github . com / YunoHost-Apps / searx_ynh / issues >
2019-03-03 20:32:26 +01:00
2021-06-01 21:42:26 +02:00
## Developer info
2019-03-03 20:32:26 +01:00
2024-03-29 07:22:18 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/searx_ynh/tree/testing ).
2019-03-03 20:32:26 +01:00
2024-03-29 07:22:18 +01:00
To try the `testing` branch, please proceed like that:
2022-06-29 01:22:18 +02:00
2024-03-29 07:22:18 +01:00
```bash
2019-03-03 20:32:26 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/searx_ynh/tree/testing --debug
or
sudo yunohost app upgrade searx -u https://github.com/YunoHost-Apps/searx_ynh/tree/testing --debug
```
2021-06-01 21:42:26 +02:00
2022-06-29 01:22:18 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >