Skip to content

OpenCloudTouch v1.4.1

Choose a tag to compare

@github-actions github-actions released this 25 May 01:52
· 210 commits to main since this release

OpenCloudTouch v1.4.1

Local control for Bose SoundTouch devices - after the cloud shutdown.

Bug Fixes

  • fix: filter Sources.xml to 9 verified source types (063e25f)

Installation

Docker (recommended)

docker pull ghcr.io/scheilch/opencloudtouch:1.4.1

docker run -d \
  --name opencloudtouch \
  --network host \
  -v opencloudtouch-data:/data \
  -e OCT_DISCOVERY_ENABLED=true \
  ghcr.io/scheilch/opencloudtouch:1.4.1

Docker Compose

services:
  opencloudtouch:
    image: ghcr.io/scheilch/opencloudtouch:1.4.1
    container_name: opencloudtouch
    restart: unless-stopped
    network_mode: host
    volumes:
      - oct-data:/data
    environment:
      - OCT_DISCOVERY_ENABLED=true
      - OCT_LOG_LEVEL=INFO
volumes:
  oct-data:

Available Docker Tags

Tag Description
stable Latest stable release (recommended)
1.4.1 This specific version
latest Latest build from main branch

Supported Architectures

Architecture Platform Example Devices
amd64 x86_64 Desktop, Server, NAS
arm64 aarch64 Raspberry Pi 3/4/5, Zero 2W
arm/v7 armhf Raspberry Pi 2

Full Changelog: v1.4.0...v1.4.1