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

56 lines
2.3 KiB
Markdown
Raw Normal View History

2022-11-23 10:08:54 +01: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.
-->
2023-02-19 00:37:56 +01:00
# SearXNG for YunoHost
[![Integration level](https://dash.yunohost.org/integration/searxng.svg)](https://dash.yunohost.org/appci/app/searxng) ![Working status](https://ci-apps.yunohost.org/ci/badges/searxng.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/searxng.maintain.svg)
2022-11-23 10:08:54 +01:00
2023-02-19 00:37:56 +01:00
[![Install SearXNG with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=searxng)
2022-11-23 10:08:54 +01:00
*[Lire ce readme en français.](./README_fr.md)*
2023-02-19 00:37:56 +01:00
> *This package allows you to install SearXNG quickly and simply on a YunoHost server.
2022-11-23 10:08:54 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2023-03-04 00:24:41 +01:00
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
2022-11-23 10:08:54 +01:00
2023-06-20 08:20:08 +02:00
**Shipped version:** 2023.06.18.16.14.46~ynh1
2022-11-23 10:08:54 +01:00
2023-02-21 00:54:26 +01:00
**Demo:** https://searx.be/
2022-11-23 10:08:54 +01:00
## Screenshots
2023-03-01 21:07:08 +01:00
![Screenshot of SearXNG](./doc/screenshots/screenshot_1.png)
2022-11-23 10:08:54 +01:00
## Disclaimers / important information
2023-03-01 21:07:08 +01:00
Please note that this application is a rolling-release (i.e. each commit is a release) and thus is updated very regularly. People not updating frequently may encounter some bugs or disruptions due to the very nature of this software.
2022-11-23 10:08:54 +01:00
## Documentation and resources
2023-02-21 00:54:26 +01:00
* Official app website: <https://docs.searxng.org/>
* Official user documentation: <https://docs.searxng.org/user/>
* Official admin documentation: <https://docs.searxng.org/admin/>
* Upstream app code repository: <https://github.com/searxng/searxng>
2023-02-19 00:37:56 +01:00
* YunoHost documentation for this app: <https://yunohost.org/app_searxng>
* Report a bug: <https://github.com/YunoHost-Apps/searxng_ynh/issues>
2022-11-23 10:08:54 +01:00
## Developer info
2023-02-19 00:37:56 +01:00
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/searxng_ynh/tree/testing).
2022-11-23 10:08:54 +01:00
To try the testing branch, please proceed like that.
``` bash
2023-02-19 00:37:56 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/searxng_ynh/tree/testing --debug
2022-11-23 10:08:54 +01:00
or
2023-02-19 00:37:56 +01:00
sudo yunohost app upgrade searxng -u https://github.com/YunoHost-Apps/searxng_ynh/tree/testing --debug
2022-11-23 10:08:54 +01:00
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>