a6c03a091e
Moved from gov-agreg/src/pages/achizitii/* to root (drop prefix). - 22 pages migrated, 127 files total - All internal links: /achizitii/X → /X (176 occurrences fixed) - AchizitiiLayout subnav rewritten: /X paths, top-right link to vreaudigital.ro hub - BaseLayout new (vreau.digital branding, OG tags, site URL) - astro.config.mjs: site https://vreau.digital, server output (was static) - docker-compose: port 5096 (vreaudigital is 5095), container vreau-digital - deploy.sh: paths /opt/vreau-digital, log /var/log/vreau-digital-deploy.log Backend shared with gov-agreg: - PostgreSQL satra (same schemas: seap, firms, anaf, anre, ...) - Photon, Martin tiles - Infisical /vreaudigital path (DATABASE_URL etc. shared) build: PASS (npx astro check 0 errors, npm run build 5s vite + 10s server)
15 lines
452 B
SYSTEMD
15 lines
452 B
SYSTEMD
[Unit]
|
|
Description=vreaudigital — anaf datornici quarterly (1 Jan/Apr/Jul/Oct 04:00)
|
|
Requires=vreaudigital-anaf-datornici.service
|
|
|
|
[Timer]
|
|
# Trimestrul T_N e publicat de ANAF cu ~45-60 zile delay, deci aici rulăm
|
|
# pe data 1 a lunilor 1/4/7/10 — ne dă întotdeauna trimestrul precedent
|
|
# (current_quarter() în scraper face shift -1).
|
|
OnCalendar=*-01,04,07,10-01 04:00:00
|
|
Persistent=true
|
|
RandomizedDelaySec=1800
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|