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

Merge branch 'master' into master-promotion

This commit is contained in:
Quentin Michaud 2024-04-12 23:37:11 +02:00 committed by GitHub
commit 7b57f1f54e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 52 additions and 1 deletions

View file

@ -11,6 +11,7 @@ It shall NOT be edited by hand.
*[Read this README in other languages.](./ALL_README.md)*
> *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.*

View file

@ -18,7 +18,6 @@ NON debe editarse manualmente.
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Versión proporcionada:** 2024.04.09.18.40.44~ynh1
**Demo:** <https://searx.be>

51
README_it.md Normal file
View file

@ -0,0 +1,51 @@
<!--
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON DEVE essere modificato manualmente.
-->
# SearXNG per YunoHost
[![Livello di integrazione](https://dash.yunohost.org/integration/searxng.svg)](https://dash.yunohost.org/appci/app/searxng) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/searxng.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/searxng.maintain.svg)
[![Installa SearXNG con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=searxng)
*[Leggi questo README in altre lingue.](./ALL_README.md)*
> *Questo pacchetto ti permette di installare SearXNG su un server YunoHost in modo semplice e veloce.*
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
## Panoramica
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
**Versione pubblicata:** 2024.03.01.17.25.33~ynh1
**Prova:** <https://searx.be>
## Screenshot
![Screenshot di SearXNG](./doc/screenshots/screenshot_1.png)
## Documentazione e risorse
- Sito web ufficiale dellapp: <https://docs.searxng.org>
- Documentazione ufficiale per gli utenti: <https://docs.searxng.org/user/>
- Documentazione ufficiale per gli amministratori: <https://docs.searxng.org/admin/>
- Repository upstream del codice dellapp: <https://github.com/searxng/searxng>
- Store di YunoHost: <https://apps.yunohost.org/app/searxng>
- Segnala un problema: <https://github.com/YunoHost-Apps/searxng_ynh/issues>
## Informazioni per sviluppatori
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/searxng_ynh/tree/testing).
Per provare la branch di `testing`, si prega di procedere in questo modo:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/searxng_ynh/tree/testing --debug
o
sudo yunohost app upgrade searxng -u https://github.com/YunoHost-Apps/searxng_ynh/tree/testing --debug
```
**Maggiori informazioni riguardo il pacchetto di questapp:** <https://yunohost.org/packaging_apps>