add lastfm as source
Some checks failed
Deploy Containers / Prepare (push) Failing after 10s

This commit is contained in:
2025-12-28 17:32:46 -05:00
parent 673d64b476
commit 5f3e57ba37
3 changed files with 243 additions and 229 deletions

View File

@@ -1,4 +1,9 @@
---
- name: Create Loki Configuration
template:
src: templates/scrobbling.json.j2
dest: "{{ data_dir }}/scrobbling/multi-scrobbler/config.json"
- name: Deploy Kotio
include_role:
name: docker
@@ -44,8 +49,6 @@
KOITO_TOKEN: "{{ SCROBBLER_KOITO_TOKEN }}"
KOITO_USER: "{{ SCROBBLER_KOITO_USER }}"
KOITO_URL: "{{ SCROBBLER_KOITO_URL }}"
LZ_TOKEN: "{{ SCROBBLER_LZ_TOKEN }}"
LZ_USER: "{{ SCROBBLER_LZ_USER }}"
labels:
traefik.enable: "true"
traefik.http.routers.scrobbler.rule: Host(`scrobbler.fntz.net`)