docs: add Docker & Caddy SELinux post-reboot recovery runbook

Add troubleshooting article covering the three-part failure mode on
Fedora with SELinux Enforcing: docker.socket disabled, ports 4443/8448
blocked, and httpd_can_network_connect off. Update index and SUMMARY.
This commit is contained in:
2026-03-12 17:58:00 -04:00
parent f256ecc482
commit ca81761cb3
3 changed files with 146 additions and 19 deletions

View File

@@ -1,19 +1,10 @@
* [Home](index.md)
* [Linux & Sysadmin](01-linux/index.md)
* [Files & Permissions](01-linux/files-permissions/)
* [Process Management](01-linux/process-management/)
* [Networking](01-linux/networking/)
* [Package Management](01-linux/packages/)
* [Shell & Scripting](01-linux/shell-scripting/)
* [Distro-Specific](01-linux/distro-specific/)
* [Self-Hosting](02-selfhosting/index.md)
* [Docker & Containers](02-selfhosting/docker/)
* [Reverse Proxies](02-selfhosting/reverse-proxy/)
* [DNS & Networking](02-selfhosting/dns-networking/)
* [Storage & Backup](02-selfhosting/storage-backup/)
* [Monitoring](02-selfhosting/monitoring/)
* [Security](02-selfhosting/security/)
* [Streaming](04-streaming/index.md)
* [OBS Studio](04-streaming/obs/)
* [Troubleshooting](05-troubleshooting/index.md)
* 05-troubleshooting/*.md
* [Home](index.md)
* [Linux & Sysadmin](01-linux/index.md)
* [Introduction](01-linux/index.md)
* [Self-Hosting](02-selfhosting/index.md)
* [Introduction](02-selfhosting/index.md)
* [Streaming](04-streaming/index.md)
* [Introduction](04-streaming/index.md)
* [Troubleshooting](05-troubleshooting/index.md)
* [ISP SNI Filtering & Caddy](05-troubleshooting/isp-sni-filtering-caddy.md)
* [Docker & Caddy Recovery After Reboot (Fedora + SELinux)](05-troubleshooting/docker-caddy-selinux-post-reboot-recovery.md)