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:
commit
f254c16b94
4 changed files with 9 additions and 19 deletions
2
.github/workflows/updater.sh
vendored
2
.github/workflows/updater.sh
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/updater.yml
vendored
4
.github/workflows/updater.yml
vendored
|
@ -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:
|
||||
|
|
11
README.md
11
README.md
|
@ -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
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
|
11
README_fr.md
11
README_fr.md
|
@ -19,25 +19,20 @@ 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.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
|
||||
|
||||

|
||||
|
||||
## 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 l’app : <https://docs.searxng.org/>
|
||||
* Site officiel de l’app : <https://docs.searxng.org>
|
||||
* Documentation officielle utilisateur : <https://docs.searxng.org/user/>
|
||||
* Documentation officielle de l’admin : <https://docs.searxng.org/admin/>
|
||||
* Dépôt de code officiel de l’app : <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
|
||||
|
|
Loading…
Add table
Reference in a new issue