47 lines
1.3 KiB
Markdown
47 lines
1.3 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
|
|
|
|
### Completed Setup
|
|
- [x] Initialized git repository for configuration version control
|
|
- [x] Set up Gitea on Unraid (http://192.168.0.5:3022/)
|
|
- [x] Created Unraid-Server repository
|
|
- [x] Connected local git to Gitea remote
|
|
|
|
### Pending Tasks
|
|
- [ ] 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
|
|
``` |