mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
commit
d90a7633e3
4 changed files with 1 additions and 22 deletions
|
@ -7,7 +7,7 @@
|
||||||
"fr": "Méta-moteur de recherche respectueux de la vie privée et bidouillable",
|
"fr": "Méta-moteur de recherche respectueux de la vie privée et bidouillable",
|
||||||
"de": "Meta-Suchmaschine, die den Privatsphäre wahrt und 'hackable' ist."
|
"de": "Meta-Suchmaschine, die den Privatsphäre wahrt und 'hackable' ist."
|
||||||
},
|
},
|
||||||
"version": "0.18.0~ynh1",
|
"version": "0.18.0~ynh2",
|
||||||
"url": "https://searx.github.io/searx/",
|
"url": "https://searx.github.io/searx/",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -125,13 +125,6 @@ ynh_script_progression --message="Configuring uWSGI for Searx..." --weight=2
|
||||||
|
|
||||||
ynh_add_uwsgi_service
|
ynh_add_uwsgi_service
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
# Ajoute le service au monitoring de YunoHost.
|
|
||||||
yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK SEARX STARTING
|
# CHECK SEARX STARTING
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -88,13 +88,6 @@ chown $app:root /var/log/uwsgi/$app
|
||||||
ynh_check_global_uwsgi_config
|
ynh_check_global_uwsgi_config
|
||||||
systemctl enable "uwsgi-app@$app.service" --quiet
|
systemctl enable "uwsgi-app@$app.service" --quiet
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# ADVERTISE SERVICE IN ADMIN PANEL
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
# Ajoute le service au monitoring de YunoHost.
|
|
||||||
yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALISATION
|
# GENERIC FINALISATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -159,13 +159,6 @@ ynh_secure_remove --file="/etc/uwsgi/apps-enabled/$app.ini"
|
||||||
ynh_secure_remove --file="/etc/uwsgi/apps-available/$app.ini"
|
ynh_secure_remove --file="/etc/uwsgi/apps-available/$app.ini"
|
||||||
ynh_add_uwsgi_service
|
ynh_add_uwsgi_service
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# INTEGRATE SERVICE WITH YUNOHOST
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
# Ajoute le service au monitoring de YunoHost.
|
|
||||||
yunohost service add uwsgi --log "/var/log/uwsgi/app/$app.log"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK SEARX STARTING
|
# CHECK SEARX STARTING
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue