vigilantes remate-watch e indexnow-watch (timers systemd del master)
remate-watch (2026-07-23): detecta draft+imagen+sin metas en los dos Ghost y lanza claude -p con el checklist de remate_prompt.md; verifica contra Ghost e informa por Telegram; el post queda siempre en draft. indexnow-watch (2026-07-24): compara el sitemap de posts con el estado y envía URLs nuevas/actualizadas a api.indexnow.org (Bing/DDG/Yandex). Las keys y keyLocation viven fuera del repo (~/.local/state/indexnow/). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
9c76ed87ff
commit
cdc9a9baca
@@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=remate-watch — remate editorial+SEO automático de borradores con imagen (EN + ES)
|
||||
Documentation=file:///home/chemavx/seo-tools/remate_watch.py
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
User=chemavx
|
||||
WorkingDirectory=/home/chemavx/seo-tools
|
||||
Environment=HOME=/home/chemavx
|
||||
Environment=KUBECONFIG=/home/chemavx/.kube/config
|
||||
# El PATH lleva el node de nvm porque los wrappers ghst-en/ghst-es y claude lo
|
||||
# necesitan; sin él, mueren con 127 bajo systemd (feedback_systemd_path_node_clis).
|
||||
Environment=PATH=/home/chemavx/.local/bin:/home/chemavx/.nvm/versions/node/v24.14.1/bin:/usr/local/bin:/usr/bin:/bin
|
||||
ExecStart=/usr/bin/python3 /home/chemavx/seo-tools/remate_watch.py
|
||||
# Un remate real (revisión editorial completa) puede irse a 45 min; margen.
|
||||
TimeoutStartSec=5400
|
||||
Reference in New Issue
Block a user