Native Installation des Logitechmediaserver
#!/bin/bash sudo apt install alsa-utils #soundkarte aktivierensudo -iecho „options snd_hda_intel index=1“ > /etc/modprobe.d/sound.conf #analog output als default setzenexitsudo apt install libmad0 libflac8 libvorbisfile3 libvorbisidec1 libfaad2 # volle Funktion für Local[…]
Read moreHomeassistant Supervised for Docker
Instruction: Workaround too keep alsa-sound functionally: sudo nano /etc/udev/rules.d/89-pulseaudio.rules DRIVERS==“snd_hda_intel“, ENV{PULSE_IGNORE}=“1″ STRG+x y https://github.com/home-assistant/supervised-installer
Read moreDocker
version: „2“ services: adguardhome: image: adguard/adguardhome container_name: adguardhome volumes: – /opt/docker/adguard/work:/opt/adguardhome/work – /opt/docker/adguard/conf:/opt/adguardhome/conf restart: unless-stopped network_mode: host version: ‚3.3‘ services: diskspeed: container_name: diskspeed network_mode: bridge privileged: true ports: – ‚18888:8888/tcp‘[…]
Read more