docs: Add watchdog documentation and fix executable flags

- Added docs/watchdog.md with installation and usage guide
- Added watchdog reference to README.md documentation table
- Fixed executable permissions on watchdog scripts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
MarekWo
2026-01-31 13:43:17 +01:00
parent 73e1c63083
commit 96efc2a716
4 changed files with 123 additions and 0 deletions

View File

@@ -281,6 +281,7 @@ sudo ~/mc-webui/scripts/updater/install.sh --uninstall
| [Architecture](docs/architecture.md) | Technical details, API reference |
| [Troubleshooting](docs/troubleshooting.md) | Common issues and solutions |
| [Docker Installation](docs/docker-install.md) | How to install Docker on Debian/Ubuntu |
| [Container Watchdog](docs/watchdog.md) | Auto-restart for unhealthy containers |
---