1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
adguardhome_ynh/README.md

55 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2021-08-08 09:56:42 +02:00
<!--
2024-04-04 21:05:08 +02:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-08-08 09:56:42 +02:00
It shall NOT be edited by hand.
-->
2019-01-09 09:31:49 +01:00
2021-08-08 09:56:42 +02:00
# AdGuard Home for YunoHost
2019-04-03 17:01:48 +02:00
2024-07-04 19:44:55 +02:00
[![Integration level](https://dash.yunohost.org/integration/adguardhome.svg)](https://ci-apps.yunohost.org/ci/apps/adguardhome/) ![Working status](https://ci-apps.yunohost.org/ci/badges/adguardhome.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/adguardhome.maintain.svg)
2023-02-13 11:43:16 +01:00
2021-08-08 09:56:42 +02:00
[![Install AdGuard Home with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=adguardhome)
2019-01-09 09:31:49 +01:00
2024-04-04 21:05:08 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2019-01-09 09:31:49 +01:00
2024-04-04 21:05:08 +02:00
> *This package allows you to install AdGuard Home quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2019-01-09 09:31:49 +01:00
2021-08-08 09:56:42 +02:00
## Overview
2019-01-09 09:31:49 +01:00
2021-09-21 22:54:10 +02:00
AdGuard Home is a network-wide software for blocking ads & tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.
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.
2024-04-04 21:05:08 +02:00
**Important note**: This AdGuard Home package needs to disable Dnsmasq on the main network interface to allow AdGuard Home to listen DNS resquest using it.
However, Dnsmasq is not disabled and will continue to function as the *localhost DNS server*.
2024-07-27 17:04:23 +02:00
**Shipped version:** 0.107.52~ynh2
2022-08-08 11:34:56 +02:00
2021-08-08 09:56:42 +02:00
## Screenshots
2019-01-24 11:51:24 +01:00
2024-07-27 23:11:10 +02:00
![Screenshot of AdGuard Home](./doc/screenshots/screenshot.jpg)
2019-01-24 11:51:24 +01:00
2021-08-08 09:56:42 +02:00
## Documentation and resources
2019-04-03 17:03:03 +02:00
2024-03-13 22:26:44 +01:00
- Official app website: <https://adguard.com/adguard-home.html>
- Official user documentation: <https://kb.adguard.com/en>
- Official admin documentation: <https://github.com/AdguardTeam/AdGuardHome/wiki>
- Upstream app code repository: <https://github.com/AdguardTeam/AdGuardHome>
- YunoHost Store: <https://apps.yunohost.org/app/adguardhome>
- Report a bug: <https://github.com/YunoHost-Apps/adguardhome_ynh/issues>
2019-01-09 09:31:49 +01:00
2021-08-08 09:56:42 +02:00
## Developer info
2019-01-09 09:31:49 +01:00
2024-04-04 21:05:08 +02:00
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing).
2021-08-08 09:56:42 +02:00
2024-04-04 21:05:08 +02:00
To try the `testing` branch, please proceed like that:
2022-06-07 08:07:06 +02:00
2024-03-13 22:26:44 +01:00
```bash
2021-08-08 09:56:42 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug
or
sudo yunohost app upgrade adguardhome -u https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug
```
2024-03-13 22:26:44 +01:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>