- Added issues.md with Docker page performance fix (readmore.js) - Added CLAUDE.md for AI assistant context - Added todo.md for change tracking - Server: NastyNAS with ollama/ollama Docker installed
42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
# Unraid Server Change Log
|
|
|
|
## Server: NastyNAS
|
|
|
|
This file maintains a running log of all changes made to the Unraid server.
|
|
|
|
---
|
|
|
|
## 2025-09-01
|
|
|
|
### Docker Containers
|
|
- **Installed:** ollama/ollama Docker image for AI/LLM inference
|
|
|
|
### Performance Optimizations
|
|
- **Fixed:** Disabled readmore.js on Docker page to resolve slow loading issues
|
|
- Location: Docker settings page → "Enable container table readmore-js" → Disabled
|
|
- Result: Significantly improved Docker page load times
|
|
|
|
### Documentation
|
|
- Created initial documentation structure:
|
|
- `issues.md` - For tracking known issues and their fixes
|
|
- `CLAUDE.md` - Context file for AI assistance with server management
|
|
- `todo.md` - This change log file
|
|
|
|
### Pending Tasks
|
|
- [ ] Initialize git repository for configuration version control
|
|
- [ ] Document all existing Docker containers
|
|
- [ ] Document share configurations
|
|
- [ ] Document plugin settings
|
|
|
|
---
|
|
|
|
## Template for Future Entries
|
|
|
|
```
|
|
## YYYY-MM-DD
|
|
|
|
### Category (Docker/Shares/Plugins/System/Network/etc.)
|
|
- **Action:** Description of what was done
|
|
- Details: Specific settings or commands used
|
|
- Result: Outcome of the change
|
|
``` |