persistent config file via config.template.json and migrate_config.sh

This commit is contained in:
Chuck
2025-09-15 10:27:16 -04:00
parent 4b36937a55
commit fcbc67464d
73 changed files with 429 additions and 1330 deletions

View File

@@ -50,17 +50,17 @@ Other: https://www.coveringthecorner.com/rss/current.xml
### Command Line Management
Use the `enable_news_manager.py` script to manage the news manager:
Use the `scripts/enable_news_manager.py` script to manage the news manager:
```bash
# Check current status
python3 enable_news_manager.py status
python3 scripts/enable_news_manager.py status
# Enable news manager
python3 enable_news_manager.py enable
python3 scripts/enable_news_manager.py enable
# Disable news manager
python3 enable_news_manager.py disable
python3 scripts/enable_news_manager.py disable
```
### Web Interface