mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Merge pull request #160 from YunoHost-Apps/testing
Testing v0.107.44~ynh3
This commit is contained in:
commit
d2c292df40
5 changed files with 12 additions and 5 deletions
|
@ -21,7 +21,7 @@ AdGuard Home is a network-wide software for blocking ads & tracking. After you s
|
|||
It operates as a DNS server that re-routes tracking domains to a "black hole", thus preventing your devices from connecting to those servers. It's based on software we use for our public AdGuard DNS servers -- both share a lot of common code.
|
||||
|
||||
|
||||
**Shipped version:** 0.107.44~ynh2
|
||||
**Shipped version:** 0.107.44~ynh3
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ AdGuard Home est un logiciel à l'échelle du réseau pour bloquer les publicit
|
|||
Il fonctionne comme un serveur DNS qui redirige les domaines de pistage vers un "trou noir", empêchant ainsi vos appareils de se connecter à ces serveurs. Il est basé sur un logiciel que nous utilisons pour nos serveurs DNS publics AdGuard - les deux partagent beaucoup de code commun.
|
||||
|
||||
|
||||
**Version incluse :** 0.107.44~ynh2
|
||||
**Version incluse :** 0.107.44~ynh3
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Unit]
|
||||
Description=AdGuardHome: Network-level blocker
|
||||
ConditionFileIsExecutable=__INSTALL_DIR__/AdGuardHome
|
||||
After=syslog.target network-online.target
|
||||
After=syslog.target network-online.target nginx.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
|
|
@ -5,9 +5,9 @@ description.fr = "Serveur DNS, bloqueur de publicités et trackers"
|
|||
id = "adguardhome"
|
||||
name = "AdGuard Home"
|
||||
|
||||
version = "0.107.44~ynh2"
|
||||
version = "0.107.44~ynh3"
|
||||
|
||||
maintainers = [ "ddataa" ]
|
||||
maintainers = [ "ddataa", "OniriCorpe" ]
|
||||
|
||||
[upstream]
|
||||
admindoc = "https://github.com/AdguardTeam/AdGuardHome/wiki"
|
||||
|
|
|
@ -28,6 +28,13 @@ ynh_remove_systemd_config
|
|||
# Remove the dedicated NGINX config
|
||||
ynh_remove_nginx_config
|
||||
|
||||
# Remove other various files specific to the app...
|
||||
|
||||
# Remove the dedicated dnsmasq config for AdGuardHome
|
||||
ynh_secure_remove --file="/etc/dnsmasq.d/$app"
|
||||
|
||||
systemctl restart dnsmasq
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue