diff --git a/README.md b/README.md index 3fde6a8..ef8489d 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,6 @@ **Platform Status:** - **Linux**: Stable and actively developed -- **macOS**: Planned for a future release -- **Windows (WSL2)**: Planned for a future release ## Key Features diff --git a/SERVICES.md b/SERVICES.md index 6f7c91c..117d2bc 100644 --- a/SERVICES.md +++ b/SERVICES.md @@ -234,8 +234,6 @@ radarr.example.com { ### GPU Support - **Linux**: Intel GPU support via `/dev/dri` passthrough -- **macOS**: No GPU acceleration available -- **Windows**: Limited GPU support in WSL2 ### Service Health Checks All web-based services include health checks for: @@ -257,7 +255,6 @@ All web-based services include health checks for: **Contact HOPS for:** - Docker Compose generation issues - Service deployment problems -- Cross-platform compatibility - Installation and automation issues ### Getting Service Help @@ -272,11 +269,7 @@ All web-based services include health checks for: #### Permission Problems ```bash -# Fix ownership for Linux sudo chown -R $USER:$USER /opt/appdata/[service-name] - -# Fix ownership for macOS -sudo chown -R $USER:$USER ~/hops/config/[service-name] ``` #### Service Won't Start @@ -289,10 +282,7 @@ docker compose restart [service-name] ``` #### Configuration Issues -Most services store configuration in: -- **Linux**: `/opt/appdata/[service-name]/` -- **macOS**: `~/hops/config/[service-name]/` -- **Windows**: `/opt/appdata/[service-name]/` (in WSL2) +Service configuration is stored in `/opt/appdata/[service-name]/`. ---