mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Merge pull request #240 from CodeShakingSheep/change-url-fix-instance_name
Change url: Update instance name
This commit is contained in:
commit
57bac39a6c
2 changed files with 53 additions and 1 deletions
51
README_it.md
Normal file
51
README_it.md
Normal 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
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/searxng)  
|
||||||
|
|
||||||
|
[](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
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Documentazione e risorse
|
||||||
|
|
||||||
|
- Sito web ufficiale dell’app: <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 dell’app: <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 quest’app:** <https://yunohost.org/packaging_apps>
|
|
@ -33,6 +33,7 @@ ynh_change_url_nginx_config
|
||||||
ynh_script_progression --message="Reconfiguring SearXNG..." --weight=2
|
ynh_script_progression --message="Reconfiguring SearXNG..." --weight=2
|
||||||
|
|
||||||
ynh_replace_string --match_string="base_url: https://$old_domain$old_path" --replace_string="base_url: https://$new_domain$new_path" --target_file="$install_dir/settings.yml"
|
ynh_replace_string --match_string="base_url: https://$old_domain$old_path" --replace_string="base_url: https://$new_domain$new_path" --target_file="$install_dir/settings.yml"
|
||||||
|
ynh_replace_string --match_string="instance_name: SearXNG - $old_domain" --replace_string="instance_name: SearXNG - $new_domain" --target_file="$install_dir/settings.yml"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALISATION
|
# GENERIC FINALISATION
|
||||||
|
|
Loading…
Add table
Reference in a new issue