diff --git a/ALL_README.md b/ALL_README.md index 152f2e7..4ed64dd 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -5,4 +5,5 @@ - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) +- [Baca README dalam bahasa bahasa Indonesia](README_id.md) - [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index 6a7edcd..806b113 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ It operates as a DNS server that re-routes tracking domains to a "black hole", t However, Dnsmasq is not disabled and will continue to function as the *localhost DNS server*. -**Shipped version:** 0.107.52~ynh1 +**Shipped version:** 0.107.52~ynh2 ## Screenshots -![Screenshot of AdGuard Home](./doc/screenshots/demo.gif) +![Screenshot of AdGuard Home](./doc/screenshots/screenshot.png) ## Documentation and resources diff --git a/README_es.md b/README_es.md index bba788a..2bcfe40 100644 --- a/README_es.md +++ b/README_es.md @@ -24,11 +24,11 @@ It operates as a DNS server that re-routes tracking domains to a "black hole", t However, Dnsmasq is not disabled and will continue to function as the *localhost DNS server*. -**Versión actual:** 0.107.52~ynh1 +**Versión actual:** 0.107.52~ynh2 ## Capturas -![Captura de AdGuard Home](./doc/screenshots/demo.gif) +![Captura de AdGuard Home](./doc/screenshots/screenshot.png) ## Documentaciones y recursos diff --git a/README_eu.md b/README_eu.md index 48e07bf..f2b0426 100644 --- a/README_eu.md +++ b/README_eu.md @@ -24,11 +24,11 @@ It operates as a DNS server that re-routes tracking domains to a "black hole", t However, Dnsmasq is not disabled and will continue to function as the *localhost DNS server*. -**Paketatutako bertsioa:** 0.107.52~ynh1 +**Paketatutako bertsioa:** 0.107.52~ynh2 ## Pantaila-argazkiak -![AdGuard Home(r)en pantaila-argazkia](./doc/screenshots/demo.gif) +![AdGuard Home(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) ## Dokumentazioa eta baliabideak diff --git a/README_fr.md b/README_fr.md index 5981bb2..c376fd8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,11 +24,11 @@ Il fonctionne comme un serveur DNS qui redirige les domaines de pistage vers un Cependant, Dnsmasq n'est pas désactivé et continuera à fonctionner en tant que *serveur DNS localhost*. -**Version incluse :** 0.107.52~ynh1 +**Version incluse :** 0.107.52~ynh2 ## Captures d’écran -![Capture d’écran de AdGuard Home](./doc/screenshots/demo.gif) +![Capture d’écran de AdGuard Home](./doc/screenshots/screenshot.png) ## Documentations et ressources diff --git a/README_gl.md b/README_gl.md index 6bbbdf9..e7bd54b 100644 --- a/README_gl.md +++ b/README_gl.md @@ -24,11 +24,11 @@ It operates as a DNS server that re-routes tracking domains to a "black hole", t However, Dnsmasq is not disabled and will continue to function as the *localhost DNS server*. -**Versión proporcionada:** 0.107.52~ynh1 +**Versión proporcionada:** 0.107.52~ynh2 ## Capturas de pantalla -![Captura de pantalla de AdGuard Home](./doc/screenshots/demo.gif) +![Captura de pantalla de AdGuard Home](./doc/screenshots/screenshot.png) ## Documentación e recursos diff --git a/README_id.md b/README_id.md new file mode 100644 index 0000000..e2b631a --- /dev/null +++ b/README_id.md @@ -0,0 +1,54 @@ + + +# AdGuard Home untuk YunoHost + +[![Tingkat integrasi](https://dash.yunohost.org/integration/adguardhome.svg)](https://ci-apps.yunohost.org/ci/apps/adguardhome/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/adguardhome.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/adguardhome.maintain.svg) + +[![Pasang AdGuard Home dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=adguardhome) + +*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* + +> *Paket ini memperbolehkan Anda untuk memasang AdGuard Home secara cepat dan mudah pada server YunoHost.* +> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.* + +## Ringkasan + +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. + +**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*. + + +**Versi terkirim:** 0.107.52~ynh2 + +## Tangkapan Layar + +![Tangkapan Layar pada AdGuard Home](./doc/screenshots/screenshot.png) + +## Dokumentasi dan sumber daya + +- Website aplikasi resmi: +- Dokumentasi pengguna resmi: +- Dokumentasi admin resmi: +- Depot kode aplikasi hulu: +- Gudang YunoHost: +- Laporkan bug: + +## Info developer + +Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing). + +Untuk mencoba branch `testing`, silakan dilanjutkan seperti: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug +atau +sudo yunohost app upgrade adguardhome -u https://github.com/YunoHost-Apps/adguardhome_ynh/tree/testing --debug +``` + +**Info lebih lanjut mengenai pemaketan aplikasi:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 7581a8e..d289ae5 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -24,11 +24,11 @@ It operates as a DNS server that re-routes tracking domains to a "black hole", t However, Dnsmasq is not disabled and will continue to function as the *localhost DNS server*. -**分发版本:** 0.107.52~ynh1 +**分发版本:** 0.107.52~ynh2 ## 截图 -![AdGuard Home 的截图](./doc/screenshots/demo.gif) +![AdGuard Home 的截图](./doc/screenshots/screenshot.png) ## 文档与资源 diff --git a/doc/screenshots/apps/AGH-remote.PNG b/doc/screenshots/apps/AGH-remote.PNG deleted file mode 100644 index 3f2d7c1..0000000 Binary files a/doc/screenshots/apps/AGH-remote.PNG and /dev/null differ diff --git a/doc/screenshots/demo.gif b/doc/screenshots/demo.gif deleted file mode 100644 index 035054c..0000000 Binary files a/doc/screenshots/demo.gif and /dev/null differ diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..c4ef20a Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/manifest.toml b/manifest.toml index f22c6e0..e5f2709 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Serveur DNS, bloqueur de publicités et trackers" id = "adguardhome" name = "AdGuard Home" -version = "0.107.52~ynh1" +version = "0.107.52~ynh2" maintainers = [ "ddataa", "OniriCorpe" ]