cleanup and ui change

This commit is contained in:
2025-11-16 20:59:14 +01:00
parent f0e552b1b1
commit 9f167a6534
15 changed files with 165 additions and 155 deletions

32
scripts/README.md Normal file
View File

@@ -0,0 +1,32 @@
# Utility Scripts
This folder contains utility scripts for testing and managing the Munich News Daily system.
## Available Scripts
### Ollama / GPU
- `setup-ollama-model.sh` - Pull and setup the Ollama model (used by Docker)
- `configure-ollama.sh` - Configure Ollama settings
- `pull-ollama-model.sh` - Manually pull Ollama model
- `start-with-gpu.sh` - Start services with GPU support
- `check-gpu.sh` - Check GPU availability
- `check-gpu-api.sh` - Check GPU via API
- `diagnose-gpu.sh` - Diagnose GPU issues
- `test-ollama-setup.sh` - Test Ollama configuration
### Testing
- `test-mongodb-connectivity.sh` - Test MongoDB connection
- `test-newsletter-api.sh` - Test newsletter API endpoints
- `check-articles.sh` - Check articles in database
## Usage
Make scripts executable:
```bash
chmod +x scripts/*.sh
```
Run a script:
```bash
./scripts/script-name.sh
```