1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/README.md

55 lines
1.9 KiB
Markdown
Raw Normal View History

2021-06-01 21:42:26 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2019-03-03 20:32:26 +01:00
# Searx for YunoHost
2022-06-29 01:22:18 +02: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
2021-06-01 21:42:26 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2019-03-03 20:32:26 +01:00
2021-06-01 21:42:26 +02: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
2021-06-01 21:42:26 +02:00
Privacy-respecting, hackable metasearch engine
2019-03-03 20:32:26 +01:00
2022-06-29 01:22:18 +02:00
2022-08-07 18:30:58 +02:00
**Shipped version:** 1.1.0~ynh1
2019-03-03 20:32:26 +01:00
2022-08-08 09:11:27 +02:00
2021-06-01 21:42:26 +02: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)
## Disclaimers / important information
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
2022-06-29 01:22:18 +02: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 documentation for this app: <https://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
2021-06-01 21:42:26 +02: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
To try the testing branch, please proceed like that.
2022-06-29 01:22:18 +02: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>