Concept · Roadmap · Index d©tails
API simple (JSON + download direct) pour que Station S (ESP32) puisse lister et r©cup©rer des fichiers.
GET /city/public/index â JSON { items: [...] }GET /city/public/file/<path> â download directGET /city/admin/index â JSON (prot©g©)GET /city/admin/file/<path> â download direct (prot©g©)Auth admin par header : X-Admin-Token:<token> (sans espace) ou signature (si configur©).