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 testing

This commit is contained in:
Quentin Michaud 2023-10-02 22:18:48 +02:00 committed by GitHub
commit f254c16b94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 19 deletions

View file

@ -48,7 +48,7 @@ fi
#=================================================
# Replace new version in _common.sh
sed -i "s/^commit_sha=.*/commit_sha=$commit_hash/" scripts/_common.sh
sed -i "s/^commit_sha=.*/commit_sha=\"$commit_hash\"/" scripts/_common.sh
#=================================================
# GENERIC FINALIZATION

View file

@ -35,8 +35,8 @@ jobs:
if: ${{ env.PROCEED == 'true' }}
run: |
git commit -am "Upgrade to v$VERSION"
- name: Create Pull Request
id: cpr
- name: Create Pull Request to testing
id: cpr-testing
if: ${{ env.PROCEED == 'true' }}
uses: peter-evans/create-pull-request@v4
with:

View file

@ -19,25 +19,20 @@ 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.09.12.16.01.06~ynh1
**Shipped version:** 2023.09.18.10.00.00~ynh1
**Demo:** https://searx.be/
**Demo:** https://searx.be
## Screenshots
![Screenshot of SearXNG](./doc/screenshots/screenshot_1.png)
## Disclaimers / important information
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.
## Documentation and resources
* Official app website: <https://docs.searxng.org/>
* 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 documentation for this app: <https://yunohost.org/app_searxng>
* Report a bug: <https://github.com/YunoHost-Apps/searxng_ynh/issues>
## Developer info

View file

@ -19,25 +19,20 @@ Si vous navez 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.09.12.16.01.06~ynh1
**Version incluse :** 2023.09.18.10.00.00~ynh1
**Démo :** https://searx.be/
**Démo :** https://searx.be
## Captures décran
![Capture décran de SearXNG](./doc/screenshots/screenshot_1.png)
## Avertissements / informations importantes
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.
## Documentations et ressources
* Site officiel de lapp : <https://docs.searxng.org/>
* Site officiel de lapp : <https://docs.searxng.org>
* Documentation officielle utilisateur : <https://docs.searxng.org/user/>
* Documentation officielle de ladmin : <https://docs.searxng.org/admin/>
* Dépôt de code officiel de lapp : <https://github.com/searxng/searxng>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_searxng>
* Signaler un bug : <https://github.com/YunoHost-Apps/searxng_ynh/issues>
## Informations pour les développeurs