Skip to content

Instantly share code, notes, and snippets.

Hardware

  • Generisches WEMOS D1 MINI ESP32 Board
  • Motor Controller/Dual H-Bridge L298N (Manual)
  • 5V 6W stereo Amp (PAM8403 6W STEREO AMPLIFIER)
  • 2 Motoren
  • 1 Button

Notes

plugins: fetchart embedart convert scrub replaygain lastgenre chroma web fromfilename discogs deezer permissions
directory: /music
library: /db/musiclibrary.blb
art_filename: albumart
threaded: yes
original_date: no
per_disc_numbering: no
convert:
auto: yes
@pagdot
pagdot / docker-compose.yml
Created June 14, 2021 11:13
Exposing Gitlab (with builtin container registry) on nginx (linuxserver.io swag image)
version: '3.4'
services:
gitlab:
image: gitlab/gitlab-ee:latest
restart: always
container_name: gitlab
environment:
TZ: Europa/Berlin
GITLAB_OMNIBUS_CONFIG: |