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

52 lines
2 KiB
Markdown
Raw Normal View History

2022-11-23 10:08:54 +01:00
<!--
2024-04-10 08:14:52 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2022-11-23 10:08:54 +01:00
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
2024-04-10 08:14:52 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2022-11-23 10:08:54 +01:00
2024-04-10 08:14:52 +02:00
> *This package allows you to install SearXNG 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.*
2022-11-23 10:08:54 +01:00
## 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
2024-04-25 08:14:51 +02:00
**Shipped version:** 2024.04.24.13.17.17~ynh1
2022-11-23 10:08:54 +01:00
2024-04-10 08:14:52 +02: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
## Documentation and resources
2024-04-10 08:14:52 +02: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>
- YunoHost Store: <https://apps.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
2024-04-10 08:14:52 +02: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
2024-04-10 08:14:52 +02:00
To try the `testing` branch, please proceed like that:
2022-11-23 10:08:54 +01:00
2024-04-10 08:14:52 +02:00
```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
```
2024-04-10 08:14:52 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>