A comprehensive collection of home infrastructure automation tools, Docker templates, themes, and scripts curated from various open-source repositories.
Skull Lib is a carefully curated collection of home infrastructure automation tools that I've gathered from various open-source repositories. This collection represents years of community-driven development and includes everything needed to set up and maintain a modern home server infrastructure.
- π§ IBRAMENU - Interactive bash menu system for Docker service management
- π¨ qBittorrent Themes - Multiple dark and custom themes for qBittorrent
- π³ Unraid Docker Templates - 101+ ready-to-use Docker templates for Unraid
- π Unraid Guides - Comprehensive setup guides and configuration files
- βοΈ Unraid Scripts - Utility scripts for system maintenance and automation
- πΏ Ventoy Theme - Custom "PablOS" theme for Ventoy bootable USB creation
skull-lib/
βββ ibra-menu/ # Interactive bash menu system
β βββ MenuOptions/ # 66+ automation scripts
β βββ Dockerfile # Container support
β βββ ibramenu.sh # Main menu script
βββ qbittorrent-themes/ # qBittorrent theme collection
β βββ dracula-theme/ # Dracula dark theme
β βββ material-theme/ # Material Design theme
β βββ qbt-theme/ # Custom qBittorrent theme
βββ unraid-docker-templates/ # 101+ Docker templates
β βββ Home Automation # Smart home integrations
β βββ Media Services # Plex, Jellyfin, etc.
β βββ Networking # Pi-hole, AdGuard, etc.
β βββ Security # Vaultwarden, Authentik, etc.
βββ unraid-guides/ # Setup guides & configs
β βββ guides/ # Quick start guides
β βββ config-files/ # Pre-configured files
β βββ images/ # Screenshots & assets
βββ unraid-scripts/ # Utility scripts
β βββ apps/ # Application scripts
β βββ docker/ # Docker utilities
β βββ unraid/ # System scripts
βββ ventoy-theme/ # Custom Ventoy theme
βββ theme/ # PablOS theme files
βββ ventoy.json # Theme configuration
# Install IBRAMENU
wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh && \
chmod +x i && \
./i- Download your preferred theme from
qbittorrent-themes/ - Follow the installation instructions in each theme's README
- Apply the theme through qBittorrent's interface
- Copy templates from
unraid-docker-templates/to your Unraid system - Use the Unraid Community Applications plugin
- Follow the setup guides in
unraid-guides/
- Interactive Menu System - Easy-to-use bash interface
- Docker Integration - Seamless container management
- 66+ Scripts - Comprehensive automation coverage
- Modular Design - Organized by functionality
- Container Support - Run in Docker environments
- Dracula Theme - Popular dark theme
- Material Design - Modern Material UI
- Custom Themes - Unique visual experiences
- WebUI Support - Browser interface themes
- Easy Installation - Simple setup process
- 101+ Templates - Extensive Docker container library
- Home Automation - Smart home integrations
- Media Services - Complete media server stack
- Networking - DNS, VPN, and network tools
- Security - Authentication and security tools
- Quick Start Guides - Step-by-step setup instructions
- Configuration Files - Pre-configured settings
- Utility Scripts - System maintenance tools
- Screenshots - Visual setup references
- Bash Scripting - Core automation language
- Docker - Containerization platform
- Docker Compose - Multi-container orchestration
- XML - Unraid template format
- JSON - Configuration files
- YAML - Docker Compose definitions
- CSS/SCSS - Theme styling
- JavaScript - WebUI enhancements
- Home Assistant integrations
- MQTT brokers and clients
- Smart device controllers
- IoT management tools
- Plex, Jellyfin, Emby media servers
- Download clients (qBittorrent, SABnzbd)
- Media requesters (Overseerr, Ombi)
- *ARR stack (Radarr, Sonarr, Lidarr)
- DNS servers (Pi-hole, AdGuard)
- VPN solutions
- Reverse proxies (Nginx, Traefik)
- Network monitoring tools
- Password managers (Vaultwarden)
- Authentication systems (Authentik)
- Antivirus solutions (ClamAV)
- Security monitoring
- System monitoring
- Backup solutions
- Development tools
- Maintenance scripts
This collection is maintained by the community. Contributions are welcome!
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
This collection would not be possible without the incredible work of the open-source community. Special thanks to:
- IBRACORP - For the amazing IBRAMENU system
- qBittorrent Community - For theme development and support
- Unraid Community - For Docker templates and guides
- Ventoy Developers - For the excellent bootable USB tool
- All Contributors - Who have made this collection possible
While I don't have the complete list of all original creators at hand, this collection includes work from:
- Various GitHub repositories and contributors
- Community-driven projects and templates
- Open-source developers worldwide
- Unraid community members
- qBittorrent theme developers
Thank you to everyone who has contributed to making home server automation accessible and powerful!
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Documentation: Check the guides in
unraid-guides/