Port audit sur VPS (27/04/2026) : - 8769 : depenses_trello/app.py (PID 2287989) - 8770 : turf_scraper/crm_api.py (PID 2287988) ← port précédemment choisi, aussi occupé - 8775 : libre (vérifié via ss -tlnp | grep 8775 → vide) Fichiers modifiés : - leadhunter_api.py : lignes 5, 295, 303 (port 8770→8775) - infra/turf-saas-leadhunter.service : Description Port 8770→8775 Issue: HRT-66 Co-Authored-By: Paperclip <noreply@paperclip.ing>
22 lines
527 B
Desktop File
22 lines
527 B
Desktop File
[Unit]
|
|
Description=H3R7Tech LeadHunter API (Port 8775)
|
|
Documentation=https://portal-kolifee.duckdns.org
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=h3r7
|
|
WorkingDirectory=/home/h3r7/turf_saas
|
|
|
|
# Charger les variables d'environnement depuis /home/h3r7/.env
|
|
# (notamment GOOGLE_PLACES_API_KEY)
|
|
EnvironmentFile=/home/h3r7/.env
|
|
|
|
ExecStart=/home/h3r7/turf_saas/venv/bin/python3 /home/h3r7/turf_saas/leadhunter_api.py
|
|
Restart=always
|
|
RestartSec=10
|
|
Environment=PYTHONPATH=/home/h3r7/turf_saas
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|