Strip emojis from documentation
Remove all emoji characters from README.md and SERVICES.md. Box-drawing characters and typographic arrows (U+2192) retained. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,24 +6,24 @@
|
||||
|
||||
**HOPS** is a comprehensive automation tool for deploying homelab infrastructure using Docker Compose. Deploy and manage popular homelab services including media servers, download clients, monitoring tools, and more through an intuitive menu-driven interface.
|
||||
|
||||
## ⚠️ Important: Beta Software
|
||||
## Important: Beta Software
|
||||
**HOPS is beta software**. Always backup your data before installation and test in non-production environments first.
|
||||
|
||||
**Platform Status:**
|
||||
- **Linux**: ✅ Stable and actively developed
|
||||
- **macOS**: 🗓️ Planned for a future release
|
||||
- **Windows (WSL2)**: 🗓️ Planned for a future release
|
||||
- **Linux**: Stable and actively developed
|
||||
- **macOS**: Planned for a future release
|
||||
- **Windows (WSL2)**: Planned for a future release
|
||||
|
||||
## ✨ Key Features
|
||||
## Key Features
|
||||
|
||||
- **🚀 Easy Installation**: One-command setup with automatic Docker installation
|
||||
- **🔒 Security First**: Encrypted secrets, firewall configuration, input validation
|
||||
- **📊 Management**: Real-time monitoring, centralized logs, service control
|
||||
- **🔄 Auto-Updates**: Built-in update system with backup protection
|
||||
- **🔧 Reliability**: Error handling, rollback capabilities, dependency management
|
||||
- **🐧 Linux Native**: Ubuntu, Debian, and Linux Mint support
|
||||
- **Easy Installation**: One-command setup with automatic Docker installation
|
||||
- **Security First**: Encrypted secrets, firewall configuration, input validation
|
||||
- **Management**: Real-time monitoring, centralized logs, service control
|
||||
- **Auto-Updates**: Built-in update system with backup protection
|
||||
- **Reliability**: Error handling, rollback capabilities, dependency management
|
||||
- **Linux Native**: Ubuntu, Debian, and Linux Mint support
|
||||
|
||||
## 📱 Supported Services
|
||||
## Supported Services
|
||||
|
||||
**Media Management**: Sonarr, Radarr, Lidarr, Readarr, Bazarr, Prowlarr, Tdarr, Huntarr
|
||||
**Download Clients**: qBittorrent, Transmission, NZBGet, SABnzbd
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
[View complete service list with support links →](SERVICES.md)
|
||||
|
||||
## 🔧 System Requirements
|
||||
## System Requirements
|
||||
|
||||
**Minimum**: 2GB RAM, 10GB storage, 2 CPU cores, internet connection
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
[View detailed installation guides →](INSTALLATION.md)
|
||||
|
||||
## 🚀 Quick Start
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
# 1. Download HOPS
|
||||
@@ -65,22 +65,22 @@ sudo ./hops
|
||||
- `/opt/appdata/` - App configs
|
||||
- `/mnt/media/` - Media storage
|
||||
|
||||
## 🎛️ Management
|
||||
## Management
|
||||
|
||||
```bash
|
||||
# Access management interface
|
||||
sudo ./hops
|
||||
|
||||
# Update HOPS
|
||||
sudo ./hops --update # Update to latest version
|
||||
sudo ./hops --check-updates # Check for updates
|
||||
./hops --version # Show version
|
||||
./hops --help # Show help
|
||||
sudo ./hops --update # Update to latest version
|
||||
sudo ./hops --check-updates # Check for updates
|
||||
./hops --version # Show version
|
||||
./hops --help # Show help
|
||||
```
|
||||
|
||||
[View advanced configuration and troubleshooting →](ADVANCED.md)
|
||||
|
||||
## 📞 Support
|
||||
## Support
|
||||
|
||||
**HOPS Issues**: [Gitea Issues](https://git.canadabot.net/canadabot/hops/issues)
|
||||
|
||||
@@ -89,17 +89,17 @@ sudo ./hops --check-updates # Check for updates
|
||||
**Contact HOPS for**: Installation/deployment issues, Docker Compose problems, cross-platform issues
|
||||
**Contact Service Developers for**: Service configuration, features, service-specific bugs
|
||||
|
||||
## 📄 Documentation
|
||||
## Documentation
|
||||
|
||||
- [INSTALLATION.md](INSTALLATION.md) - Detailed installation guide
|
||||
- [SERVICES.md](SERVICES.md) - Complete service list with support links
|
||||
- [ADVANCED.md](ADVANCED.md) - Configuration, troubleshooting, security
|
||||
- [CHANGELOG.md](CHANGELOG.md) - Version history and changes
|
||||
|
||||
## 📄 License
|
||||
## License
|
||||
|
||||
MIT License - see [LICENSE](LICENSE) file for details.
|
||||
|
||||
---
|
||||
|
||||
**Made with ❤️ for the homelab community**
|
||||
**Made for the homelab community**
|
||||
|
||||
Reference in New Issue
Block a user