{ "sourceFile": "README-PI.md", "activeCommit": 0, "commits": [ { "activePatchIndex": 0, "patches": [ { "date": 1748356106564, "content": "Index: \n===================================================================\n--- \n+++ \n" } ], "date": 1748356106564, "name": "Commit-0", "content": "# 🍓 Adhaan Raspberry Pi Kiosk Setup\n\nComplete setup voor het draaien van de Adhaan applicatie op een Raspberry Pi in fullscreen kiosk mode.\n\n## 🚀 Snelle Installatie\n\n### 1. Raspberry Pi OS installeren\n- Download Raspberry Pi OS (Desktop versie aanbevolen)\n- Flash naar SD kaart met Raspberry Pi Imager\n- Enable SSH en WiFi in imager settings\n\n### 2. Eerste boot en SSH\n```bash\nssh pi@raspberrypi.local\n# Standaard wachtwoord: raspberry\n```\n\n### 3. Project downloaden\n```bash\ncd ~\ngit clone [jouw-repo-url] adhan\ncd adhan\n```\n\n### 4. Automatische setup uitvoeren\n```bash\nchmod +x pi-setup.sh\n./pi-setup.sh\n```\n\n### 5. Herstart\n```bash\nsudo reboot\n```\n\n## ✨ Wat gebeurt er?\n\nNa de herstart:\n1. 🐳 Docker containers starten automatisch\n2. 🖥️ X server start automatisch\n3. 🌐 Chromium opent fullscreen naar http://localhost:5090\n4. 🕌 Adhaan applicatie is zichtbaar\n\n## 🔧 " } ] }