secubox-openwrt/package/secubox/secubox-app-adguardhome/README.fr.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00

936 B

SecuBox AdGuard Home

Languages: English | Francais | 中文

Bloqueur de publicites a l'echelle du reseau fonctionnant dans Docker sur les systemes OpenWrt alimentes par SecuBox, avec support DNS-over-HTTPS/TLS et analyses detaillees.

Installation

opkg install secubox-app-adguardhome

Configuration

Fichier de configuration UCI : /etc/config/adguardhome

config adguardhome 'main'
    option enabled '0'
    option port '3000'

Utilisation

# Demarrer / arreter le service
/etc/init.d/adguardhome start
/etc/init.d/adguardhome stop

# CLI du controleur
adguardhomectl status
adguardhomectl install
adguardhomectl remove

Fichiers

  • /etc/config/adguardhome -- Configuration UCI
  • /etc/init.d/adguardhome -- Script init
  • /usr/sbin/adguardhomectl -- CLI du controleur

Dependances

  • dockerd
  • docker
  • containerd

Licence

Apache-2.0