mirror of
https://github.com/YunoHost-Apps/searxng_ynh.git
synced 2024-09-03 20:26:00 +02:00
Merge branch 'YunoHost-Apps:testing' into testing
This commit is contained in:
commit
07669c2be3
7 changed files with 7 additions and 20 deletions
|
@ -19,14 +19,13 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
|
||||
|
||||
|
||||
**Shipped version:** 2023.03.02.17.37.25~ynh1
|
||||
**Shipped version:** 2023.03.22.05.03.48~ynh1
|
||||
|
||||
**Demo:** https://searx.be/
|
||||
|
||||
## Screenshots
|
||||
|
||||
![Screenshot of SearXNG](./doc/screenshots/screenshot_1.png)
|
||||
![Screenshot of SearXNG](./doc/screenshots/screenshot_2.png)
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
|
|
@ -19,14 +19,13 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
SearxXNG is a free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled.
|
||||
|
||||
|
||||
**Version incluse :** 2023.03.02.17.37.25~ynh1
|
||||
**Version incluse :** 2023.03.22.05.03.48~ynh1
|
||||
|
||||
**Démo :** https://searx.be/
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
![Capture d’écran de SearXNG](./doc/screenshots/screenshot_1.png)
|
||||
![Capture d’écran de SearXNG](./doc/screenshots/screenshot_2.png)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
# See here for more information
|
||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
||||
|
||||
# Move this file from check_process.default to check_process when you have filled it.
|
||||
|
||||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
|
@ -20,15 +15,7 @@
|
|||
setup_private=1
|
||||
setup_public=1
|
||||
upgrade=1
|
||||
#upgrade=1 from_commit=CommitHash
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=CommitHash
|
||||
name=Name and date of the commit.
|
||||
manifest_arg=domain=DOMAIN&path=PATH&is_public=1&language=fr&admin=USER&password=pass&port=666&
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/searxng/searxng/archive/abd2d8605eae4f73b9e3f6445aa8f34dbd4ce38c/master.zip
|
||||
SOURCE_SUM=f5ce021d8cee53e8a42c215c61c1675624848a922b0988ccac20a568c4ee6898
|
||||
SOURCE_URL=https://github.com/searxng/searxng/archive/41823da1b2001c2c14cce7743f224767099c8095/master.zip
|
||||
SOURCE_SUM=f484eb8015f0704c9a685b1bd7d5f0d2e58c1bb788df31ba6da879c729600aec
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 183 KiB |
|
@ -6,7 +6,7 @@
|
|||
"en": "A free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled",
|
||||
"fr": "Un méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche. Les utilisateurs ne sont ni suivis ni espionnés"
|
||||
},
|
||||
"version": "2023.03.02.17.37.25~ynh1",
|
||||
"version": "2023.03.22.05.03.48~ynh1",
|
||||
"url": "https://docs.searxng.org/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
|
|
@ -97,6 +97,8 @@ chmod u+rwX,g=rX,o= "/var/log/uwsgi/$app"
|
|||
|
||||
ynh_check_global_uwsgi_config
|
||||
|
||||
systemctl enable "uwsgi-app@$app.service" --quiet
|
||||
|
||||
#=================================================
|
||||
# START SYSTEMD SERVICE
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue