174d282fd9
- adguard-cert-sync.service / .timer: unidades systemd para renovar automáticamente el certificado TLS de AdGuard cuando Traefik lo renueva - sync-adguard-cert.sh: script que copia cert desde /opt/traefik/certs y reinicia AdGuard vía API - docker-compose.yml y stack.env: ajustes menores - README.md: documentación actualizada con instrucciones de instalación Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
7 lines
131 B
Desktop File
7 lines
131 B
Desktop File
[Unit]
|
|
Description=Sync AdGuard SSL certificate from Traefik acme.json
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/opt/adguard/sync-cert.sh
|